软件包:logtop(0.4.3-1 以及其他的) [debports]
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.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libncurses6 (>= 6)
- 终端控制的共享库
-
- dep: libtinfo6 (>= 6)
- 用于终端处理的共享底层 terminfo 库