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:
config: False
-
nice
¶ Percentage of CPU time spent running low-priority (niced) user processes
type:
Nice
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
-