Servlet Profiling

Posted by MontyBongo on Stack Overflow See other posts from Stack Overflow or by MontyBongo
Published on 2010-03-12T04:49:18Z Indexed on 2010/03/12 4:57 UTC
Read the original article Hit count: 590

What is the best way to undertake Servlet profiling?

In particular I am looking for a solution that can show the execution times of the method calls within the servlet.

I am running the Servlet within a Tomcat environment.

I have tried VisualVM but it only allows me to see the method calls from the Tomcat thread rather than the Servlets themselves.

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets