Cpu

Cpu
Cpu

Represents information about CPUs on a host

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

Total CPU frequency in MHz

number As double As double
usedFrequencyMHz
Optional

Used CPU frequency in MHz

integer As int32 As int32
cores
Optional

Number of CPU cores

array of CpuCore
cpuCores
Optional

Information about each of the CPU cores

Property Of