From: Kurt Van Dijck Date: Thu, 14 Sep 2017 21:58:38 +0000 (+0200) Subject: slstatus: add cpu_iowait X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/72a5e52a35d0a133cafa1a7b5b86f4549589965d?hp=72a5e52a35d0a133cafa1a7b5b86f4549589965d slstatus: add cpu_iowait 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 ---