Skip to main content

CPU Template Variables​

The information collected in the CPU template variables defines attributes of the processors installed on the system.

The data is exposed by processor number (0, 1, 2, ...).

To reference the first processor the processor number (<Number>) can be omitted (e.g., the variable ${CPU/Processor/Model} is the same of ${CPU/Processor/0/Model}).

VariableDescription
${CPU/Processor/Capabilities}Comma separated list of processor capabilities
${CPU/Processor/ID}Processor ID
${CPU/Processor/Model}Processor model
${CPU/Processor/NumCores}Number of cores
${CPU/Processor/NumThreads}Number of threads
${CPU/Processor/Vendor}Processor vendor
${CPU/Processor/_<Number>_/Capabilities}Comma separated list of processor number
${CPU/Processor/_<Number>_/ID}Processor number ID
${CPU/Processor/_<Number>_/Model}Processor number model
${CPU/Processor/_<Number>_/NumCores}Number of cores of processor number
${CPU/Processor/_<Number>_/NumThreads}Number of threads of processor number
${CPU/Processor/_<Number>_/Vendor}Processor number vendor
${CPU/TotalCores}Total number of cores in the system
${CPU/TotalProcessors}Number of processors in the system
${CPU/TotalThreads}Total number of threads in the system