Operating System - HP-UX
1847916 Members
2536 Online
104021 Solutions
New Discussion

Command to display Physical Memory

 
SOLVED
Go to solution
Vinesh Dhevcharran
Occasional Advisor

Command to display Physical Memory

Hi,

I have got a machine which is supposed to have 3GB of memory. What command can I use to confirm this for me?

Many Thanks
Vinesh
4 REPLIES 4
T G Manikandan
Honored Contributor
Solution

Re: Command to display Physical Memory

#echo phys_mem_pages/D | adb64 /stand/vmunix /dev/mem

You can also use

SAM--->performance monitor--->system properties

OR

cat /var/adm/syslog/syslog.log|grep Physical

to get the info.
Armin Feller
Honored Contributor

Re: Command to display Physical Memory

Hi,

the same you find in the beginning of /var/adm/syslog/syslog.log (message buffer) you can find with the command:

# dmesg

Best regards,
Armin
U.SivaKumar_2
Honored Contributor

Re: Command to display Physical Memory

Hi,

#dmesg | grep -i physical

regards,

U.SivaKumar
Innovations are made when conventions are broken
Brian Watkins
Frequent Advisor

Re: Command to display Physical Memory

If you have glance installed, you can also find out how much physical memory is installed like this:

1. Start glance
2. Look at the Systems Table Report, page 2 (shortcut to this is the "t" key, followed by the "b" key)

Physical memory is listed on the bottom of the window, along with other useful info:

Machine Model, # of CPU's, # of NIC's, Available volume groups, etc.

Hope this helps!