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

What does the duration of a purepath mean?

JPL
Newcomer

Hi,
How to interpret the duration of the purepath when it refers to multiple executions of the same SQL query?
Is this the duration of all requests or the duration of a single request? In this case the purepath is the consequence of a consolidation because the queries were executed one after the other or because the pattern of the query was identified several times during the execution of the purepath?

Thanks

3 REPLIES 3

Babar_Qayyum
DynaMight Guru
DynaMight Guru

Hello @JPL 

The duration of the PurePath from start to end.

It is the wall-clock time (difference between start and end time), not the sum of all asynchronous executions.

Have a look at the below link for more insight.

https://www.dynatrace.com/support/help/how-to-use-dynatrace/transactions-and-services/analysis/servi...

Regards,

Babar

Thanks for your answer but I don't think you saw the attached photo which refers to my question. May be the question is not precise enough it concerns SQL part of the purepath.

Hello @JPL 

You are right. I did not notice the shared link by you. This is the response time of all SQL executions. At the code level, the duration can also explain client-side response time for these executions.

Regards,

Babar

Featured Posts