Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "9.22 Why inserts HP-UX 4 spaces when I print using a parallel port?"
Next document is "10. LOOKING FOR..."

9.23 How do I find the speed of my system?

I just inherited a second hand 715, but I don't know what the CPU speed is
(the label on the front case has come off).  Is there a way to find this out?

Login as root on a 9.x system and try:

echo itick_per_tick/D | adb /hp-ux /dev/kmem | tail -n1 \
     | awk '{print $2 / 10000, "MHZ"}'

(thanks to Bruce W. Smith  <brucewsmith@delphi.com>)

Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "9.22 Why inserts HP-UX 4 spaces when I print using a parallel port?"
Next document is "10. LOOKING FOR..."