utilizedPercentage property

double? utilizedPercentage
getter/setter pair

Percentage of total CPU capacity utilized.

Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.

Implementation

core.double? utilizedPercentage;