CPU Category
node_cpu_seconds_total
Description: Seconds the cpus spent in each mode
Sample Query: avg(irate(node_cpu_seconds_total{mode=~\"irq|softirq\"}[1m])) by (instance) * 100
Labels:
-
Label:
instanceLabel Description: the virtual machine/instance
Example: master-0, control-0, dra-director-1, etc
-
Label:
jobLabel Description: the name of job
Example: node_exporter
-
Label:
cpuLabel Description: the cpu number
Example: cpu0, cpu1, etc
-
Label:
modeLabel Description: the cpu mode
Example: system, user, sotirq, irq, idle, iowait, etc