cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pure Path Time that is not listed in Timings but is on the Graph

Stephen_Schaff
Visitor

I have a pure path graph that looks like this:



As you can see, it has 9 seconds of "Client Side Response Time". When I looked up "Client Side Response Time", I got directed to this page: https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/analysis/purep...

It seems to indicate that when I select this bar and go to the timings tab, it would give me a break down of the time in the bar. (In the example they have it shows that it is a Network Issue.)

But when I go to the timings tab for this bar, the time of the "Client Side Response Time" is not represented:

As you can see, it shows 11 ms. The part of the request at the very end. (The part that performed just fine.)

The part of the call that I need the information on is has just disappeared!

How can I get more details on the the 9 seconds of "Client Side Response Time"?


1 REPLY 1

JamesKitson
Dynatrace Guru
Dynatrace Guru

The light blue 'client side' time is when the caller (e.g. calling service) reached out to the called service and started the stopwatch. The dark blue "server side" response time is when the called service and actually started processing the request (i.e starting a timer when it actually received it). So that time is in neither service directly and we can't show any code level data for it. We can only show time once the receiving side started processing it.

Depending on what's between these two services it could be network/routing time or something along those lines, or something like internal OS/App server time holding on to the request before passing it to called service. For example I saw once where it was some asynchronous activity in the background and it was a long time before processing actually continued. What exactly it is depends on the nature of the environment and this communication.

Featured Posts