Uses of Interface
kieker.monitoring.core.sampler.ISampler
| 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.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 ISampler in kieker.monitoring.core.controller
Methods in kieker.monitoring.core.controller with parameters of type ISampler Modifier and Type Method Description ScheduledSamplerJobISamplingController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)Schedules the givenISamplerwith given initial delay, and period.ScheduledSamplerJobMonitoringController. schedulePeriodicSampler(ISampler sampler, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)ScheduledSamplerJobSamplingController. schedulePeriodicSampler(ISampler sensor, long initialDelay, long period, java.util.concurrent.TimeUnit timeUnit)Schedules the givenISamplerwith given initial delay, and period. -
Uses of ISampler in kieker.monitoring.core.sampler
Constructors in kieker.monitoring.core.sampler with parameters of type ISampler Constructor Description ScheduledSamplerJob(IMonitoringController monitoringController, ISampler sensor)Constructs a newScheduledSamplerJobwith the given parameters. -
Uses of ISampler in kieker.monitoring.probe.servlet
Methods in kieker.monitoring.probe.servlet that return ISampler Modifier and Type Method Description protected abstract ISampler[]AbstractRegularSamplingServletContextListener. createSamplers()Create samplers for the specific sampling class.protected ISampler[]ClassLoadingServletContextListener. createSamplers()protected ISampler[]CompilationServletContextListener. createSamplers()protected ISampler[]CPUMemUsageServletContextListener. createSamplers()protected ISampler[]CPUsCombinedServletContextListener. createSamplers()protected ISampler[]GCServletContextListener. createSamplers()protected ISampler[]JVMMemoryServletContextListener. createSamplers()protected ISampler[]JVMUptimeServletContextListener. createSamplers()protected ISampler[]SystemResourceUsageServletContextListener. createSamplers()protected ISampler[]ThreadStatusServletContextListener. createSamplers() -
Uses of ISampler in kieker.monitoring.sampler.mxbean
Classes in kieker.monitoring.sampler.mxbean that implement ISampler Modifier and Type Class Description classAbstractMXBeanSamplerThis is an abstract base for all sampler using the MXBean interface to access information from the JVM.classClassLoadingSamplerA sampler using the MXBean interface to access information about the class loading.classCompilationSamplerA sampler using the MXBean interface to access information about the compilation time.classGCSamplerA sampler using the MXBean interface to access information about the garbage collector(s).classMemorySamplerA sampler using the MXBean interface to access information about the JVM memory usage.classThreadsStatusSamplerA sampler using the MXBean interface to access information about the threads in the JVM.classUptimeSamplerA sampler using the MXBean interface to access information about the JVM uptime. -
Uses of ISampler in kieker.monitoring.sampler.oshi.samplers