|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.diagnosis.MemoryUsageMonitor.MemoryGroup
public final class MemoryUsageMonitor.MemoryGroup
A memory group is conceptually a set of memory pools.
| Field Summary | |
|---|---|
MultiStageTimeSeries |
max
Trend of the maximum memory size, after GCs. |
MultiStageTimeSeries |
used
Trend of the memory usage, after GCs. |
| Method Summary | |
|---|---|
MultiStageTimeSeries.TrendChart |
doGraph(String type)
Generates the memory usage statistics graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final MultiStageTimeSeries used
public final MultiStageTimeSeries max
| Method Detail |
|---|
public MultiStageTimeSeries.TrendChart doGraph(@QueryParameter
String type)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||