Skip to content
Snippets Groups Projects
Unverified Commit 068808fd authored by Gil Tene's avatar Gil Tene Committed by GitHub
Browse files

Merge pull request #35 from icflournoy/readme_typo_fixes

Fix typos in Readme
parents 34997897 0fc04d3c
Branches
No related tags found
No related merge requests found
......@@ -323,20 +323,20 @@ A note about wrk2's latency measurement technique:
The model I chose for avoiding Coordinated Omission in wrk2 combines
the use of constant throughput load generation with latency
measurement that takes the intended constant throughout into account.
measurement that takes the intended constant throughput into account.
Rather than measure response latency from the time that the actual
transmission of a request occurred, wrk2 measures response latency
from the time the transmission *should* have occurred according to the
constant throughput configured for the run. When responses take longer
than normal (arriving later than the next request should have been sent),
the true latency of the subsequent requests will be appropriately
reflected in teh recorded latency stats.
reflected in the recorded latency stats.
Note: This technique can be applied to variable throughout loaders.
Note: This technique can be applied to variable throughput loaders.
It requires a "model" or "plan" that can provide the intended
start time if each request. Constant throughout load generators
start time if each request. Constant throughput load generators
Make this trivial to model. More complicated schemes (such as
varying throughout or stochastic arrival models) would likely
varying throughput or stochastic arrival models) would likely
require a detailed model and some memory to provide this
information.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment