1849923 Members
2663 Online
104047 Solutions
New Discussion

Re: Clock speed

 
SOLVED
Go to solution
Bill Alger
Occasional Advisor

Clock speed

I thought I saw a ref to the clock speed on one of the past submissions. Can anyone tell me where it is? It referenced some commands to capture clock speeds. Thank you.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: Clock speed

Hi Bill:

# echo itick_per_tick/D|adb -k /stand/vmunix /dev/kmem | tail -n1 | awk '{print $2/10000 "MHz"}'

...JRF...
MANOJ SRIVASTAVA
Honored Contributor

Re: Clock speed

Hi Bill


U need to run the following : echo "itick_per_usec/D" | adb -k /stand/vmunix /dev/mem


Manoj Srivastava

Satish Y
Trusted Contributor

Re: Clock speed

One more way....

echo itick_per_n_usec/U | adb -k /stand/vmunix /dev/mem

Cheers...
Satish.
Difference between good and the best is only a little effort
federico_3
Honored Contributor

Re: Clock speed

cpu speed in MHz

# echo itick_per_tick/D|adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/10000}'

Klaus Crusius
Trusted Contributor

Re: Clock speed

Maybe you were looking for that?

http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd01072106351d5118fef0090279cd0f9,00.html

Klaus
There is a live before death!