Xinqi Bao's Git

slstatus: add cpu_iowait
authorKurt Van Dijck <[email protected]>
Thu, 14 Sep 2017 21:58:38 +0000 (23:58 +0200)
committerAaron Marcher <[email protected]>
Sat, 16 Sep 2017 11:46:40 +0000 (13:46 +0200)
This commit introduces the cpu_iowait item, this is the percentage
of cpu time spent waiting on disks. High numbers typically indicate
that your system is not responsive due to disk IO.
This commit also avoid sleeping inside the cpu_perc and cpu_iowait
functions: waiting in either one implies lost info for the other.

Signed-off-by: Kurt Van Dijck <[email protected]>

No differences found