|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractGauge | |
net.sf.sensor.gauge.support | This package provides some useful implementations of the Gauge
interface. |
Uses of AbstractGauge in net.sf.sensor.gauge.support |
Subclasses of AbstractGauge in net.sf.sensor.gauge.support | |
class |
FreeHeapMemoryGauge
Simple implementation of Gauge that reports the current amount of free (unallocated) heap memory (in bytes). |
class |
TotalHeapMemoryGauge
Simple implementation of Gauge that reports the current total size of heap memory (allocated and free/unallocated). |
class |
UsedHeapMemoryGauge
Simple implementation of Gauge that reports the current amount of allocated heap memory (in bytes). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |