Skip to content

Wait Time and Response Time

by admin on December 7th, 2009

Wait Time = Queue Time + Execution Time

Where Queue Time is the time spent waiting for a resource such as an IO, lock or latch, and Execution time is the actual time to process the request when the resource is free.

But potentially more understandable is:

Response Time = Processing Time + Wait Time

From → Ruby

No comments yet

Leave a Reply

You must be logged in to post a comment.