Source: Learning by Experience
The IBM Support Assistant comes with a variety of tools, one of them being the Java Health Center. I recently found out about this tool and it’s a great one!
The Java Health center is
very low overhead monitoring tool. It runs alongside an IBM Java application with a very small impact on the application’s performance. Health Center monitors several application areas, using the information to provide recommendations and analysis that help you improve the performance and efficiency of your application. Health Center can save the data obtained from monitoring an application and load it again for analysis at a later date.1
It’s also pretty easy to install 2.
- Add the healthcenter.jar to %JAVA_HOME%/jre/lib/ext folder
- start whatever application with -Xhealthcenter
- Default port is 1912
The openingscreen:
and for instance the profiling tab:
References:
- Java Health Center- a low overhead monitoring tool - http://www-01.ibm.com/support/docview.wss?uid=swg21413628
- Installing the Health Center agent - http://publib.boulder.ibm.com/infocenter/realtime/v2r0/index.jsp?topic=/com.ibm.rt.doc.20/healthcenter/com.ibm.java.diagnostics.healthcenter.gui/docs/installingagent.html
- IBM Support Assistant - http://www-01.ibm.com/software/support/isa/
Other:
- Feature overview: http://www.youtube.com/watch?v=5Tcktcl0qxs
Andries Inzé, one of our experts, regularly blogs at Learning by Experience.




