Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Console log file viewer, kind of extended 'tail'.

22 views
Skip to first unread message

Snyder

unread,
Aug 11, 2009, 8:49:40 AM8/11/09
to
How about a simple console log file viewer as follows:

- Basically works like 'tail -f /var/log/* ...'.

- Allows to interactively exclude some log files. Maybe pressing
'l' gives a list of all eligible log files (those given on the
command line). Then the user can select or deselect them by
keystrokes (they are given numbers or such).

- Nice to have: the list for selection also shows an estimate of
new lines per second for each log file. So the user can
choose to deselect log files with particularly high traffic, in
order that he will be able to see the others scroll by nicely.

- Pressing 'i' invertes current selection.

- Default selection is configurable via some ~/.foorc file.

- There should also be a way to run all or certain log files
through a filter or manipulation program, e.g. grep or
tai64nlocal.

Does something like that exist out there already?

If not, maybe I'll code it someday. Shouldn't be too difficult.

Barry Margolin

unread,
Aug 11, 2009, 5:08:30 PM8/11/09
to
In article <h5rpd4$5ig$1...@news.albasani.net>,
"Snyder" <no_emai...@invalid.invalid> wrote:

> How about a simple console log file viewer as follows:

...


> Does something like that exist out there already?
>
> If not, maybe I'll code it someday. Shouldn't be too difficult.

GNOME includes a Log Viewer app.

--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***

Alfred Bartsch

unread,
Aug 25, 2009, 2:40:55 AM8/25/09
to
Snyder wrote:

I'm using xtail for these purposes, combined with syslog_ng (available
on many platforms).

Stefaan A Eeckels

unread,
Aug 31, 2009, 11:02:47 AM8/31/09
to

Have a look at Folkert Vanheusden's multi-tail:

http://www.vanheusden.com/multitail/

He's got some nice utilities - like the one that uses a Bayesian
filter to determine which lines in a log merit attention.

Take care,

--
Stefaan A Eeckels
--
"What is stated clearly conceives easily." -- Inspired sales droid
(translating from French to English :)

0 new messages