21 Mar 2023 06:22 PM - last edited on 12 May 2023 08:27 AM by Michal_Gebacki
Please, I already tried to understand the difference between elapsed time and response time, but I can't. In my dynatrace environment, I have an oracle puglin (Database Insights: Oracle) that shows the elapsed time of the queries. What does this metric mean?
Solved! Go to Solution.
21 Mar 2023 07:33 PM
Hi,
Response time also called Execution time. The total time required for the computer to complete a task, including disk accesses, memory accesses, I/O activities, operating system overhead, CPU execution time, and so on.
Elapsed time shows the time the instrumented point in code started execution (calculated from the beginning of the purepath, so first entry will have zero time)
Radek
23 Mar 2023 02:58 PM
So one has nothing to do with the other? Or is Elapsed Time part of response time?
23 Mar 2023 05:23 PM
Response Time - Time to get the response back from the server. Elapsed Time - Total Time including the Request Time + Response Time 🙂