Class | Description |
---|---|
AbstractRegularSamplingServletContextListener | |
ClassLoadingServletContextListener |
Starts and stops the periodic logging of the class loading.
|
CompilationServletContextListener |
Starts and stops the periodic logging of the JIT compilation.
|
CPUMemUsageServletContextListener |
Starts and stops the periodic logging of CPU utilization and Memory usage employing the
SigarSamplerFactory as the Servlet is initialized and destroyed
respectively. |
CPUsCombinedServletContextListener |
Starts and stops the periodic logging of CPU utilization employing the
SigarSamplerFactory as the Servlet is initialized and destroyed respectively. |
GCServletContextListener |
Starts and stops the periodic logging of garbage collection.
|
JVMMemoryServletContextListener |
Starts and stops the periodic logging of the JIT compilation.
|
JVMUptimeServletContextListener |
Starts and stops the periodic logging of JVM uptime.
|
SessionAndTraceRegistrationFilter |
For each incoming request via
SessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain) , this class
(i) registers session and trace information into the thread-local data structures SessionRegistry and
TraceRegistry accessible to other probes in
the control-flow of this request, (ii) executes the given FilterChain and subsequently (iii) unregisters the thread-local
data. |
SystemResourceUsageServletContextListener |
Starts and stops the periodic logging of various system resource samplers provided by the
SigarSamplerFactory as the Servlet is initialized and destroyed
respectively. |
ThreadStatusServletContextListener |
Starts and stops the periodic logging of the VM thread status.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net