Class CompilationSampler

java.lang.Object
kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler
kieker.monitoring.sampler.mxbean.CompilationSampler
All Implemented Interfaces:
ISampler

public class CompilationSampler
extends AbstractMXBeanSampler
A sampler using the MXBean interface to access information about the compilation time. The sampler produces a CompilationRecord each time the sample method is called.
Since:
1.10
Author:
Nils Christian Ehmke
  • Constructor Summary

    Constructors 
    Constructor Description
    CompilationSampler()
    Create a new CompilationSampler.
  • Method Summary

    Modifier and Type Method Description
    protected IMonitoringRecord[] createNewMonitoringRecords​(long timestamp, java.lang.String hostname, java.lang.String vmName, IMonitoringController monitoringCtr)
    Abstract method used as interface to realize concrete samplers.

    Methods inherited from class kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler

    sample

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details