What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

WMI CPU Load Sensor incorrectly recognizes the number of CPU processors.

Votes:

0

WMI CPU Load sensor incorrectly recognizes the number of CPU processors.

I have added a device which has 2 CPUs and tried to monitor the CPU Load with WMI. The device has a total of 2 CPUs and each CPU has 6 cores, so the total number of processors is 12.

However, the WMI CPU Load sensor shows only 6 processors.

Can the sensor only query a single CPU with WMI?

How can I monitor dual CPUs ?

cpu-load wmi wmi-sensors wmi-tester

Created on Sep 8, 2020 7:46:29 AM



1 Reply

Votes:

0

Hello,

The WMI CPU Load Sensor is using the following query:

SELECT Name,Timestamp_Sys100NS, PercentProcessorTime
FROM Win32_PerfRawData_PerfOS_Processor
WHERE Name <> '_Total'

You can use our WMI Tester to test this query manually. Alternatively you can try using the SNMP CPU Load Sensor.

Created on Sep 8, 2020 7:53:28 AM by  Timo Dambach [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.