You are not logged in.

#1 2013-10-01 08:41:13

darkfoon
Member
Registered: 2007-08-29
Posts: 42

Get CPU frequency WITHOUT cpufreq modules?

Hello,

I'm overclocking my CPU, and in doing so, the motherboard disables Intel Speedstep automatically. This causes the cpufreq-* modules to not load because the frequency scaling "device" is no longer present in the system.

Is there a way to check the actual frequency of the CPU without these modules?
`cat /proc/cpuinfo` only gives me the default speed of the CPU.

Thanks

Offline

#2 2013-10-01 08:50:19

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: Get CPU frequency WITHOUT cpufreq modules?

"/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq" file shows the current frequency on core 0, but it probably needs acpi_cpufreq module to be loaded.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#3 2013-10-01 16:26:00

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Get CPU frequency WITHOUT cpufreq modules?

cpupower monitor

Offline

#4 2013-10-02 06:21:11

darkfoon
Member
Registered: 2007-08-29
Posts: 42

Re: Get CPU frequency WITHOUT cpufreq modules?

Thanks for the replies.
cpupower monitor did the trick.

I also installed community/powertop to verify and it was also quite helpful (if a little buggy...)

I must have turned on the C1E support in the BIOS because apparently that is the cause for my performance drop.

Offline

Board footer

Powered by FluxBB