CPU Utilization

2023-11-23 07:52:12  Updated

This topic describes performance metrics related to the CPU Utilization of a host.

Definition

The CPU utilization of a host.

Description

Metric Metric field name Unit
- cpu_percent %

Calculation expression

100 * (1 - sum(rate(node_cpu_seconds_total{mode=~"idle|iowait|steal",@LABELS}[@INTERVAL])) by (@GBLABELS) / sum(cpu_count{@LABELS}) by (@GBLABELS))

Contact Us