- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to configure wmi.conf to query Windows CPU Temperature?
agarrison
Path Finder
02-17-2016
09:35 AM
I could not find any references to anyone trying to query temperature using WMI
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
agarrison
Path Finder
02-17-2016
09:36 AM
I used the following in wmi.conf
[WMI:Temp]
interval = 60
namespace = \\.\root\wmi
wql = SELECT CurrentTemperature FROM MSAcpi_ThermalZoneTemperature
index = default
disabled = 0
This will give you the temperature in kelvin, then need to convert to Celsius by subtracting 2732 and dividing the result by 10
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
agarrison
Path Finder
02-22-2016
09:18 AM
It looks like the WMI polling CPU is limited, in my case it always returned 29 degrees celsius and did not change.
WMI does not look to be a reliable CPU temperature monitor, your results may vary though.
