Caldarale, Charles R wrote:
From: Rainer Jung [mailto:rainer.j...@kippdata.de] Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

Also interesting is "cat /proc/PID/maps" but here one would need to calculate sizes per line from the two hex addresses given at the start of each line.

/proc/<pid>/smaps gives a bit more info (including various sizes), but produces 
multiple lines per record, making sorting more difficult.


There is a good perl module (with examples) to digest and present that info, see https://metacpan.org/pod/Linux::Smaps

Also, as frequently the case with perl modules, the documentation alone is worth looking at, even if you have no intention of ever programming in perl.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to