Package hudson.diagnosis
Class MemoryUsageMonitor.MemoryGroup
java.lang.Object
hudson.diagnosis.MemoryUsageMonitor.MemoryGroup
- Enclosing class:
- MemoryUsageMonitor
A memory group is conceptually a set of memory pools.
-
Field Summary
Modifier and TypeFieldDescriptionfinal MultiStageTimeSeries
Trend of the maximum memory size, after GCs.final MultiStageTimeSeries
Trend of the memory usage, after GCs. -
Method Summary
Modifier and TypeMethodDescriptionGenerates the memory usage statistics graph.
-
Field Details
-
used
Trend of the memory usage, after GCs. So this shows the accurate snapshot of the footprint of live objects. -
max
Trend of the maximum memory size, after GCs.
-
-
Method Details
-
doGraph
Generates the memory usage statistics graph.- Throws:
IOException
-