Topic Title: Dual-Core Opteron 8218 on RHEL5 incorrect bogomips and clock speed Topic Summary: Incorrectly displays 1000 for Cpu Mhz rather than 2.6 Created On: 11/12/2008 11:34 AM Status:
Read Only
ppokorny Junior Member
Posts: 1
Joined: 01/29/2009
This is probably due to CPUSPEED. aka PowerNOW
It's automatically reduced the speed of the processor because you aren't running any applications. This reduces the power draw.
If you start applications, CPUSPEED will increase the speed of the processors that are busy instantly and automatically.
You can put a load on the system with an infinite loop like this:
$ while : ; do : ; done
One of the CPU's should increase in speed.
Beware that /proc/cpuinfo does not always contain the correct, current cpu speed. The values in /sys/devices/system/cpu/cpu?/cpufreq should be more accurate.