com.sun.enterprise.admin.monitor.stats
Interface JVMGarbageCollectorStats

All Superinterfaces:
Stats

public interface JVMGarbageCollectorStats
extends Stats

A Stats interface, to expose the monitoring information about the JVM Garbage Collection subsystem

Since:
8.1

Method Summary
 CountStatistic getCollectionCount()
          Returns the total number of collections that have occurred
 CountStatistic getCollectionTime()
          Returns the accumulated collection time in milliseconds
 
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getCollectionCount

CountStatistic getCollectionCount()
Returns the total number of collections that have occurred

Returns:
CountStatistic total number of collections that occurred

getCollectionTime

CountStatistic getCollectionTime()
Returns the accumulated collection time in milliseconds

Returns:
CountStatistic collection time in milliseconds


Copyright © 2012. All Rights Reserved.