开发者

java web app profiler like this

Read an article on http://code.google.com/p/mvc-mini-profiler/

Any open-source profiler available like this for java web apps?

Anyone started开发者_JS百科 to port this one to Java environment?

Thanks.


Yes, there is one java "mini profiler" project inspired by mvc-mini-profiler for the Google App Engine Java runtime (gae-java-mini-profiler).

You can see a demo.


BTrace is a good agent that can be used to get the profiling information out of your JVM (anything from memory usage, thread usage, to method execution times and invocation counts). I have written an application (EurekaJ) that integrated with BTrace to let you visualize and create thresholds based on the data gathered by BTrace.

I have never used MVC Mini Profiler, but BTrace + EurekaJ is indeed a fully open-source solution. Im not aware of any other open-sourced profilers for the Java Platform, but something may exist.

BTrace: http://kenai.com/projects/btrace EurekaJ: http://eurekaj.haagen.name


I don't know of a port for this project.

You can essentially use JUnit and JunitPerf to measure the performance and scalability of functionality. It doesn't look as as easy to do, but it should get you started.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜