Operating System - HP-UX
1835844 Members
2692 Online
110085 Solutions
New Discussion

Processor speed and type on H60 and K410?

 
SOLVED
Go to solution
DLH
Occasional Advisor

Processor speed and type on H60 and K410?

What is the processor speed and type on H60 and K410 systems? For example, a K420 runs at 120 Mhz and uses PA-7200 processors.
6 REPLIES 6
Stefan Farrelly
Honored Contributor
Solution

Re: Processor speed and type on H60 and K410?


take a look in /usr/sam/lib/mo/sched.models for a detailed list of all HP servers and their CPU types. Your H60 probably runs at 48/64 or 96 Mhz. There are scripts available to check your cpuspeed - use the search button on the left, select forums from the search form and search for cpu speed and you will see tons of answers on this.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Stefan Farrelly
Honored Contributor

Re: Processor speed and type on H60 and K410?


heres a script to determine cpu speed;

echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem | tail -1 | awk '{print $2/10000}'
Im from Palmerston North, New Zealand, but somehow ended up in London...
Stefan Farrelly
Honored Contributor

Re: Processor speed and type on H60 and K410?


oops, for 10.xx the file is in /usr/lib/sched.models
and for 11.xx the file is /opt/langtools/lib/sched.models
Grep for your model (from uname -a)
Im from Palmerston North, New Zealand, but somehow ended up in London...
Kofi ARTHIABAH
Honored Contributor

Re: Processor speed and type on H60 and K410?

If you do not already have these machines (where you can run the above commands) and are interested in getting info about them, try:
http://www.unixsolutions.hp.com/products/servers/kclass/
nothing wrong with me that a few lines of code cannot fix!
Rita C Workman
Honored Contributor

Re: Processor speed and type on H60 and K410?

Also handy is SAM....
SAM
/Performance Monitor
/System Properties

... then just look under the tab for what you want.

Regards,
Tim Malnati
Honored Contributor

Re: Processor speed and type on H60 and K410?

In the old designation system the letter indicated the bus configuration and the number indicates the cpu quantity and speed. In the case of a G60, H60, and I60; they all have a single 96mhz processor (PA7100).

With the K class designation, the first digit indicates the bussing arrangement and the last two digits indicate the processor speed and sometimes the cache size (but not quantity). A K?10 has one or more 120mhz cpu's with 512K cache (a K?20 has 120mhz w/2048K cache) (PA7200).