tomcat_processing_time
The sum of request processing times across all requests handled by the request processors (in milliseconds) per second.Dimensions:None
Available on:
Datadog (1)
Interface Metrics (1)
Dimensions:None
Knowledge Base (3 documents, 0 chunks)
documentationApache Tomcat 9 (9.0.115) - Monitoring and Managing Tomcat2318 wordsscore: 0.75Official Apache Tomcat documentation covering monitoring and management capabilities through JMX (Java Management Extensions). The page focuses on enabling JMX remote access and using JMX Ant tasks to query and manage Tomcat MBeans, including configuration of authentication, SSL/TLS, and firewall settings.
troubleshootingjava - Tomcat processing time and time in the queue - Stack Overflow864 wordsscore: 0.72Stack Overflow discussion about Tomcat processing time measurements and discrepancies between JMX metrics and actual client-observed latency. The thread explains that Tomcat's processingTime metric does not account for queue waiting time when all threads are busy, which can lead to significant differences between reported metrics and real user experience.
troubleshootingFix Slow Tomcat Performance - Blog - Silicon Cloud216 wordsscore: 0.55This blog post provides general troubleshooting guidance for slow Tomcat server performance. It covers basic diagnostic steps including checking resource usage, reviewing log files, optimizing configuration parameters, and examining application code and database queries.
Related Insights (1)
Request Processing Time Anomalies Indicating Code Issueswarning
Sudden spikes in tomcat_max_time or tomcat_servlet_max_time that don't correlate with increased traffic suggest inefficient code, slow external dependencies, or infrastructure issues affecting specific request paths.
▸