Analyzer java-tomcat-req-latency
Name
java-tomcat-req-latency - Java Tomcat Request Latency
This analyzer profiles HTTP request latency in Java Tomcat applications. It captures timing information for HTTP requests including request processing time, URI patterns, and host names. The analyzer can optionally capture network packets for matched requests. It generates time-series charts that visualize request latency distribution over time, helping identify slow requests, performance degradation, and response time issues in Tomcat-based Java web applications.
Resource Category
Network I/O.
Application Type & Technical Stack
- Java
Command Line Syntax
The analyzer can be invoked directly on the command-line via the orxray
utility from the openresty-xray-cli software package.
Alternatively, the analyzer can also be invoked manually or automatically on the web console UI of OpenResty XRay (like on the Advanced web page).
# PID is the target process PID.
orxray analyzer run java-tomcat-req-latency -p PID
# trace a shell command directly
orxray analyzer run java-tomcat-req-latency -c SHELL_CMD
Tracing Multiple Processes
Not supported.
Output Formats
- Line Charts
- Plain Texts
Author
The OpenResty Inc. Team.
Copyright
Copyright (C) by OpenResty Inc. All rights reserved.