cpuTotalUsage property
The system CPU usage (%). For Windows, in the multi-kernel environment, this member represents the average CPU usage. The value = (100 - System Idle Progress in Task Manager)/100. The value of cpuTotalUsage is always reported as 0 in the onLeaveChannel callback.
Implementation
@JsonKey(name: 'cpuTotalUsage')
final double? cpuTotalUsage;