发布于 2016-09-11 23:26:25 | 230 次阅读 | 评论: 0 | 来源: 网友投递
JavaMelody 系统监控工具
JavaMelody是一个系统监控工具 , 能够监测Java或Java EE应用程序服务器,并以图表的方式显示:Java内存和Java CPU使用情况,用户Session数量,JDBC连接数,和http请求、sql请求、jsp页面与业务接口方法(EJB3、Spring、 Guice)的执行数量,平均执行时间,错误百分比等。图表可以按天,周,月,年或自定义时间段查看。
JavaMelody v1.61.0 发布了,主要更新内容如下:
fix XSS (reported by Dallas Kaman, Praetorian Group)
In the JavaMelody Grails plugin, fix to remove views that cause collision with other plugins/app. (grails PR 36, thanks to Christian Oestreich, fixed in v1.60.1)
added: monitoring MongoDB queries. See the documentation.
added: in the Spring Boot configuration example, automatic monitoring of Spring services and controllers, without having to use the @MonitoredWithSpring
annotation.
added jpa-naming-strategy parameter to allow customization of request names displayed in JPA statistics. (based on PR 567, thanks to Christoph Linder). But still waiting Hibernate toimplement CriteriaQueryImpl.toString().
upgraded jpa api to 2.1.
也可以查看提交记录了解更多。
发布说明:
下载地址:
JavaMelody 能够监测Java或Java EE应用程序服务器,并以图表的方式显示:Java内存和Java CPU使用情况,用户Session数量,JDBC连接数,和http请求、sql请求、jsp页面与业务接口方法(EJB3、Spring、 Guice)的执行数量,平均执行时间,错误百分比等。图表可以按天,周,月,年或自定义时间段查看。