monitor memory usage for process
Hi,
I use linux and Unix and I want to monitor the memory usage for process.
To prevent memory leakage and out of memory of the system.
Any command or sytnax , have more better and presentable data
than below command about memory usage of one process ??
ps -o %cpu,%mem,lstart,args,comm,cputime,pid,rss,vsz -p 10537
%CPU %MEM STARTED COMMAND COMMAND TIME PID RSS VSZ
0.8 10.6 Mon Jan 24 13:37:07 2011 /opt/j2sdk1.4.2_ java_executable 00:00:33 10537 111708 910044
any suggestion ??
|