1831131 Members
2669 Online
110020 Solutions
New Discussion

CPU info command

 
SOLVED
Go to solution
Mike McFarland
Occasional Contributor

CPU info command

Is there a command I can execute to give me detailed info on the installed cpu(s)?
4 REPLIES 4
Sanjay_6
Honored Contributor
Solution

Re: CPU info command

Hi Mike,

If you have STM installed, try this,

echo 'selclass qualifier cpu;info;wait;infolog' |cstm >/tmp/cpu_info.txt
more /tmp/cpu_info.txt

Hope this helps.

Regds
Pete Randall
Outstanding Contributor

Re: CPU info command

Not sure exactly what you're looking for but this will give you cpu speed:
HPUX=/stand/vmunix

MHZ=$(echo itick_per_tick/D | adb -k $HPUX /dev/kmem | tail -1 | awk '{print $2/10000}')
echo $MHZ

Else look into print_manifest

Pete

Pete
Yogeeraj_1
Honored Contributor

Re: CPU info command

Hello,

You can also get all the details easily using SAM (SAM->Performance Monitors->System Properties).

Example:
Processors:
Active: 2
Total: 2
CPU Version: 1.0 PA7000
Clock Frequency: 160 MHz
Machine Identification: 1279860382
Hardware Model: 9000/800

You can get the following information as well:
- Memory
- Operating System
- Network
- Dynamic

This adds to the information provided by the two people above...

Best Regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Tim D Fulford
Honored Contributor

Re: CPU info command

if you have Ignite-UX print_manifest

Tim
-