|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler kieker.monitoring.sampler.mxbean.GCSampler
public class GCSampler
A sampler using the MXBean interface to access information about the garbage collector(s). The sampler produces a GCRecord
for each garbage collector each
time the sample
method is called.
Constructor Summary | |
---|---|
GCSampler()
Create new GCSampler. |
Method Summary | |
---|---|
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 Detail |
---|
public GCSampler()
Method Detail |
---|
protected IMonitoringRecord[] createNewMonitoringRecords(long timestamp, java.lang.String hostname, java.lang.String vmName, IMonitoringController monitoringCtr)
AbstractMXBeanSampler
createNewMonitoringRecords
in class AbstractMXBeanSampler
timestamp
- the current time.hostname
- the hostname of the machine where this measurement is performedvmName
- name of the vmmonitoringCtr
- monitoring controller used in the measurement
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |