public abstract class AbstractSigarSampler extends java.lang.Object implements ISampler
ISamplers which collect system-level sensor data via the Sigar API and store this data as
IMonitoringRecords via
WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .| Modifier and Type | Field and Description |
|---|---|
protected org.hyperic.sigar.SigarProxy |
sigar
The sigar proxy which will be used to retrieve the sensor data.
|
| Constructor and Description |
|---|
AbstractSigarSampler(org.hyperic.sigar.SigarProxy sigar)
Constructs a new
AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data. |
protected final org.hyperic.sigar.SigarProxy sigar
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.Copyright 2020 Kieker Project, http://kieker-monitoring.net