vote up 15 vote down star
5

I have many programs generating tons of logs in files.

What freeware do you know, either for Windows or for multi-platforms (if they are in java for instance), able to tail (display the end of) those files ?

A plus would be their capacity to display some line in a certain visual style depending on 'grep' criteria


Quick update so far:

  • simple 'tail command' won't do: the ability to easily switch between several log files is a must have.
  • for windows, we seem to have so far:

Note: a tool like gltail for remote visualization may be more suited for this question (web server log analysis)

flag

"tailforwin32" and "Tail for Win32" are one and the same :) – cruizer Sep 22 '08 at 6:07
thanks, I just updated the question – VonC Sep 22 '08 at 6:21

15 Answers

vote up 9 vote down check

My personal favorite for the Wintel platform (at home and at work) is Baretail @ http://www.baremetalsoft.com/baretail/ It can easily display multiple files in a tabbed interface, has a VERY low footprint, and has customizable rules for highlighting and adding visual effects to the logs as they are displayed using text pattern matching & RegEX.

It is 100% free as in beer, even for commercial use and can store both preferences & the files last displayed on a per user basis so that every time you login, you can automatically open up your active logs!

link|flag
vote up 2 vote down

For instance, with eclipse java editor, I like to use ntail

But that means using an heavy development environment.

Do you know some stand-alone tool ?

link|flag
vote up 1 vote down

For Windows, I use tailforwin32.sourceforge.net

link|flag
Could you provide a link to that tool in your answer ? I am sure I can google it, but I can not edit your answer to add it myself – VonC Sep 22 '08 at 4:19
ok i've edited it – cruizer Sep 22 '08 at 5:58
vote up 1 vote down

If you are using windows this is one good tail from sourceforge!! http://www.codeproject.com/KB/applications/Tail_for_Win32.aspx

Also chek MTAIL a very good utility

link|flag
codeproject.com/KB/applications/… – GustlyWind Sep 22 '08 at 4:11
nice. I will check it out – VonC Sep 22 '08 at 5:30
vote up 0 vote down

I've always just used

tail -f <filename>

which works pretty well on linux/unix systems, but would require something like mingw or cygwin on windows.

However, the Windows Server 2003 Resource Kit Tools (the one you want is towards the bottom of the page) come with a tail utility, among other things.

link|flag
vote up 4 vote down

Maybe not the best, but one of the prettiest is glTail - you can modify the tabs on the sides with your own regexps or custom events.

link|flag
vote up 1 vote down

You can try Tail For Win32 (http://tailforwin32.sourceforge.net/) if you need a Windows utility. It allows you to tail multiple files at the same time. It allows you to stop and restart the file listing if you want to get a closer look at a particular area of the file.

link|flag
vote up 1 vote down

I just looked at jLogTailer

Its a standalone java jar, and it seems to work pretty well, at least on OSX -- problably on windows too.

link|flag
interesting, thank you for the reference – VonC Oct 29 '08 at 18:06
vote up 0 vote down

I'm going to also vote for BareTail. After trying a number of different tools for the job, it just comes out way ahead. There are still some things it doesn't do that I'd like (such as splitting lines into columns based on a regex you provide), but in general it "just works".

link|flag
I also find it frustrating to not have a simple SEARCH in it (I realize this can be really costly for very large files, but anyway I miss it), because you just want to find a particular line instead of seeing all lines that mach a certain pattern. Going right to it would be swell. – schonarth Dec 18 '08 at 11:57
vote up 6 vote down

I'd suggest LogExpert. It can split lines, has highlighting features, search/filter and such stuff.

alt text

link|flag
Very interesting +1: I will check it out :) – VonC Mar 10 at 15:24
That's hot baby!!! The columnizer plugins have HUGE potential to make the log files easily readable! – Kieveli May 7 at 17:17
vote up 1 vote down

Notepad++ comes with a 'Document Monitor' plugin which I use for tailing log files. I always have NPP open anyway so it fits in nicely, plus you get tabbed documents (which it remembers on close/re-open).

link|flag
Excellent. I have always the latest npp and I was not aware of this feature. +1 – VonC Mar 10 at 16:37
vote up 1 vote down

I personally really like MakeLogic Tail. I have been going through the list on this site and comparing it to MakeLogic. I actually like this one the best.

alt text

link|flag
Very interesting. I will check it out. Thanks. +1 – VonC Mar 18 at 20:46
vote up 0 vote down

I use less, either in windows or in linux

link|flag
vote up 0 vote down

Went to download bare tail, its not free.

link|flag
vote up 0 vote down

Highly recommend LogExpert. I tried most of these here, and I highly recommend LogExpert. It has highlight, filter, search, monitor multiple files, bookmarks. It's great and it's free.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.