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 classMonitoringControllerMethods in kieker.monitoring.core.controller that return IMonitoringController Modifier and Type Method Description static IMonitoringControllerMonitoringController. 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 voidISampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto 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 newScheduledSamplerJobwith 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 IMonitoringControllerOperationExecutionSOAPRequestInInterceptor. monitoringControllerNote 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 IMonitoringControllerOperationExecutionSOAPRequestOutInterceptor. monitoringControllerNote 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 IMonitoringControllerOperationExecutionSOAPResponseInInterceptor. monitoringControllerThe monitoring controller of this interceptor.protected IMonitoringControllerOperationExecutionSOAPResponseOutInterceptor. monitoringControllerThe 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 aMonitoringControlleras controller.OperationExecutionSOAPRequestOutInterceptor(IMonitoringController monitoringCtrl)Creates a new instance of this class, using the given instance of aMonitoringControlleras controller.OperationExecutionSOAPResponseInInterceptor(IMonitoringController monitoringCtrl)Creates a new instance of this class, using the given instance of aMonitoringControlleras controller.OperationExecutionSOAPResponseOutInterceptor(IMonitoringController monitoringCtrl)Creates a new instance of this class, using the given instance of aMonitoringControlleras 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 IMonitoringControllerSessionAndTraceRegistrationFilter. 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)voidAbstractMXBeanSampler. 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 voidCPUsCombinedPercSampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidCPUsDetailedPercSampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidDiskUsageSampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidLoadAverageSampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidMemSwapUsageSampler. sample(IMonitoringController monitoringCtr)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.voidNetworkUtilizationSampler. sample(IMonitoringController monitoringController)Triggers thisISamplerto perform a measurement and to pass the data to the givenIMonitoringController.