At a given load, two systems can wait wildly differently — because variability matters as much as utilization. Kingman's approximation factors the queue wait into utilization × variability × work, making it visible exactly how much the smoothness of arrivals and service times amplifies or dampens the delay.
At 80% busy with this variability, each job waits 16m before it even starts — 4× the work itself. Set both CVs to 0 (perfectly steady) and the wait would fall to 0s; at CV 1,1 it would be 16m.
| Variability | Queue wait |
|---|---|
| bursty (CV 2,2) V = 4 | 1h 4m |
| random (CV 1,1)nearest V = 1 | 16m |
| tightened (CV 0.5,0.5) V = 0.3 | 4m |
| steady (CV 0,0) V = 0 | 0s |
At fixed load the wait scales directly with (Ca²+Cs²)/2 — halving the variability halves the queue wait, as surely as halving the load. Smaller batches, steadier arrival patterns, and consistent service times all reduce V. The queue cliff shows only the utilization term; this is the one it leaves out.