Wait

Leafs

class System.Cpus.Cpu.State.Wait

Bases: Entity

Class Hierarchy: System Cpus Cpu State Wait

This class represents state data.

Percentage of CPU time spent waiting for I/O.

instant

The instantaneous percentage value

type: int

range: 0..100

config: False

avg

The arithmetic mean value of the percentage measure of the statistic over the time interval

type: int

range: 0..100

config: False

min

The minimum value of the percentage measure of the statistic over the time interval

type: int

range: 0..100

config: False

max

The maximum value of the percentage measure of the statistic over the time interval

type: int

range: 0..100

config: 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..18446744073709551615

config: 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..18446744073709551615

config: 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..18446744073709551615

config: False