Like the title said:

Is there something similar to the mini-mvc-profiler for Java?

I'm looking for something that can be used in a Struts or Spring MVC application and that shows a quick performance overview on every page in our DEV environment.

link|improve this question

68% accept rate
feedback

2 Answers

The simplest can be Java Interactive profiler

Another interesting and effective one is glassbox

It depends on case to case basis. Sometimes even using a simple performance logging library like per4j works.

link|improve this answer
feedback

I would recommend: gae-java-mini-profiler

It has been posted here earlier: Is there something similar to mini-mvc-profiler for Java?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.