pub const SYSTEM_CPU_LOGICAL_COUNT: &str = "system.cpu.logical.count";
Expand description
§Description
Reports the number of logical (virtual) processor cores created by the operating system to manage multitasking
§Notes
Calculated by multiplying the number of sockets by the number of cores per socket, and then by the number of threads per core
§Metadata
Instrument: | updowncounter |
Unit: | {cpu} |
Status: | Development |