-
Notifications
You must be signed in to change notification settings - Fork 43
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
Reporting wrong CPU usage #24
Comments
Same issue, used to work before i formatted |
Same. Number that appears does not come close to matching. It seem the API that is being used for Windows requires averaging over time. The way it is called in this application, is more of an instantaneous CPU usage, and with this API, that will rarely match what is seen in Task Manager. I don't currently have C++ setup on my dev workstation or I would create a submission. Here's a sample that might work using WMI instead of the PDH methods being used in the current code.
|
Can confirm - same issue here |
Same problem for me, since Rainmeter is also showing a wrong CPU usage, this might have something to do with some Windows 11 update, because both programs stopped working at the same time. |
I think @FreemoX may be correct. Will be nice to see an update to resolve this. |
Agreed - this is really poor and pretty much useless now unfortunately. |
Hi there,
Is this plugin suppose to show the computer's CPU usage ?
Because if so, I think there may be an issue somewhere, because it's not reporting the correct usage.
See the screenshots below :
OS
: Windows 11 Pro 22H2CPU
: AMD Ryzen 7 5800UThe text was updated successfully, but these errors were encountered: