cat /proc/PID/status
Onde:
VmSize: The size of the virtual memory allocated to the process
VmLck: The amount of locked memory
VmRSS: The amount of memory mapped in RAM ( instead of swapped out )
VmData: The size of the Data segment
VmStk: The stack size
VmExe: The size of the executable segment
VmLib: The size of the library code
VmPTE: Size of the Page Table entry
Copiado descaradamente de http://www.linuxforums.org/forum/linux-kernel/49438-proc-pid-status.html
Nenhum comentário:
Postar um comentário