![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check free/total Memory in AIX | vimalbhan | AIX | 6 | 01-16-2008 09:34 PM |
| How do I find out how much swap and memory is free? | expos | UNIX for Dummies Questions & Answers | 2 | 12-30-2003 10:58 AM |
| memory free up using 'find' | shibz | UNIX for Advanced & Expert Users | 6 | 11-03-2002 04:01 PM |
| Total Memory/Swap Memory | ghe1 | Filesystems, Disks and Memory | 4 | 04-01-2002 10:33 AM |
| Physical Memory | Alex_T | High Level Programming | 2 | 02-28-2002 08:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9
Hi,
Im working on Solaris 9 on SPARC-32 bit running on an Ultra-80, and I have to find out the following:- 1. Total Physical Memory in the system(total RAM). 2. Available Physical Memory(i.e. RAM Usage) 3. Total (Logical) Memory in the system 4. Available (Logical) Memory. I know vmstat is not the answer here.. Please advise what i should look into. Thanks |
|
||||
|
check Total physical memory:
# prtdiag -v | grep Memory # prtconf | grep Memory --- check Free physical Memory: # top (if available) # sar -r 5 10 Free Memory=freemen*8 (pagesize=8k) # vmstat 5 10 Free Memory = free --- For swap: # swap -s # swap -l Last edited by pjsilva77; 02-03-2009 at 10:10 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|