On 08.04.2009 16:25, Andrew Hole wrote:
> I'm using Your Kit Java Profiler:
> 
> 
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+
> COMMAND
> 32121 tomcat    25   0 1649m 962m  15m S   76 24.3  23:00.14 java
> 
> At this moment I've 501 heap allocated memory and 146 non-heap.
> The total memory     used by the process is increasing and has the value of
> 962MB.

You might also want to look at the file

/proc/32121/maps

or more generally

/proc/MYPID/maps

There you can do a little exercise with hex address difference
calculations to find out how much native memory is used (roughly) for what.

Regards,

Rainer

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

Reply via email to