Skip to main content
Version: 1.7

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}).

VariableDescriptionfrom
${CPU/Processor/Capabilities}Comma separated list of processor capabilities1.7.0
${CPU/Processor/ID}Processor ID1.7.0
${CPU/Processor/Model}Processor model1.7.0
${CPU/Processor/NumCores}Number of cores1.7.0
${CPU/Processor/NumThreads}Number of threads1.7.0
${CPU/Processor/Vendor}Processor vendor1.7.0
${CPU/Processor/_<Number>_/Capabilities}Comma separated list of processor number1.7.0
${CPU/Processor/_<Number>_/ID}Processor number ID1.7.0
${CPU/Processor/_<Number>_/Model}Processor number model1.7.0
${CPU/Processor/_<Number>_/NumCores}Number of cores of processor number1.7.0
${CPU/Processor/_<Number>_/NumThreads}Number of threads of processor number1.7.0
${CPU/Processor/_<Number>_/Vendor}Processor number vendor1.7.0
${CPU/TotalCores}Total number of cores in the system1.7.0
${CPU/TotalProcessors}Number of processors in the system1.7.0
${CPU/TotalThreads}Total number of threads in the system1.7.0