Monitoring the Java Virtual Machine
By Paul Tremblett, April 01, 2006
Source Code Accompanies This Article. Download It Now.
Java Management Extensions (JMX) provide tools for monitoring and managing applications and the resources they use.
April, 2006: Monitoring the Java Virtual Machine
creating instance of ArrayList
creating instance of Date
Enabling verbose output
creating instance of GregorianCalendar
[Loaded java.util.Calendar from shared objects file]
[Loaded java.util.GregorianCalendar from shared objects file]
creating instance of Hashtable
Figure 3: Output from the MXBDemo2 program.