Operating System - HP-UX
1834461 Members
3227 Online
110067 Solutions
New Discussion

To know exact memory status

 
SAMIR SHAH_1
Contributor

To know exact memory status

Hello,

How do I know that exact memory status of my server. I need to know it in foll. manner.

Physical memory: 640000000 (640 MB)
Consumed memory: 300000000 (300 MB)
Free/Available memory: 340000000 (340 MB)

Can any one pl. tell me?

Thanks.

Samir.
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: To know exact memory status

Hi:

# glance
# top
# dmesg

All of these are useful. I prefer 'glance'.

...JRF...