Uses of Class
kieker.monitoring.probe.servlet.AbstractRegularSamplingServletContextListener
Package | Description |
---|---|
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.
|
-
Uses of AbstractRegularSamplingServletContextListener in kieker.monitoring.probe.servlet
Subclasses of AbstractRegularSamplingServletContextListener in kieker.monitoring.probe.servlet Modifier and Type Class Description class
ClassLoadingServletContextListener
Starts and stops the periodic logging of the class loading.class
CompilationServletContextListener
Starts and stops the periodic logging of the JIT compilation.class
CPUMemUsageServletContextListener
Starts and stops the periodic logging of CPU utilization and Memory usage employing theOshiSamplerFactory
as the Servlet is initialized and destroyed respectively.class
CPUsCombinedServletContextListener
Starts and stops the periodic logging of CPU utilization employing theOshiSamplerFactory
as the Servlet is initialized and destroyed respectively.class
GCServletContextListener
Starts and stops the periodic logging of garbage collection.class
JVMMemoryServletContextListener
Starts and stops the periodic logging of the JIT compilation.class
JVMUptimeServletContextListener
Starts and stops the periodic logging of JVM uptime.class
SystemResourceUsageServletContextListener
Starts and stops the periodic logging of various system resource samplers provided by theOshiSamplerFactory
as the Servlet is initialized and destroyed respectively.class
ThreadStatusServletContextListener
Starts and stops the periodic logging of the VM thread status.