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 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