29 Jan 2019 11:01 PM - last edited on 15 Jun 2023 03:37 PM by Karolina_Linda
Hi,
In distributed traces I noticed response time and total process time. In some cases I noticed different numbers.
What is the difference between response time and total process time?
Thanks,
Sathwika
Solved! Go to Solution.
05 Feb 2019 06:59 AM
This stems from asynchronity. A request can have async execution flows, possibly in parallel, possibly still running after response has already been sent. The time of async execution flows is added to the total processing time, but not to the response time.
05 Feb 2019 01:11 PM
Thanks for reply!!
Your answer is helpful.
11 Feb 2022 10:43 AM
Hi Christoph ,
so the time that is shown in response time is the actual time in which my pp got executed .. what is the need to knw processing time? Could you please help me know ?
Thanks
Swati
16 Aug 2019 06:05 AM
Is there a way to make the response time be the total processing time, or be able to view the total processing time when doing graphs, etc?