Operating System - HP-UX
1753560 Members
6160 Online
108796 Solutions
New Discussion юеВ

How to determine the CPU speed?

 
Fedon Kadifeli
Super Advisor

How to determine the CPU speed?

The following command:

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

can be used to determine the CPU speed in MHz. But this only works for UX 10.20. Does anybody know an equivalent version of this for UX 11.00?
3 REPLIES 3
melvyn burnard
Honored Contributor

Re: How to determine the CPU speed?

You should be able to use the same command:

hpwing04 # echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
itick_per_usec:
itick_per_usec: 180
hpwing04 # uname -a
HP-UX hpwing04 B.11.00 B 9000/800 2012690143 16-user license
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Fedon Kadifeli
Super Advisor

Re: How to determine the CPU speed?

Yes, now it works. But the first time I ran it in my new N-4000 machine it didn't! Strange...

echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem
itick_per_usec:
itick_per_usec: 550
Patrick Wessel
Honored Contributor

Re: How to determine the CPU speed?

You can also try SAM: -> Performance Monitors -> System Properties
There is no good troubleshooting with bad data