Problem solved in full
-
A queue with 3 arrivals an hour and a 20% rise 5 steps
Customers arrive at 3 an hour and the server handles 4 an hour. The server is idle a quarter of the time, which sounds comfortable. Work out the queue that produces — and then what a 20% rise in arrivals does to it.
-
The chain balances: the rate into each state equals the rate out, which gives Pₙ = (1 − ρ)ρⁿ — a geometric distribution over queue length, with ρ the fraction of time the server is busy. Here ρ = 0.75.
-
The mean of that distribution is ρ/(1 − ρ). Look at what is in the denominator: not the spare capacity in customers per hour, but the spare fraction. Three people in the system on average, from a server that is idle a quarter of the day.
-
Subtract the one being served — present with probability ρ — and 2.25 are left waiting.
-
Little's law turns a population into a time and needs no distributional assumption at all: the average number in the system is the arrival rate times the average time spent in it. One hour in the system, 45 minutes of it queueing, for a job that takes 15 minutes to do.
-
Now raise λ to 3.6. Utilisation goes from 0.75 to 0.90 — 20% more work — and ρ/(1 − ρ) goes from 3 to 9.
Answer
The tool prints L = 3.000, Lq = 2.250, W = 1.000, Wq = 0.750 at 75% utilisation. The lesson is the denominator of ρ/(1 − ρ): what sets the queue is not how much spare capacity you have but how much you have left as a fraction, and that fraction is what you spend when you add load. Twenty per cent more arrivals triples the queue. Another 10% on top — ρ = 0.99 — makes it 99. It is why hospitals, motorways and disk controllers fall over at high utilisation instead of degrading gently, and why "we are only at 90% of capacity" is not the reassurance it sounds like.
-
References (1)
- Insight block 3 — how little L = λW assumes: J. D. C. Little, "A Proof for the Queuing Formula: L = λW." Operations Research 9(3), 383–387, 1961.