JavaMelody 1.36.0 was released and is available for download
here:
http://javamelody.googlecode.com
Thanks to
CloudBees,
there is now a public
Jenkins Continuous Integration
server for the JavaMelody
project:
Anytime, you will be able to download the latest
nightly build (beta, snapshot from
trunk). You can also browse the latest
javadoc,
sources and other
reports. There is also a
continuous integration for the
Jenkins Monitoring plugin.
And there is a public online
demo of JavaMelody.
In a few minutes you can see what is JavaMelody and a selection of
what it can do for you.
The demo is based on the latest source in trunk and is
continuously deployed with DEV@CLOUD. It features http (GWT),
services (java interfaces) and SQL (jdbc, Mysql) monitoring in
particular.
- First, you can play with this quick and dirty GWT
application to have some data (thanks Benjamin)
- Then you can view the charts and the statistics in the monitoring reports (no password)
- Some JavaMelody features are not in the demo, see the Screenshots
for other features.
Other notes:
- fix blocking issue
194 and issue
143, issue
199, issue
200: The jrobin v1.5.9 artifacts are now available in
the Maven central repository as you can see here. The external (and currently
unreachable) repository in the pom is now useless and removed.
- fix minor issue
192: In a Bamboo server v3.1+, internal server error
when viewed by non-admin user.
- fix issue
193: Make "Deployment on Tomcat without modification of
monitored webapps" work like before v1.32
- fix issue
189: Should not set autoCommit to false on datasource
connections
- fix issue
195: In the database reports, compatibility of "innodb
status" with both Mysql 5.5 and Mysql 4
- fix issue
201: Unable to render MBeans tree when some
JMX-retrieval exception occurs
- fix issue
204: There should not be any blocking exception when
initializing the JSF action listener
- added: monitoring-spring-datasource.xml, as an alternative
to monitoring-spring.xml, to monitor only the datasources when
there is some conflict (issue
172). See doc
at the end of the JDBC chapter.
- added: Possibility to customize styles, icons and other
resources in the html reports (issue
196). See doc
in the advanced user guide. Please submit your best CSS file to the users' group.
- added: if there are deadlocked threads in the JVM, print a
warning message with the names of the deadlocked threads at
the top of threads dump, like in the html and pdf reports (revision
2678)
bye, Emeric