Dmesg and cpuinfo MHz differencies
I can see different values of CPU MHz here:
cat /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU
E3110 @ 3.00GHz stepping : 6
cpu MHz : 2000.000
Model say 3GHz and cpu MHz say 2GHz but
dmesg | grep MHz
say
CPU0: Intel(R) Xeon(R) CPU
E3110 @ 3.00GHz stepping 06 CPU1:
Intel(R) Xeon(R) CPU E3110
@ 3.00GHz stepping 06
Why there is 2GHz shown?
Your CPU and operating system are utilising Intel’s SpeedStep technology. This allows the CPU to dynamically vary it’s clock speed depending on load, etc.
The 3GHz you see is the maximum that your CPU is capable of and the 2GHz amount is what it is currently running at.
Check more discussion of this question.
Related posts:
Leave a comment
Recent Posts
- What is the easiest way to upgrade my existing Perl 5.14 to Perl 5.16 on FreeBSD 9 using the ports system?
- Know if mysql has done its job
- Redirect https .com to https .co.uk without a valid SSL cert on .com without DNS change
- Why is it a bad idea to use customer email as from address
- 100% packets dropped on first RX queue on 3/5 raid6 iSCSI NAS devices using intel igb (resolved)
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





