nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Check CPU Speed in Linux

This is a discussion on Check CPU Speed in Linux within the Getting started tutorials forums, part of the Linux Getting Started category; To chek the cpu speed in Linux use /prco/cpuinfo file (try egrep commnd to get accurate output): Code: less /proc/cpuinfo ...

Register free or login to your existing account and remove all advertisements.


Go Back   nixCraft Linux Forum > Linux Getting Started > Getting started tutorials

Linux answers from nixCraft.


Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2008, 02:03 AM
sweta's Avatar
Contributors
User
 
Join Date: Feb 2005
Location: New Delhi
OS: Suse, RHEL, Vista
Posts: 199
Thanks: 12
Thanked 9 Times in 9 Posts
Rep Power: 7
sweta has a spectacular aura about sweta has a spectacular aura about
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
__________________
Reply With Quote
  #2 (permalink)  
Old 05-20-2008, 07:40 PM
Junior Member
User
 
Join Date: Apr 2008
OS: Fedora
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RamPD is on a distinguished road
Default Thanks

Hi sweta,
A good command to help the linux bigginers
Thanks
Reply With Quote
  #3 (permalink)  
Old 08-06-2009, 12:09 AM
Junior Member
User
 
Join Date: Aug 2009
OS: Debian
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thewebhostingdir is on a distinguished road
Default

Quote:
Originally Posted by sweta View Post
To chek the cpu speed in Linux use /prco/cpuinfo file
Hi..sweta.There is your typo in command. It should be /proc/cpuinfo instead of /prco/cpuinfo file

Thanks!
Reply With Quote
Reply

Tags
cpu , hardware , linux , procinfo


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Check Available Memory Linux sweta Getting started tutorials 2 07-03-2008 11:12 AM
How to check CPU Numbers in Linux raj Linux hardware 1 06-17-2008 02:29 PM
Linux check disk error raj Linux hardware 3 12-07-2007 10:00 AM
Command to Check Linux File System lacloai Getting started tutorials 3 05-14-2007 05:45 PM
Linux command to check size of hard drive disk gbdood Linux software 2 08-27-2006 09:44 AM


All times are GMT +5.5. The time now is 05:33 PM.


Powered by vBulletin® Version 3.8.4 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2009 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38