Javamelody and Play Framework
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:
Generate war file from your play framework web
Edit web.xml in war file (http://code.google.com/p/javamelody/wiki/UserGuide?tm=6)
- Deploy it in container server such as tomcat
精彩评论