Jul 7, 2003 #1 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
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
Jul 7, 2003 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB Try: /usr/platform/`uname -i`/sbin/prtdiag | grep Mem Note that the ` above are backticks (below Esc on most keyboards), not apostrophes. HTH. Upvote 0 Downvote
Try: /usr/platform/`uname -i`/sbin/prtdiag | grep Mem Note that the ` above are backticks (below Esc on most keyboards), not apostrophes. HTH.
Jul 7, 2003 #3 usige Technical User Joined Jun 9, 2003 Messages 290 Location US This should do it: prtconf | grep -i mem Upvote 0 Downvote