I came across this tool http://code.google.com/p/
This does not perform any profiling or stores into database, so is considered lightweight i.e. should not degrade a lot performance-wise. ( http://groups.google.com/
I decided to use it in my application which is a Struts based application in Test environment. I gave it a try by installing the required jars and modifying the web.xml Then I deployed the application and logged in to the application. I was not able to login due to some error. So I decided to check if the Java Melody page shows up. To access this I simply had to use http://server:9090/appname/
So this gave me the error I would have otherwise searched in my log file. After fixing the error (database synonym grant issue), I played with the application and turned back to monitoring page. It gave me pretty good http and sql statistics. I also liked the way it can drill down to all SQL queries
You can check out the monitoring page at http://server:9090/appname/
It can be used it to monitor application with respect to their performance, logging data etc. in real-time.
"monitoring of JavaEE applications"
- javamelody - Project Hosting on Google Code (view on Google Sidewiki)
looks familiar...
ReplyDeleteYes it was your entry and my bookmark! :-)
ReplyDelete