[ ソース: logtop ]
パッケージ: logtop (0.4.3-1 など)
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 | logtopis the friendly version of:
$ watch 'tail FILE | sort | uniq -c | sort -gr'
その他の logtop 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libncurses6 (>= 6)
- 端末処理用共有ライブラリ
-
- dep: libtinfo6 (>= 6)
- 端末を扱う低レベルの terminfo 共有ライブラリ