public static class GcTimeMonitor.GcData extends Object implements Cloneable
Constructor and Description |
---|
GcTimeMonitor.GcData() |
Modifier and Type | Method and Description |
---|---|
GcTimeMonitor.GcData |
clone() |
long |
getAccumulatedGcCount()
Returns the accumulated number of GC pauses since this JVM started.
|
long |
getAccumulatedGcTime()
Returns accumulated GC time since this JVM started.
|
long |
getGcMonitorRunTime()
Returns the time since the start of the associated GcTimeMonitor.
|
int |
getGcTimePercentage()
Returns the percentage (0..100) of time that the JVM spent in GC pauses
within the observation window of the associated GcTimeMonitor.
|
long |
getTimestamp()
Returns the absolute timestamp when this measurement was taken.
|
public long getTimestamp()
public long getGcMonitorRunTime()
public long getAccumulatedGcTime()
public long getAccumulatedGcCount()
public int getGcTimePercentage()
public GcTimeMonitor.GcData clone()
Copyright © 2019 Apache Software Foundation. All Rights Reserved.