State¶
Leafs
Children
Enum Classes
-
class
System.Cpus.Cpu.State¶ Bases:
EntityClass Hierarchy :
SystemCpusCpuStateThis 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:
Niceconfig: False
-
hardware_interrupt¶ Percentage of CPU time spent servicing hardware interrupts
type:
HardwareInterruptconfig: False
-
software_interrupt¶ Percentage of CPU time spent servicing software interrupts
type:
SoftwareInterruptconfig: False
-