mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-12 16:44:18 -08:00
3e6f4ce627
'iowait' and 'steal' indicate specific idle/wait states, which shouldn't be counted into CPU Utilisation. Also see https://github.com/prometheus-operator/kube-prometheus/pull/796 and https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/667. Per the iostat man page: %idle Show the percentage of time that the CPU or CPUs were idle and the system did not have an outstanding disk I/O request. %iowait Show the percentage of time that the CPU or CPUs were idle during which the system had an outstanding disk I/O request. %steal Show the percentage of time spent in involuntary wait by the virtual CPU or CPUs while the hypervisor was servicing another virtual processor. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> |
||
---|---|---|
.. | ||
node-mixin | ||
example-16-compatibility-rules-new-to-old.yml | ||
example-16-compatibility-rules.yml | ||
example-17-compatibility-rules-new-to-old.yml | ||
example-17-compatibility-rules.yml | ||
TIME.md | ||
V0_16_UPGRADE_GUIDE.md |