1752421 Members
5732 Online
108788 Solutions
New Discussion юеВ

process memory allacated

 
miaoxucheng
Advisor

process memory allacated

hi , expert .
I want to analyse the process memory allacated in detail . when i use the 'ps -efl ' , I get the 'SZ' field which is the total memory ,how to analyse it detail ? which command can get this ,such as share memory \ heap \ executable ... ?
2 REPLIES 2
T G Manikandan
Honored Contributor

Re: process memory allacated

you can use

UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more


The vsz column will show the amount of memory used by the process in Kbytes.

THanks
V. V. Ravi Kumar_1
Respected Contributor

Re: process memory allacated

hi,

use glance or perfview
regds
Never Say No