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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPU

Status
Not open for further replies.

AIXUser53

IS-IT--Management
Aug 16, 2002
47
US

Hi Everyone,

How can I found out how many CPU do i have physically in the system and what their speed is.

Thank you in advance
 
to see # of processors:

lsdev -C | grep proc

to see attributes of processor:

lsattr -El proc# (i.e. proc0, proc1, etc)

i think :) going off memory here and i'm rusty
 
Hello,
To find system cpu speed. Do search in the forum. There is a link to a document that is needed to findout the speed of the cpu.

bootinfo -r gives you memory.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top