-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Description
When using constant or poisson rates we would like to know how accurate the dispatch of requests really is.
So for each request we would like to have scheduled_time and actual sent_time as well as part of a summarized report file.
For example, if we have a constant rate of 1 RPS it would be meaningful to know that a request was sent after 1.2 seconds instead of 1 second.
Motivation
When analyzing the benchmarks in order to make decision regarding production grade workloads we need to know how accurate the measurement was. If the data is very skewed it would be wrong to make decisions based on it. Such problems are expected to arise under high load which makes it even more crucial to investigate as this is where systems typically fail.