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: instance

    Label Description: the virtual machine/instance

    Example: master-0, control-0, dra-director-1, etc

  • Label: job

    Label Description: the name of job

    Example: node_exporter

  • Label: cpu

    Label Description: the cpu number

    Example: cpu0, cpu1, etc

  • Label: mode

    Label Description: the cpu mode

    Example: system, user, sotirq, irq, idle, iowait, etc