Kieker 1.6

kieker.monitoring.core.sampler
Interface ISampler

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

public interface ISampler

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.

Throws:
Exception - thrown to indicate an error.

Kieker 1.6

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