logtop
real time log line rate analyzer
Install
- All systems
-
curl cmd.cat/logtop.sh
- Debian
-
apt-get install logtop
- Ubuntu
-
apt-get install logtop
- Kali Linux
-
apt-get install logtop
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install logtop
- Raspbian
-
apt-get install logtop
- Dockerfile
- dockerfile.run/logtop
logtop
real time log line rate analyzer
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'