When I do a ps aux on Liux , I understand a few things are shown:
RSS:
Resident set size, the non-swapped physical memory that a task has used (in kiloBytes).
and
VSZ:
virtual memory usage of entire process. vm_lib + vm_exe + vm_data + vm_stack
But, Does VSZ also include RSS in its total? Or is it up to the user to add them to see how much memory a process has in use AND swapped?
I know this sounds silly but it seems a little vague to me
Thanks!
-John
RSS:
Resident set size, the non-swapped physical memory that a task has used (in kiloBytes).
and
VSZ:
virtual memory usage of entire process. vm_lib + vm_exe + vm_data + vm_stack
But, Does VSZ also include RSS in its total? Or is it up to the user to add them to see how much memory a process has in use AND swapped?
I know this sounds silly but it seems a little vague to me
Thanks!
-John