Class CpuUsageSample (0.1.6)

CpuUsageSample(mapping=None, *, ignore_unknown_fields=False, **kwargs)

CPU usage sample.

Attribute

NameDescription
utilized_percentage float
Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.