发布于 2017-10-29 00:17:53 | 168 次阅读 | 评论: 0 | 来源: 网友投递
JavaMelody 系统监控工具
JavaMelody是一个系统监控工具 , 能够监测Java或Java EE应用程序服务器,并以图表的方式显示:Java内存和Java CPU使用情况,用户Session数量,JDBC连接数,和http请求、sql请求、jsp页面与业务接口方法(EJB3、Spring、 Guice)的执行数量,平均执行时间,错误百分比等。图表可以按天,周,月,年或自定义时间段查看。
JavaMelody 1.70.0 发布了,JavaMelody 的目标是在 QA 和生产环境中监视 Java 或 Java EE 应用程序。
更新内容:
added: integration with Prometheus: Metrics are already displayed in the monitoring reports. You can also scrape the same metrics from Prometheus at the frequency you wish for advanced visualizations, if you have a Prometheus server installed (PR #682 & PR #684, thanks to slynn1324). See doc.
added integration with StatsD: Metrics are already displayed in the charts of the monitoring reports. As an extra, you can also publish the same metrics to StatsD, if you have a StatsD daemon installed. The parameter is statsd-address
, see doc. (92aeffe)
fix #672: because of issues with aspectj / auto-proxy in some cases, methods annotated by @Async, @Scheduled or @Schedules are no longer automatically monitored when using net/bull/javamelody/monitoring-spring.xml
. They are now monitored by adding net/bull/javamelody/monitoring-spring-scheduled.xml
in the Spring context.
fix #681: upgrade prototype.js, effects.js and slider.js
fix #665: fix jdbc undeploy in WildFly 10.1.0 / JBoss EAP 7.0 (with help from Christoph Böhme)
In Jira 6+, make sure that the current user is an ApplicationUser (PR #2, thanks to Andreas Ebert)
In Bamboo 6+, fix #671: Monitoring page forbidden
In the javamelody grails plugin, when using Grails 3.2.11, fix #43, "No signature of method: java.lang.String.encodeAsHTML()", (PR #50, thanks to Graeme Rocher and Sébastien Martin) and fix #48: "No value for key [org.springframework.jdbc.datasource.LazyConnectionDataSourceProxy] bound to thread" (PR #51, thanks to Sébastien Martin)
下载地址: