org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges
Class UsedMemoryGauge

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.BaseMemoryGauge
      extended by org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.UsedMemoryGauge
All Implemented Interfaces:
Gauge

public class UsedMemoryGauge
extends BaseMemoryGauge


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.commons.monitoring.gauges.Gauge
Gauge.LoaderHelper
 
Field Summary
static Role USED_MEMORY
           
 
Fields inherited from class org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.BaseMemoryGauge
MEMORY_MX_BEAN
 
Constructor Summary
UsedMemoryGauge()
           
 
Method Summary
 Role role()
           
 double value()
           
 
Methods inherited from class org.apache.commons.monitoring.reporting.web.plugin.jvm.gauges.BaseMemoryGauge
period
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USED_MEMORY

public static final Role USED_MEMORY
Constructor Detail

UsedMemoryGauge

public UsedMemoryGauge()
Method Detail

role

public Role role()

value

public double value()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.