This element details the CPU information of a Host.
socket
int
Read-only
Number of populated CPU sockets
cores
Total number of cores (sum of all CPU cores)
threads
Total number of threads (sum of all CPU threads)
info
string
CPU information
type
CPU type
Table 1: HostCpu element structure
You can tell whether hyperthreading is enabled by looking at the cores and threads properties.
The cores property represents physical cores. The threads property represents logical cores.
Hyperthreading is enabled when threads is double the amount of cores.
Hyperthreading is disabled when threads is equal to the amount of cores.
The Cpu element is part of the Host element and is not used stand-alone.
Last updated 11 months ago
Was this helpful?