Cpu

Cpu
Cpu

Represents information about CPUs on a host

JSON Example
{
    "cores": 0,
    "cpuCores": [
        {
            "frequencyMHz": "number",
            "manufacturer": "string",
            "model": "string"
        }
    ],
    "frequencyMHz": "number",
    "usedFrequencyMHz": "number"
}
integer As int32 As int32
cores
Optional

Number of CPU cores

array of CpuCore
cpuCores
Optional

Information about each of the CPU cores

number As double As double
frequencyMHz
Optional

Total CPU frequency in MHz

number As double As double
usedFrequencyMHz
Optional

Used CPU frequency in MHz

Property Of