prometheus/consoles
Julian Wiedmann 690d5d0b51 consoles: exclude iowait and steal from CPU Utilisation
'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>
2021-11-03 12:47:23 +01:00
..
index.html.example Update to Bootstrap 4.1.3 (#5192) 2019-02-07 22:18:09 +01:00
node-cpu.html consoles: exclude iowait and steal from CPU Utilisation 2021-11-03 12:47:23 +01:00
node-disk.html Cleaned up a little bit of HTML 2021-07-28 20:12:06 -04:00
node-overview.html consoles: exclude iowait and steal from CPU Utilisation 2021-11-03 12:47:23 +01:00
node.html consoles: exclude iowait and steal from CPU Utilisation 2021-11-03 12:47:23 +01:00
prometheus-overview.html Update console template example metric names. (#5678) 2019-06-17 12:13:29 +01:00
prometheus.html Merge branch 'master' into bootstrap4 2019-02-19 22:32:55 +00:00