Skip to content
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

Fix the CPU Frequency Graph by using GHz for the upper threshold instead of Hz #199

Closed
wants to merge 1 commit into from
Closed

Fix the CPU Frequency Graph by using GHz for the upper threshold instead of Hz #199

wants to merge 1 commit into from

Conversation

BitWire
Copy link

@BitWire BitWire commented Oct 17, 2022

psutil only returns GHz for the cpu frequency, so we need to adapt the upper limit of the graph to make it useful again

…ead of Hz

psutil only returns GHz for the cpu frequency, so we need to adapt
the upper limit of the graph to make it useful again
@amanusk
Copy link
Owner

amanusk commented Oct 18, 2022

Hey, thanks for the PR.
The issue with psutil was fixed, it is documented in #180
Since psutil 5.9.1, it displays MHz again.
The min requirement has been updated, but some packages are still using 5.9.0 (the version with the issue)

@BitWire BitWire closed this Oct 18, 2022
@BitWire BitWire deleted the Fix_FrequencyGraph branch March 19, 2023 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants