Package kieker.monitoring.probe.servlet
package kieker.monitoring.probe.servlet
Copyright 2026 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
ClassesClassDescriptionStarts and stops the periodic logging of the class loading.Starts and stops the periodic logging of the JIT compilation.Starts and stops the periodic logging of CPU utilization and Memory usage employing the
OshiSamplerFactoryas the Servlet is initialized and destroyed respectively.Starts and stops the periodic logging of CPU utilization employing theOshiSamplerFactoryas the Servlet is initialized and destroyed respectively.Starts and stops the periodic logging of garbage collection.Starts and stops the periodic logging of the JIT compilation.Starts and stops the periodic logging of JVM uptime.For each incoming request viaSessionAndTraceRegistrationFilter.doFilter(ServletRequest, ServletResponse, FilterChain), this class (i) registers session and trace information into the thread-local data structuresSessionRegistryandTraceRegistryaccessible to other probes in the control-flow of this request, (ii) executes the givenFilterChainand subsequently (iii) unregisters the thread-local data.Starts and stops the periodic logging of various system resource samplers provided by theOshiSamplerFactoryas the Servlet is initialized and destroyed respectively.Starts and stops the periodic logging of the VM thread status.