Skip to content

Host CPU

windows linux

HostCPUModule retrieves host CPU info: model, vendor and the number of cores.

Details

It heavily relies on the gopsutil library.

On Linux, it reads /proc/cpuinfo. On Windows it performs the win32_Processor WMI request

Dependencies