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

早过忘川 提交于 2019-12-04 10:10:31

问题


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.


回答1:


java-mini-profiler

This is one I wrote which takes from gae-java-mini-profiler but works for non-gae applications. It also some extra features which can be optionally enabled such as profiling annotation and sql profiling.




回答2:


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.




回答3:


I would recommend: gae-java-mini-profiler

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



来源:https://stackoverflow.com/questions/6503072/is-there-something-similar-to-mini-mvc-profiler-for-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!