[ ソース: logtop ]
パッケージ: logtop (0.7-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.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libncursesw6 (>= 6)
- ターミナル処理用共有ライブラリ (幅広文字をサポート)