Analyzer java-tomcat-top-latency-reqs

Name

java-tomcat-top-latency-reqs - IP packets of top latency HTTP requests

This analyzer captures network packets for the slowest HTTP requests in Java Tomcat applications. It identifies requests with the highest latency and captures their complete network packet traces. The analyzer generates bar charts ranking requests by latency and provides packet-level details for deep inspection. This helps diagnose network-related performance issues, analyze slow request patterns, and troubleshoot response time problems 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-top-latency-reqs -p PID

# trace a shell command directly
orxray analyzer run java-tomcat-top-latency-reqs -c SHELL_CMD

Tracing Multiple Processes

Not supported.

Output Formats

  • Bar Charts
  • Plain Texts

Author

The OpenResty Inc. Team.

Copyright (C) by OpenResty Inc. All rights reserved.