Operating System - HP-UX
1834434 Members
2794 Online
110067 Solutions
New Discussion

Frequency of processor under HP_UX

 
SOLVED
Go to solution
malki_3
Frequent Advisor

Frequency of processor under HP_UX

Hello
There's any command or script for displaying the frequency of each orcessor under HP_UX
Thanks for your replay
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor

Re: Frequency of processor under HP_UX

Hi:

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

Regards!

...JRF...
MANOJ SRIVASTAVA
Honored Contributor

Re: Frequency of processor under HP_UX

Hi Malki


There are many ways you can find this :

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

2.sam----->performance Monitors----->system properties--------Processor

3. stm


Manoj Srivastava
Tom Geudens
Honored Contributor
Solution

Re: Frequency of processor under HP_UX

Hi,

To determine the processor speed:
example:
echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
itick_per_usec:
itick_per_usec: 360

To determine the number of processors in use:
example:
echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem
runningprocs:
runningprocs: 2

Hope this helps,
Tom
A life ? Cool ! Where can I download one of those from ?
Helen French
Honored Contributor

Re: Frequency of processor under HP_UX

Try this:

1) SAM - Performance Monitors - System Properties
2) echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem
Life is a promise, fulfill it!