1834883 Members
2781 Online
110071 Solutions
New Discussion

cpu

 
Amir Fadaghi
Advisor

cpu

I am new to HP. Having a small Unix box running HP-UX 11.0. I need to run a command to tell me the speed of my processors. Can not find anything in the ITR.

thanks
reach and touch someone
4 REPLIES 4
Cheryl Griffin
Honored Contributor

Re: cpu

The following command returns the itick_per_usec which is the processor speed in MHz:
# echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem

Best Wishes,
Cheryl
"Downtime is a Crime."
Antoanetta Naghiu
Esteemed Contributor

Re: cpu

Try http://docs.hp.com/hpux/system for more info about hardware info and Diagnostics.
If you have Diagnostics installed, you can run stm on the console and from there choose information menu for cpu. You even can run exercise test on line! No harm to users!

Another simple way: Go to SAM->Performance Monitor->System proprieties->Processor.
Hope this helps.
Antoanetta Naghiu
Esteemed Contributor

Re: cpu

Try http://docs.hp.com/hpux/system for more info about hardware info and Diagnostics.
If you have Diagnostics installed, you can run stm on the console and from there choose information menu for cpu. You even can run exercise test on line! No harm to users!

Another simple way: Go to SAM->Performance Monitor->System proprieties->Processor.
Hope this helps.
Amir Fadaghi
Advisor

Re: cpu

thanks a lot all helped.

amir
reach and touch someone