1847738 Members
4538 Online
104013 Solutions
New Discussion

CPU

 
SOLVED
Go to solution

CPU


Hi,

I want to know which CPU speed and type I have. Are there any "easy" command or script for it?

Regards
Paul
4 REPLIES 4
Manish Srivastava
Trusted Contributor
Solution

Re: CPU

Hi,

uname -m tess you what model of server ia64 is Itanium and 900/700 etc are PA RIAC.

I think you could use getconf command to find the speed of CPU. I am not sure aout it.
This may help:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=586953

manish
Shaikh Imran
Honored Contributor

Re: CPU

Hi,
If support tools installed please use STM and get the info you will get everything.
If ignite is installed use print_manifest command.

Regards,



I'll sleep when i am dead.
John Carr_2
Honored Contributor

Re: CPU

Hi

model command will give you server

echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem

will give preocessor speed

John.
Jose Mosquera
Honored Contributor

Re: CPU

Hi,

Try with this:
echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
itick_per_usec:
itick_per_usec: 200

Rgds.