Class CpuUsageSample (0.1.8)

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

CPU usage sample.

Attribute

Name Description
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.