abyss-top v1.1.0
July 21, 2026
Guest table gains three additions, all pure /proc + /sys with no new
dependencies:
- STATE column: the QEMU process state (from /proc/<pid>/stat via sysinfo)
reduced to up / io / stop / dead, so a hung, SIGSTOP'd or defunct guest
stands out. This is the OS process state, not the libvirt domain state,
so a libvirt-"paused" guest still reads "up".
- UPTIME column: process run time, formatted compactly (e.g. 4d2h, 18h30m).
- TOTAL row: sums CPU / memory / disk / net across all guests.
Full Changelog: https://github.com/btdt1983/abyss-top/commits/v1.1.0