1828258 Members
2630 Online
109975 Solutions
New Discussion

CPU Speed and Count

 
SOLVED
Go to solution
Tonatiuh
Super Advisor

CPU Speed and Count

Red Hat Enterprise Linux.

How to know the number of CPUs and the speed of them?
2 REPLIES 2
Chakravarthi
Trusted Contributor

Re: CPU Speed and Count

dmesg command should tell u
Rick Garland
Honored Contributor
Solution

Re: CPU Speed and Count

In the /proc filesystem (or directory) is a file called cpuinfo. You can view the file and all info in there.

Other option is to get 'lshw' This is a RH script that queries the /proc area and will report all kinds of hardware info.