hudson.diagnosis
Class MemoryUsageMonitor.MemoryGroup

java.lang.Object
  extended by hudson.diagnosis.MemoryUsageMonitor.MemoryGroup
Enclosing class:
MemoryUsageMonitor

public final class MemoryUsageMonitor.MemoryGroup
extends Object

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

used

public final MultiStageTimeSeries used
Trend of the memory usage, after GCs. So this shows the accurate snapshot of the footprint of live objects.


max

public final MultiStageTimeSeries max
Trend of the maximum memory size, after GCs.

Method Detail

doGraph

public MultiStageTimeSeries.TrendChart doGraph(@QueryParameter
                                               String type)
                                        throws IOException
Generates the memory usage statistics graph.

Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.