Skip to content

plugins/cpu: Remove "wait" from total CPU usage sensors

Arjen Hiemstra requested to merge work/ahiemstra/iowait into master
  • plugins/cpu: Remove "wait" from total CPU usage sensors

"wait" consistant mainly of "iowait" which is time the CPU is idle but something's waiting on IO. This means it's not really actual CPU load, so we should count it towards the total load.

BUG: 497341

Merge request reports

Loading