View Single Post

  #1 (permalink)  
Old 05-14-2008, 03:03 AM
sweta's Avatar
sweta sweta is offline
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
My distro: Suse, RHEL, Vista
Posts: 154
Rep Power: 4
sweta will become famous soon enough
Default Check CPU Speed in Linux

To chek the cpu speed in Linux use /prco/cpuinfo file (try egrep commnd to get accurate output):
Code:
less /proc/cpuinfo
egrep  'GHz|MHz' /proc/cpuinfo
Output:
Code:
model name      : Intel(R) Xeon(R) CPU            5148  @ 2.33GHz
cpu MHz         : 2333.466
model name      : Intel(R) Xeon(R) CPU            5148  @ 2.33GHz
cpu MHz         : 2333.466
__________________
Friends - v-nessa - missyAdmin - LinuxChix
Reply With Quote