Constant SYSTEM_CPU_PHYSICAL_COUNT
Source pub const SYSTEM_CPU_PHYSICAL_COUNT: &str = "system.cpu.physical.count";
Expand description
§Description
Reports the number of actual physical processor cores on the hardware
§Notes
Calculated by multiplying the number of sockets by the number of cores per socket
| |
Instrument: | updowncounter |
Unit: | {cpu} |
Status: | Development |