37
Performance
Little's Law
Queueing Invariant.
The article
If
In any stable system, the average number of items in the system (L) equals the average arrival rate (λ) times the average time each item spends in it (W): L = λW. It holds regardless of arrival distribution or service discipline.
Then
“To cut latency (W) without adding capacity, cut work-in-progress (L). Cap concurrent requests — a shorter queue is faster than a faster server.”
Unless
Backpressure / Admission Control
Source
John D. C. Little, A Proof for the Queuing Formula L = λW (Operations Research, 1961).
Go to the sourceSee also