-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken CPU metrics (Power, Temp, Util) on Core i5-13500 #174
Comments
There is already a PR addressing the CPU load issue. Just for your info. |
Ah, so that one's on Microsoft, good to know. Sorry, I've never really interfaced with github beyond downloading stuff, so I didn't know where to look for existing information. Thank you for the reply |
Regarding temperature and power consumption, there is no standard WMI data provider that produces that information. In Special K, I wrote my own kernel driver to get that information directly from the CPU (and it has code specific to Intel and AMD processors and pretty unlikely PresentMon would write such a thing). That's pretty much what all HW monitoring software on Windows does since nothing that comes standard with Windows, or even software chipset drivers, produces this data for WMI. |
@Kaldaien wonderful synopsis of what needs to be done to capture CPU telemetry. We originally explored going down this path but stopped when we started to realize the effort and support requirements. We have not completely abandoned the idea but we are trying to come up with the right balance for the CPU telemetry. We are however going to clean up the way we report back telemetry so users know exactly what is available and what is not. We know the current method is confusing to the user and will make it better. With regards to your PR (#167) I have merged the changes into our internal repo and it will be available in the next Intel PresentMon release. Great stuff and appreciate the contribution very much! |
I see. So there's no current plan to support CPU metrics then. Unfortunate for me, I was really hoping PresentMon would become my 1-stop-shop for relevant hardware monitoring, but I understand if GPU-related metrics are the focus for now. Maybe Microsoft will add native support for such hardware telemetry in the future, though I'm not holding my breath for that |
Would be nice to pass the metrics from HWiNFO into the PresentMon overlay (similar to how Riva does it), at least until there is native telemetry. |
Hi. I decided to try out the new PresentMon tool and noticed that at least some of the CPU metrics are broken for me, namely CPU Power, CPU Temperature and CPU Utilization. Power and Temperature show no value at all while Utilization shows clearly incorrect values:
Power and Temperature are being properly read in my current RTSS + HWiNFO setup:
Interestingly enough, Corsair's iCUE software also doesn't show CPU Utilization properly, reading the same single-digit values that PresentMon sees
The text was updated successfully, but these errors were encountered: