Operating System - HP-UX
1748180 Members
3971 Online
108759 Solutions
New Discussion юеВ

How to retrieve CPU/processor speed

 
SOLVED
Go to solution
gerd buesken
New Member

How to retrieve CPU/processor speed

Hi

I'm searching for a shell-command that returns the CPU speed of the HP-UX machine. Something similar to on solaris.

I also need this info for AIX ;-)

Thanks
2 REPLIES 2
Patrick Wessel
Honored Contributor
Solution

Re: How to retrieve CPU/processor speed

Gerd,

the following command reurns you the itick_per_usec which is the same a the processor speed in MHz:

echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem
There is no good troubleshooting with bad data
CHRIS ANORUO
Honored Contributor

Re: How to retrieve CPU/processor speed

This has been answered before, check this link: http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x89677e990647d4118fee0090279cd0f9,00.html
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.