Files
Ryan Libby b101fb378e fix: linux process cpu usage under-reported when vm guests active (#1609)
The Linux /proc/stat fields "guest" and "guest_nice" are already
included in "user" and "nice".  In Proc::collect do like Cpu::collect
does and don't double count them.  The double-counting caused the CPU
usage denominator to be too large when VM guests were active, causing
the reported CPU usage percentages of all processes to be too small.

Closes: https://github.com/aristocratos/btop/issues/1608
2026-04-13 08:38:34 +00:00
..
2026-03-19 12:40:14 +00:00