Operating System - HP-UX
1834462 Members
3103 Online
110067 Solutions
New Discussion

How to list the CPU and Memory in machine?

 
SOLVED
Go to solution
Panuwat
Advisor

How to list the CPU and Memory in machine?

Hi all.
I have the rx4640 itanium server. I want to know infomation about CPU and Memory in my machine.
- How many CPU and Memory?
- What is the specify?
- What size of each Physical Memory?

Who can tell me realize the command line? (not use SAM)

Thank you.
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: How to list the CPU and Memory in machine?

Hi,

http://mirrors.develooper.com/hpux/

# echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"

# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem

# echo "selclass qualifier memory;info;wait;infolog" | cstm

Regards,
Robert-Jan
Ravi_8
Honored Contributor

Re: How to list the CPU and Memory in machine?

#echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep "CPU Module"


# echo "sc product cpu;il" | /usr/sbin/cstm | grep 'CPU Module'

#dmesg |grep -i physical
never give up