Link to home
Start Free TrialLog in
Avatar of cplau
cplau

asked on

Check Memory Size

Hi,

Under Solaris 8, how can I check the real memory size (not include the swap memory)in my server?

In using the top command, the size of real memory is shown.
Is this the correct value I am looking for?

Please advise.
ASKER CERTIFIED SOLUTION
Avatar of jhartzen
jhartzen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yuzh
yuzh

or type in:
/usr/platform/`uname -m`/sbin/prtdiag  | grep -i memory

/usr/platform/`uname -m`/sbin/prtdiag  
will give some details about your hareware.