State

Leafs

Children

Enum Classes

class System.Cpus.Cpu.State

Bases: Entity

Class Hierarchy: System Cpus Cpu State

This class represents state data.

Operational state data for the system CPU(s)

index

The CPU index for each processor core on the system. On a single-core system, the index should be zero. The ALL index signifies an aggregation of the CPU utilization statistics over all cores in the system

type: union of the below types:

type: Index

type: int

range: 0..4294967295

config: False

total

Total CPU utilization

type: Total

config: False

user

Percentage of CPU time spent running in user space

type: User

config: False

kernel

Percentage of CPU time spent running in kernel space

type: Kernel

config: False

nice

Percentage of CPU time spent running low-priority (niced) user processes

type: Nice

config: False

idle

Percentage of CPU time spent idle

type: Idle

config: False

wait

Percentage of CPU time spent waiting for I/O

type: Wait

config: False

hardware_interrupt

Percentage of CPU time spent servicing hardware interrupts

type: HardwareInterrupt

config: False

software_interrupt

Percentage of CPU time spent servicing software interrupts

type: SoftwareInterrupt

config: False