JSP/Servlet CPU usage

Questions about YourKit Java Profiler
Post Reply
jlmarce
Posts: 1
Joined: Thu Mar 28, 2019 9:47 pm

JSP/Servlet CPU usage

Post by jlmarce »

We're using servlets in our application. In the YourKit CPU views, we see a [JSP/Servlet] appearing in the middle of the call stack, and the Java call stack immediately below uses only 2% of the time spent in the JSP call. How can we find where the 98% of the time is spent?
BTW is there a way to see the request body of the http requests?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: JSP/Servlet CPU usage

Post by Anton Katilin »

Perhaps it's due to filters applied:
https://www.yourkit.com/docs/java/help/filters.jsp
Please try expanding the collapsed filtered nodes.

Request body is not available, only parameters.
Post Reply