Closed sygint closed 2 years ago
I have a same-but-worse case. It shows 2.3Ghz but my processor just support 1.8GHz
-------------------------------------------------------------------------------
Linux distro: Ubuntu 21.10 (Impish Indri)
Linux kernel: 5.15.4-051504-generic
Processor: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz
Cores: 8
Architecture: x86_64
Driver: intel_pstate
------------------------------ Current CPU stats ------------------------------
CPU max frequency: 1800 MHz
CPU min frequency: 400 MHz
Core Usage Temperature Frequency
CPU0: 11.2% 46 °C 2300 MHz
CPU1: 6.1% 47 °C 2300 MHz
CPU2: 2.1% 47 °C 2300 MHz
CPU3: 8.1% 47 °C 2300 MHz
CPU4: 5.1% 46 °C 2300 MHz
CPU5: 9.2% 47 °C 2300 MHz
CPU6: 10.2% 47 °C 1800 MHz
CPU7: 7.0% 47 °C 2300 MHz
---------------------------- CPU frequency scaling ----------------------------
Battery is: charging
Setting to use: "performance" governor
Total CPU usage: 5.7 %
Total system load: 0.77
Average temp. of all cores: 46.75 °C
Load optimal
setting turbo boost: off
-------------------------------------------------------------------------------
@SYGINT thanks. I'm also having hard time making out what cpupower
outputs. Can you help me out, and what exactly is the problem?
@mhalano I think you're looking at this wrong, and that's the beauty of auto-cpufreq. Your CPU base frequency is 1.8GHz, while your CPU can go up to 4.90GHz on turbo.
If you refer to my demo of auto-cpufreq on Youtube, you'll see that while my CPU base frequency is 1.8GHz, auto-cpufreq helps it go all the way up to 4.6GHz: https://www.youtube.com/watch?v=QkYRpVEEIlg
@AdnanHodzic So I don't know what is wrong. I disabled Turbo Boost (which, I think, is responsible for increase frequency beyond max limit) via config file /etc/auto-cpufreq.conf (set the option as "never" as showed below) and via system with echo 1 |sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
. But auto-cpufreq --stats
keep showing the turbo boost active sometimes. The idea is not pass 1.8GHz.
I also think even with low load the turbo boost is actived and high load is indicated. Can I set how much load is too much load, like a fine grain control?
I get the same it always shows 2800 all cores even at no load. But cpupower shows lower frequencies. And considering my labtop isn't overly hot I think the 2800 from auto-cpufreq --stats is wrong. I have had this happen on fedora and Pop_os but from what I can remember Arch showed correctly.
Just released v1.9.2 which adds ability to change power governor used by default with auto-cpufreq from balanced
to performance
using power_helper.py script. Curious to hear if you still have same problem if you switch to performance
governor?
Closing the issue due to inactivity.
I'm seeing incorrect CPU frequencies when I run
sudo auto-cpufreq --stats
after setting up the auto-cpuqfreq.service in systemd.System information:
however, here is what
sudo cpupower monitor
is showing me:While this is totally no big deal and this awesome software is working exactly as expected. I'd hate for you to get contact from people thinking it isn't work because of this incorrect readout. So I figured I'd at least bring it up in case it was not known.