LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Output of "ps" command (https://www.linuxquestions.org/questions/linux-newbie-8/output-of-ps-command-773820/)

nima0102 12-06-2009 12:46 PM

Output of "ps" command
 
Hi
Thanks for your sharing your experience
I have confused on fields "VSZ","%MEM" and "RSS" In output of "ps -aux" command, what differences are between these parameters ?

Thanks in advance

btmiller 12-06-2009 12:58 PM

Did you look at "man ps" -- it has the answers to your questions.

VSZ: Vsize -- virtual memory size of the process
RSS: Resident set size -- amount of the processes memory space that's actually mapped to physical memory
%MEM: percentage of physical memory used by the RSS, i.e. RSS/TotalMemory

Seriously, check the man pages -- this information is documented!

nima0102 12-07-2009 04:27 AM

Quote:

Originally Posted by btmiller (Post 3781913)
Did you look at "man ps" -- it has the answers to your questions.

VSZ: Vsize -- virtual memory size of the process
RSS: Resident set size -- amount of the processes memory space that's actually mapped to physical memory
%MEM: percentage of physical memory used by the RSS, i.e. RSS/TotalMemory

Seriously, check the man pages -- this information is documented!

Thanks for your reply
Why amount of VSZ in most of time is more than RSS ??

Thanks in advance


All times are GMT -5. The time now is 11:00 PM.