Kieker 1.8

kieker.monitoring.core.sampler
Interface ISampler

All Known Implementing Classes:
AbstractSigarSampler, CPUsCombinedPercSampler, CPUsDetailedPercSampler, MemSwapUsageSampler

public interface ISampler

Since:
1.3
Author:
Andre van Hoorn

Method Summary
 void sample(IMonitoringController monitoringController)
          Triggers this ISampler to perform a measurement and to pass the data to the given IMonitoringController.
 

Method Detail

sample

void sample(IMonitoringController monitoringController)
            throws Exception
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:
Exception - thrown to indicate an error.
Since:
1.3

Kieker 1.8

Copyright 2013 Kieker Project, http://kieker-monitoring.net