Modifier and Type | Class and Description |
---|---|
class |
MonitoringController |
Modifier and Type | Method and Description |
---|---|
static IMonitoringController |
MonitoringController.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
ISampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
Constructor and Description |
---|
ScheduledSamplerJob(IMonitoringController monitoringController,
ISampler sensor)
Constructs a new
ScheduledSamplerJob with the given parameters. |
Modifier and Type | Field and Description |
---|---|
protected IMonitoringController |
OperationExecutionSOAPRequestOutInterceptor.monitoringController
Note we are using this IMonitoringController only to access ITimeSource which
is configured for the singleton instance, as this is the instance used by the
corresponding other CXF probes.
|
protected IMonitoringController |
OperationExecutionSOAPResponseInInterceptor.monitoringController
The monitoring controller of this interceptor.
|
protected IMonitoringController |
OperationExecutionSOAPResponseOutInterceptor.monitoringController
The monitoring controller of this interceptor.
|
protected IMonitoringController |
OperationExecutionSOAPRequestInInterceptor.monitoringController
Note we are using this IMonitoringController only to access ITimeSource which
is configured for the singleton instance, as this is the instance used by the
corresponding other CXF probes.
|
Constructor and Description |
---|
OperationExecutionSOAPRequestInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a
MonitoringController as controller. |
OperationExecutionSOAPRequestOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a
MonitoringController as controller. |
OperationExecutionSOAPResponseInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a
MonitoringController as controller. |
OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of a
MonitoringController as controller. |
Modifier and Type | Field and Description |
---|---|
protected static IMonitoringController |
SessionAndTraceRegistrationFilter.MONITORING_CTRL |
Constructor and Description |
---|
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom
IMonitoringController instead of using the singleton instance. |
Constructor and Description |
---|
OperationExecutionMethodInvocationInterceptor(IMonitoringController monitoringController)
This constructor is mainly used for testing, providing a custom
IMonitoringController instead of using the singleton instance. |
Modifier and Type | Method and Description |
---|---|
protected IMonitoringRecord[] |
ThreadsStatusSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
protected IMonitoringRecord[] |
CompilationSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
protected IMonitoringRecord[] |
MemorySampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
protected abstract IMonitoringRecord[] |
AbstractMXBeanSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr)
Abstract method used as interface to realize concrete samplers.
|
protected IMonitoringRecord[] |
GCSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
protected IMonitoringRecord[] |
ClassLoadingSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
protected IMonitoringRecord[] |
UptimeSampler.createNewMonitoringRecords(long timestamp,
java.lang.String hostname,
java.lang.String vmName,
IMonitoringController monitoringCtr) |
void |
AbstractMXBeanSampler.sample(IMonitoringController monitoringController)
Perform one measurement with potential multiple records.
|
Modifier and Type | Method and Description |
---|---|
void |
CPUsCombinedPercSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
LoadAverageSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
CPUsDetailedPercSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
MemSwapUsageSampler.sample(IMonitoringController monitoringCtr)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
NetworkUtilizationSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
DiskUsageSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
Modifier and Type | Method and Description |
---|---|
void |
CPUsCombinedPercSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
LoadAverageSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
CPUsDetailedPercSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
MemSwapUsageSampler.sample(IMonitoringController monitoringCtr)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
NetworkUtilizationSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
void |
DiskUsageSampler.sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController . |
Copyright 2020 Kieker Project, http://kieker-monitoring.net