State¶
Leafs
- 
class 
Components.Component.Cpu.Utilization.State¶ Bases:
EntityClass Hierarchy:
ComponentsComponentCpuUtilizationStateThis class represents state data.
Operational state variables relating to the utilization
of the CPU.
- 
instant¶ The instantaneous percentage value
type: int
range: 0..100config: False
- 
avg¶ The arithmetic mean value of the percentage measure of the statistic over the time interval
type: int
range: 0..100config: False
- 
min¶ The minimum value of the percentage measure of the statistic over the time interval
type: int
range: 0..100config: False
- 
max¶ The maximum value of the percentage measure of the statistic over the time interval
type: int
range: 0..100config: False
- 
interval¶ If supported by the system, this reports the time interval over which the min/max/average statistics are computed by the system
type: int
range: 0..18446744073709551615config: False
- 
min_time¶ The absolute time at which the minimum value occurred. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC)
type: int
range: 0..18446744073709551615config: False
- 
max_time¶ The absolute time at which the maximum value occurred. The value is the timestamp in nanoseconds relative to the Unix Epoch (Jan 1, 1970 00:00:00 UTC)
type: int
range: 0..18446744073709551615config: False
-