Operating System - HP-UX
1823021 Members
3684 Online
109645 Solutions
New Discussion юеВ

Re: Hoe can i find out CPU operating frequency on rp3440

 
SOLVED
Go to solution
Pulse001
Regular Advisor

Hoe can i find out CPU operating frequency on rp3440

I have a rp3440 running HP-UX 11.11 . I want to know the operating frequency of my CPU. How can i do that ? print_manifest is not showing this.
Any guess ... for rp3440 PA 8800 or PA 8900 will it be 800 MHz ? Pls help...
8 REPLIES 8
Tim Nelson
Honored Contributor
Solution

Re: Hoe can i find out CPU operating frequency on rp3440

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

Re: Hoe can i find out CPU operating frequency on rp3440

Thanks Tim,
i got my answer. Thanks for your help once again.
vinayan
Advisor

Re: Hoe can i find out CPU operating frequency on rp3440

Hello pulse ,

machinfo command will also give your desired output

Rgds
Vinayan
Pulse001
Regular Advisor

Re: Hoe can i find out CPU operating frequency on rp3440

yes vinayan but on HP-UX 11.11 machinfo command does not work. It works on 11.23 and 11.31 very well.
Laerte Cardoso
Frequent Advisor

Re: Hoe can i find out CPU operating frequency on rp3440

Vinayan and Pulse001,
And a think that it├В┬┤s work only whith Itanium processor.
Torsten.
Acclaimed Contributor

Re: Hoe can i find out CPU operating frequency on rp3440

With hp-ux 11.31 machinfo works also for HP9000 servers:

# machinfo -v
CPU info:
1 PA-RISC 8800 processor (800 MHz, 32 MB)
CPU version 4
2 logical processors (2 per socket)

Vendor identification: Hewlett-Packard
Processor version info: 0x0000000000000284
Processor capabilities: 0x00000000000000b2
FSTWS, FSTWX, FLDWS, FLDWX generate word tx to I/O space
Multimedia halfword shift-and-adds
Multimedia halfword adds and subtracts
Speculative data prefetch on loads of GR0
Instruction cache: 32 MB
Data cache: 32 MB

Memory: 4096 MB (4 GB)

Firmware info:
Firmware revision: 46.34
IPMI is supported on this system.
BMC firmware revision: 3.52

Platform info:
Model: "9000/800/rp3440 "
Machine ID number: abcdef12345678
Machine serial number: DE12345678

OS info:
Nodename: server2
Release: HP-UX B.11.31
Version: U (unlimited-user license)
Machine: 9000/800
ID Number: 12345678
vmunix _release_version:
_release_version:
@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf



With 11.11 you can also get this info from SAM.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Laerte Cardoso
Frequent Advisor

Re: Hoe can i find out CPU operating frequency on rp3440

Ok, Torsten, thank you.
Pulse001
Regular Advisor

Re: Hoe can i find out CPU operating frequency on rp3440

I found out how to get CPU operating frequency in 11.11