All programs I've tried seem to be listing Hz from cpu's specifications not actually checking what the current Hz really is.
for example a processor is marketed with 4GHz.But this is the max (unless you over/under/clock) and if the cpu isn't doing anything or is getting too hot it will throttle down.
The program always will say 4Ghz even when the CPU is at 2Ghz.I want to avoid this and know the real Hz.
What programs actually check current cpu hz and not just read cpu specifications?
sudo watch -n 1 cat /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_cur_freq
but I dont have cpu folder in cpu folder so I get no such file or directory.What should I do? – fdsfgdsdf Apr 08 '14 at 18:39