Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command to find no of processors in Linux server.

Status
Not open for further replies.

ranjank

IS-IT--Management
May 9, 2003
176
IN
Hi,

Is there any command in Linux to find no of processors in Lunux server/machine.

Regards,
RK.
 
It's prsinfo in Solaris, might be the same on Linux. Worth a shot anyway !

Cheers,
71
 
Remember that `cat /proc/cpuinfo` will show you all logical processors.
So with dual core CPU's you'll see twice the amount of processors.
x86info is another utility you could use to view info on the physical cpu (also if hyper threading is enabled)
As I remember, we have to install the rpm from the Redhat media & Suse media. (Not available by default on my Slackware machines)



"If you always do what you've always done, you will always be where you've always been."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top