views:

23

answers:

1

what options do I have to profile a page request in a spring mvc app?

I want to get a breakdown of how long the page request takes, along with the various stages like how long it takes to render the freemarker template, hibernate db calls, etc.

+2  A: 

Take a look here:

Profiling with Eclipse and remote profile agents on Linux

Tutorial: Profiling with TPTP and Tomcat

An introduction to profiling Java applications using TPTP

TPTP = Eclipse Test and Performance Tools Platform

More links to the stack:

Open Source Profilers in Java

Leniel Macaferi