HostCpuInfo

HostCpuInfo
HostCpuInfo

Information about the CPUs.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "numCpuPackages": 0,
    "numCpuCores": 0,
    "numCpuThreads": 0,
    "hz": 0
}
integer
numCpuPackages
Required

Number of physical CPU packages on the host.

integer
numCpuCores
Required

Number of physical CPU cores on the host.

integer
numCpuThreads
Required

Number of physical CPU threads on the host.

integer As int64 As int64
hz
Required

CPU speed per core.

This might be an averaged value if the speed is not uniform across all cores. The total CPU speed of the box is defined as hz * numCpuCores