1828346 Members
3174 Online
109976 Solutions
New Discussion

Processor speed

 
SOLVED
Go to solution
Shahul
Esteemed Contributor

Processor speed


Hi,

Could someone tell me how to find out processor speed in Linux.

Shahul
4 REPLIES 4
Roberto Polli
Trusted Contributor
Solution

Re: Processor speed

Hi,
cat /proc/cpuinfo

Peace, R.
Ragu_3
Trusted Contributor

Re: Processor speed

There is a BogoMIPs HOWTO, you should read that to get a larger picture of your CPU and the entire sub-system.
Debian GNU/Linux for the Enterprise! Ask HP ...
Marco Di Ianni
Frequent Advisor

Re: Processor speed

In the /proc dir there are many information about your system, in example:
/proc/cpuinfo --- about CPU
/proc/memeinfo --- about Ph. mem.
/proc/mdstat --- about Raid state
..etc

you can read this files with 'cat'


Bye!
Marco Di Ianni
Frequent Advisor

Re: Processor speed

In the /proc dir there are many information about your system, in example:
/proc/cpuinfo --- about CPU
/proc/meminfo --- about Ph. mem.
/proc/mdstat --- about Raid state
..etc

you can read this files with 'cat'


Bye!