Introduction - If you have any usage issues, please Google them yourself
VerboseGC demonstrates the use of the java.lang.management API to
print the garbage collection statistics and memory usage remotely
by connecting to a JMX agent with a JMX service URL:
service:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi
where <hostName> is the hostname and <portNum> is the port number
to which the JMX agent will be connected.
Packet : 27796722verbosegc.rar filelist
VerboseGC\README.txt
VerboseGC\src\PrintGCStat.java
VerboseGC\src\VerboseGC.java
VerboseGC\src
VerboseGC\VerboseGC.jar
VerboseGC