Tomcat - Live monitoring with JavaMelody
Live Monitoring of Tomcat Resource
I used JavaMelody to provide live monitoring of Tomcat. It is as simple as dropping the following jar file
- javamelody-core-1.88.0.jar
- jrobin-1.5.9.jar
into the WEB-INF directory. And run http://host:port/context_path/monitoring
They provide HTTP statistic which is very useful
See https://github.com/javamelody/javamelody/wiki/Screenshots#charts
Comments
Post a Comment