cpu •
system
Graph Information
Field | Internal name | Type | Warn | Crit | Info |
---|---|---|---|---|---|
steal | steal | derive | The time that a virtual CPU had runnable tasks, but the virtual CPU itself was not running | ||
user | user | derive | CPU time spent by normal programs and daemons | ||
softirq | softirq | derive | CPU time spent handling "batched" interrupts | ||
system | system | derive | CPU time spent by the kernel in system activities | ||
idle | idle | derive | Idle CPU time | ||
nice | nice | derive | CPU time spent by nice(1)d programs | ||
guest | guest | derive | The time spent running a virtual CPU for guest operating systems | ||
irq | irq | derive | CPU time spent handling interrupts | ||
guest_nice | guest_nice | derive | The time spent running a virtual CPU for a niced guest operating system | ||
iowait | iowait | derive | CPU time spent waiting for I/O operations to finish when there is nothing else to do |