-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
CPU currentLoad completly off on windows #900
Comments
@sebhildebrandt Do you have any updates on this? |
I am having the same problem |
Hello, Any update on this issue? I am a bit confused, how to map value from currentLoad to actual cpu usage? FYI, I am running nodejs in windows 11 machine. |
+1, exact same. I can't seem to get any values >8 without trying on purpose despite actual cpu being anywhere between 40 and 90%. In case this is platform dependent ill just dump my env info as well
For me this is the (seemingly) best solution for the time being, but it too produces values >100%
|
Describe the bug
When calling the currentLoad() function the currentLoad value is completly off. I checked task manager and it says 42% load while the currentLoad value I get is ~6.134.
I understand that there can be a difference but it shouldn't be that much off.
To Reproduce
Code I used:
Current Output
Environment (please complete the following information):
To get all needed environment information, please run the following command:
The text was updated successfully, but these errors were encountered: