|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
' ps v PPID' command and real memory
hi Guys,
Just wondering whether if I execute the ps v 1818740 and I get the below ouput what column should I use If I need to calculate how much real memory (private) is use by those process. Thanks. PID TTY STAT TIME PGIN SIZE RSS LIM TSIZ TRS %CPU %MEM COMMAND 1818740 - A 0:00 60 1976 1064 xx 39 112 0.0 0.0 db2sysc harby. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
The RSS column is probably what you want. It's how much memory the program is using "in core". The SIZE column might also be what you want -- it's the amount of memory used by the process, including code, stack, heap, etc., whether or not it's in swap or in core.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| df -h command, can't seem to find real location | samnyc | UNIX for Dummies Questions & Answers | 4 | 10-05-2011 10:34 AM |
| Real memory usage is reaching 99.99% | Balajipoola007 | AIX | 2 | 04-01-2009 05:26 AM |
| real memory consumption of a process | melanie_pfefer | Solaris | 4 | 11-18-2008 05:12 PM |
| Strange Real Memory usage behavior | Skyybugg | AIX | 5 | 05-31-2007 10:17 AM |
| Kernel use of real memory | daniels | AIX | 1 | 01-03-2006 11:29 PM |
|
|