Uses of Class
kieker.monitoring.sampler.mxbean.AbstractMXBeanSampler
| Package | Description |
|---|---|
| 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.
|
-
Uses of AbstractMXBeanSampler in kieker.monitoring.sampler.mxbean
Subclasses of AbstractMXBeanSampler in kieker.monitoring.sampler.mxbean Modifier and Type Class Description 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.