Live data from Hacker News

Multitail

vanheusden.com

11–20 of 20 posts

Re: Multitail

#12
I use to use Multitail.

Now: TMux, I just have a session in TMux and just attach to the session wehn I need to. Works great.

Re: Multitail

#13
Another terminal-based log file viewer with a large feature set is lnav:

http://lnav.org/

One of the nice things about lnav is that it indexes the log messages by time and shows a combined view of all the files that are loaded. Other features include: automatic handling of compressed files, querying logs using SQL, a histogram view of messages over time, and more...

Re: Multitail

#15
I was looking at multitail yesterday. The problem that I'm trying to solve is I follow multiple files using 'find /var/log -type f -mtime -1 | xargs tail -F' while I'm troubleshooting something, and then need to re-assemble them into one stanza per file rather than the sequential output from tail. I've been doing this manually in a text editor; does anyone have a better solution?

Re: Multitail

#18

Nothing related to multitail per-se, but: dark blue on black is unreadable. With a lighter blue might be ok, but please don't supply defaults like that.

It likely depends on your terminal colors.

Indeed, but look at the screenshots themselves. This is not something I would "show".

Re: Multitail

#19
post #13

Another terminal-based log file viewer with a large feature set is lnav: http://lnav.org/ One of the nice things about lnav is that it indexes the log messages by time and shows a combined view of all the files that are loaded. Other features include: automatic handling of compressed files, querying logs using SQL, a histogram view of messages over time, and more...

Thank you for suggesting this. This looks exactly like what I've been looking for. Like a "command-line splunk". It is also packaged as a staticly linked file, which makes deployment easy for us.
Post reply on HN