Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1034  / 1 Year ago, wed, november 30, 2022, 7:52:46

I'm working on overclocking my rig right now, but I need to know the cpu frequency from within Ubuntu. I've figured out that I have to run a stress test while preforming the following commands to get a "accurate" reading, but they still only record stock speed. I've tried sudo cat /proc/cpuinfo but that shows my CPU cores running at 800MHz. I've looked in System Information but both report my cores running at 2900.00MHz, when the BIOS reports my poor overclocking skills coming in at roughly 3100.00MHz.



After a reboot and overclocking my CPU another 200MHz, both tools now report 3200.0MHz when my BIOS says its just above 3400.00MHz. The tools don't report the stock speed, but I doubt
they're reporting the real speed, they're about 200MHz low.



What am I doing wrong, why are these tools only reporting my stock settings?


More From » cpu

 Answers
3

Incidentally, you can see the available CPU frequencies using:



cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies


..the maximum frequencies using:



cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_max_freq


and the current CPU frequencies using:



cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq

[#35531] Thursday, December 1, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ravturtl

Total Points: 335
Total Questions: 132
Total Answers: 110

Location: Tanzania
Member since Wed, Feb 24, 2021
3 Years ago
;