[ Bron: logtop ]
Pakket: logtop (0.4.3-1 en anderen)
Verwijzigingen voor logtop
Debian bronnen:
Het bronpakket logtop downloaden:
Beheerder:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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'
Andere aan logtop gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libncurses6 (>= 6)
- shared libraries for terminal handling
-
- dep: libtinfo6 (>= 6)
- shared low-level terminfo library for terminal handling