![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check free/total Memory in AIX | vimalbhan | AIX | 6 | 01-16-2008 06:34 PM |
| Memory Check in SUN Solaris | rajarsi.ghosh | SUN Solaris | 4 | 07-27-2007 05:10 AM |
| Command to check memory size | nano2 | SUN Solaris | 0 | 06-22-2007 03:56 AM |
| check memory and processors | rocker40 | UNIX for Dummies Questions & Answers | 2 | 10-25-2006 12:16 PM |
| How to check physical memory | jeelans | SUN Solaris | 5 | 07-20-2006 06:56 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to check how much memory being used?
is there other way to check how much physical memory being used without using top command?....this is on Sun Solrais 2.7
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can use ps -el and look at the SZ column to get a rough idea. You can also use /usr/proc/bin/pmap to check on a per process basis to get size/segment and add them.
|
|
#3
|
|||
|
|||
|
Use swap -l in combination of vmstat...hope this helps
|
|
#4
|
||||
|
||||
|
I'm partial to sar.
|
||||
| Google The UNIX and Linux Forums |