public abstract class AbstractOshiSampler extends java.lang.Object implements ISampler
ISamplers which collect system-level
sensor data via the com.github.oshi API and store this data as
IMonitoringRecords via
WriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord)
.| Modifier and Type | Field and Description |
|---|---|
protected oshi.hardware.HardwareAbstractionLayer |
hardwareAbstractionLayer
The
HardwareAbstractionLayer reference which will be used to retrieve
the sensor data. |
| Constructor and Description |
|---|
AbstractOshiSampler(oshi.hardware.HardwareAbstractionLayer hardwareAbstractionLayer)
Constructs a new
AbstractOshiSampler with given
HardwareAbstractionLayer instance used to retrieve the sensor data. |
protected final oshi.hardware.HardwareAbstractionLayer hardwareAbstractionLayer
HardwareAbstractionLayer reference which will be used to retrieve
the sensor data.public AbstractOshiSampler(oshi.hardware.HardwareAbstractionLayer hardwareAbstractionLayer)
AbstractOshiSampler with given
HardwareAbstractionLayer instance used to retrieve the sensor data.hardwareAbstractionLayer - The HardwareAbstractionLayer reference which will be used
to retrieve the data.Copyright 2020 Kieker Project, http://kieker-monitoring.net