系統監控工具,JavaMelody v1.56.0 發布
JavaMelody 能夠監測Java或Java EE應用程序服務器,并以圖表的方式顯示:Java內存和Java CPU使用情況,用戶Session數量,JDBC連接數,和http請求、sql請求、jsp頁面與業務接口方法(EJB3、Spring、 Guice)的執行數量,平均執行時間,錯誤百分比等。圖表可以按天,周,月,年或自定義時間段查看。
JavaMelody v1.56.0 發布,此版本現已提供下載:
-
如果使用 Maven,要在 pom.xml 添加依賴:
<dependency> <groupId>net.bull.javamelody</groupId> <artifactId>javamelody-core</artifactId> <version>1.56.0</version> </dependency>
此版本改進內容如下:
-
fix issue 476 : ClassLoader leak when using the reports and then hot-redeploy with Tomcat 7.0.42 or later
-
fix issue 475 : IllegalAccessException when creating Jdbc Proxy (Java 8)
-
fix issue 473 : Basic Authentication and Sessions
-
fix issue 460 : In WildFly 8.2, "ClassNotFoundException: Can't find a delegate" when monitoring JPA
-
fix issue 477 : In the processes list, CPU and Command are sometimes in the wrong column
-
added: MULTILINE & DOTALL flags for transform-patterns regexps ( issue 474 , thanks to Michal Bergmann).
-
doc added: Example of embedding JavaMelody in a standalone application (non webapp), thanks to Philip Zeyliger and let4time
-
doc updated: Examples of web.xml and of context-param updated in the user's guide to be sure that parameters are not ignored in some case of webapp v3.1 with JDK8 ( issue 459 ).
-
Sources from SVN are now mirrored in Github: https://github.com/evernat/javamelody. The Github mirror is synchronized once a day by this Jenkins job. (This mirror does not include Jenkins, Liferay, Grails and Sonar plugins.)
-
Contributors to code can fork the github mirror repository and submit pull requests: the diff of the PR will be merged into SVN. Or contributors can still checkout from SVN and submit patches in issues as before.