public static final class MemoryUsageMonitor.MemoryGroup extends Object
Modifier and Type | Field and Description |
---|---|
MultiStageTimeSeries |
max
Trend of the maximum memory size, after GCs.
|
MultiStageTimeSeries |
used
Trend of the memory usage, after GCs.
|
Modifier and Type | Method and Description |
---|---|
MultiStageTimeSeries.TrendChart |
doGraph(String type)
Generates the memory usage statistics graph.
|
public final MultiStageTimeSeries used
public final MultiStageTimeSeries max
public MultiStageTimeSeries.TrendChart doGraph(@QueryParameter String type) throws IOException
IOException
Copyright © 2004–2022. All rights reserved.