1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: topline
Section: utils
Priority: optional
Maintainer: Adam Borowski <kilobyte@angband.pl>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/kilobyte/topline
Vcs-Browser: https://github.com/kilobyte/topline/tree/debian
Vcs-Git: https://github.com/kilobyte/topline -b debian
Package: topline
Architecture: linux-any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: per-core/NUMA CPU and disk utilization plain-text grapher
This is a top-of-the-line logger of CPU usage patterns, designed for
machines with ca. 50-300 total hardware threads (fewer works but results
in a narrow graph, more requires a very wide terminal). Every per-tick
sample is shown abusing Unicode characters to fit within a single line.
.
Disk usage is also shown in a similarly terse per-device way, as %
utilization for reads and writes.
|