Uses of Interface
kieker.monitoring.core.controller.IMonitoringController
Package | Description |
---|---|
kieker.monitoring.core.controller |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.core.sampler |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.probe.cxf |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.probe.servlet |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.sampler.mxbean |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.monitoring.sampler.oshi.samplers |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of IMonitoringController in kieker.monitoring.core.controller
Classes in kieker.monitoring.core.controller that implement IMonitoringController Modifier and Type Class Description class
MonitoringController
Methods in kieker.monitoring.core.controller that return IMonitoringController Modifier and Type Method Description static IMonitoringController
MonitoringController. getInstance()
-
Uses of IMonitoringController in kieker.monitoring.core.sampler
Methods in kieker.monitoring.core.sampler with parameters of type IMonitoringController Modifier and Type Method Description void
ISampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.Constructors in kieker.monitoring.core.sampler with parameters of type IMonitoringController Constructor Description ScheduledSamplerJob(IMonitoringController monitoringController, ISampler sensor)
Constructs a newScheduledSamplerJob
with the given parameters. -
Uses of IMonitoringController in kieker.monitoring.probe.cxf
Fields in kieker.monitoring.probe.cxf declared as IMonitoringController Modifier and Type Field Description 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.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.Constructors in kieker.monitoring.probe.cxf with parameters of type IMonitoringController Constructor Description OperationExecutionSOAPRequestInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of aMonitoringController
as controller.OperationExecutionSOAPRequestOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of aMonitoringController
as controller.OperationExecutionSOAPResponseInInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of aMonitoringController
as controller.OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)
Creates a new instance of this class, using the given instance of aMonitoringController
as controller. -
Uses of IMonitoringController in kieker.monitoring.probe.servlet
Fields in kieker.monitoring.probe.servlet declared as IMonitoringController Modifier and Type Field Description protected static IMonitoringController
SessionAndTraceRegistrationFilter. MONITORING_CTRL
-
Uses of IMonitoringController in kieker.monitoring.sampler.mxbean
Methods in kieker.monitoring.sampler.mxbean with parameters of type IMonitoringController Modifier and Type Method Description 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[]
ClassLoadingSampler. 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[]
GCSampler. 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 IMonitoringRecord[]
ThreadsStatusSampler. 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. -
Uses of IMonitoringController in kieker.monitoring.sampler.oshi.samplers
Methods in kieker.monitoring.sampler.oshi.samplers with parameters of type IMonitoringController Modifier and Type Method Description void
CPUsCombinedPercSampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.void
CPUsDetailedPercSampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.void
DiskUsageSampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.void
LoadAverageSampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.void
MemSwapUsageSampler. sample(IMonitoringController monitoringCtr)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.void
NetworkUtilizationSampler. sample(IMonitoringController monitoringController)
Triggers thisISampler
to perform a measurement and to pass the data to the givenIMonitoringController
.