java.lang.Cloneablepublic static class GcTimeMonitor.GcData
extends java.lang.Object
implements java.lang.Cloneable
| Constructor | Description |
|---|---|
GcData() |
| Modifier and Type | Method | 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()
clone in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.