Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I see the amount of RAM memory on my Unix System.

Status
Not open for further replies.

tfjr

IS-IT--Management
Joined
Jul 7, 2003
Messages
1
Location
VE
Hi everybody..

exists any command to see the amount of ram memory on my unix system.

My S.O is: Unix System V Release 4 / SunOS release 5.3
 
Try:

/usr/platform/`uname -i`/sbin/prtdiag | grep Mem

Note that the ` above are backticks (below Esc on most keyboards), not apostrophes.

HTH.
 
This should do it:

prtconf | grep -i mem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top