|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.sampler.sigar.samplers.AbstractSigarSampler
public abstract class AbstractSigarSampler
Eases the implementation of ISampler
s which collect system-level sensor data via the Sigar
API and store this data as
IMonitoringRecord
s via
WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord)
.
Field Summary | |
---|---|
protected org.hyperic.sigar.SigarProxy |
sigar
The sigar proxy which will be used to retrieve the sensor data. |
Constructor Summary | |
---|---|
AbstractSigarSampler(org.hyperic.sigar.SigarProxy sigar)
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kieker.monitoring.core.sampler.ISampler |
---|
sample |
Field Detail |
---|
protected final org.hyperic.sigar.SigarProxy sigar
Constructor Detail |
---|
public AbstractSigarSampler(org.hyperic.sigar.SigarProxy sigar)
AbstractSigarSampler
with given SigarProxy
instance used to retrieve the sensor data.
sigar
- The sigar proxy which will be used to retrieve the data.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |