kieker.monitoring.sampler.sigar.samplers
Class CPUsDetailedPercSampler
java.lang.Object
kieker.monitoring.sampler.sigar.samplers.AbstractSigarSampler
kieker.monitoring.sampler.sigar.samplers.CPUsDetailedPercSampler
- All Implemented Interfaces:
- ISampler
public final class CPUsDetailedPercSampler
- extends AbstractSigarSampler
Logs detailed utilization statistics for each CPU in the system, retrieved
from CpuPerc, as CPUUtilizationRecords via
IWriterController.newMonitoringRecord(kieker.common.record.IMonitoringRecord) .
- Since:
- 1.3
- Author:
- Andre van Hoorn
|
Constructor Summary |
CPUsDetailedPercSampler(org.hyperic.sigar.SigarProxy sigar)
Constructs a new AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data. |
|
Method Summary |
void |
sample(IMonitoringController monitoringController)
Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController. |
CPUsDetailedPercSampler
public CPUsDetailedPercSampler(org.hyperic.sigar.SigarProxy sigar)
- Constructs a new
AbstractSigarSampler with given SigarProxy instance used to retrieve the sensor data. Users
should use the factory method SigarSamplerFactory.createSensorCPUsDetailedPerc() to acquire an
instance rather than calling this constructor directly.
- Parameters:
sigar - The sigar proxy which will be used to retrieve the data.
sample
public void sample(IMonitoringController monitoringController)
throws org.hyperic.sigar.SigarException
- Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController.
- Parameters:
monitoringController - The controller to which the sampler should pass the data.
- Throws:
org.hyperic.sigar.SigarException
Copyright 2014 Kieker Project, http://kieker-monitoring.net>