Please take a look at Memory Analyzer tool (http://www.eclipse.org/mat/). Run the app and take the heap dump while app is running and use the tool to analyze it. You could use VisualVM with plugins to get instrumentation or you could use hprof (http://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html)

HTH

On 10/20/15 6:20 AM, David kerber wrote:
I'm trying to track down the source of a memory leak in one of my
applications.  I have examined the code but have been unable to fix it,
so am looking for some way of instrumenting my app while running on the
server.  What is the easiest/best (I realize those two criteria may not
give the same answer!) way?

Running TC 8.0.20-something, JRE 8.0.something recent, on windows Server
2012 R2.

Thanks for any suggestions!
Dave

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


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

Reply via email to