Get "jstat" Utility for IBM J9 (Java 1.6) -


i maintaining several linux systems (suse sles 11 sp3) running java 1.6 (ibm j9) , java application wish able monitor more closely. i'd able gather statistics on heap usage, "jstat" tool not seem supplied ibm in jdk (unless i'm confused, so, i'm starting familiarize self java). looks it's bundled oracle java jdk..

what i'm wondering if there way utility installed compatible java application running in ibm j9 vm, or pretty sol? , if it's not available, there way gather size of heap , how close application running out of memory?

it sounds you're looking ibm health center: http://www.ibm.com/developerworks/java/jdk/tools/healthcenter/

health center quick deploy, small impact live monitoring tool running on either ibm java virtual machines or ibm sdk node.js. gathering information on wide range of areas such method profiling, garbage collection , memory usage, health center provides recommendations , analysis improve performance , efficiency of application. health center can save data obtained monitoring application , load again analysis @ later date.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -