开发者

Javamelody and Play Framework

开发者 https://www.devze.com 2023-04-05 04:16 出处:网络
Is it possible to monitor Play Framework application performance with Javamelody? I\'m using Javamelody with Spring apps. I find it much better than free version of AppDynamics or Dyna Trace.

Is it possible to monitor Play Framework application performance with Javamelody? I'm using Javamelody with Spring apps. I find it much better than free version of AppDynamics or Dyna Trace.

You can't use filter for HTTP monitoring or aspect 开发者_C百科for method monitoring. I think I should make something like filter or aspect. I have no idea how to add performance monitoring to JDBC queries.

Any ideas?


You could use Javamelody, but you have to:

  1. Generate war file from your play framework web

  2. Edit web.xml in war file (http://code.google.com/p/javamelody/wiki/UserGuide?tm=6)

  3. Deploy it in container server such as tomcat
0

精彩评论

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