logtop

real time log line rate analyzer

Description

logtop is a System Administrator tool to analyze line rate taking log file as input. It reads on stdin and print a constantly updated result using curses, displaying in columns: Line number, count, frequency, and the actual line.

 $ tail -f FILE | logtop
is the friendly version of:
 $ watch 'tail FILE | sort | uniq -c | sort -gr'

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://github.com/JulienPalard/logtop


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install logtop