Cpu type contains Cpu utilization at the current moment.
| Field | Type | Label | Description |
|---|---|---|---|
| usedCpuPercentage | float | Percentage of used CPU e.g: 20.0 | |
| freeCpuPercentage | float | Percentage of available CPU e.g: 80.0 | |
| coreCount | int32 | Total available core count for CPU.e.g 2C/4T CPU value will be 4 | |
| modelInfo | string | intel x64 etc.. | |
| idleTime | double | Idle time of CPU eg: 3662.50 (in seconds) | |
| frequency | double | Frequency of CPU eg: 2495.999 (in MHz) |