DX Application Performance Management

  • 1.  Transactions are missing in Traces

    Posted Feb 07, 2019 04:41 AM

    Hello guys, im facing an issue regarding the traces. For tomcat agent client did some performance test and in the tomcat access log there is for example transaction which took 210000ms but in the webview the longest took just 108000ms any idea why is not the longer one mentioned in webview? Thanks in advance Lukas



  • 2.  Re: Transactions are missing in Traces
    Best Answer

    Broadcom Employee
    Posted Feb 07, 2019 04:48 AM

    I'm not sure where the timing comes from in Tomcat but the trace will be most, if not all, of the time the transaction took inside the JVM. Any other time is going to be network time, thinking time on client, basically anything that isn't happening inside Tomcat. Maybe there is some extra instrumentation that could pick out the rest of the time if it is an external call, but most recent agents (10.5.x) should be doing that anyway.

    Any further details about what the application does, what the particular call does, could help.. if you can share an example of the trace, ideally as an XML export but a screenshot of trace view, showing as many layers of components as possible, would be a start.