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

[Linux] i5-12600 cpu freq current and max incorrect #2069

Open
chrisbeardy opened this issue Feb 2, 2022 · 3 comments
Open

[Linux] i5-12600 cpu freq current and max incorrect #2069

chrisbeardy opened this issue Feb 2, 2022 · 3 comments

Comments

@chrisbeardy
Copy link

Summary

  • OS: { Linux Manjaro }
  • Architecture: { 64bit, }
  • Psutil version: { 5.9.0 }
  • Python version: { python3.10.1 }
  • Type: { core }

Description

The current and max freq for my i5-12600 are reporting incorrectly.

As you can see from the screenshot below, current freq is getting reported in GHz and the max for the p cores is reporting as 6400 when it should be 4700.

image

For comparison (what I believe are correct values), GTK stress testing utility.

image

@NiceSieve
Copy link

Getting GHz values on current as well.
OS: Arch Linux
CPU: Ryzen 3950X

In [3]: psutil.cpu_freq()
Out[3]: scpufreq(current=2.284187500000001, min=2200.0, max=3500.0)

@ravindk89
Copy link

This might be affecting upstream apps. s-tui as one example, and glances as another.

@Douile
Copy link

Douile commented Mar 1, 2022

To save other people checking the commits, looks like a fix is here: 83d7067

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants