Parameters
Queue Model
Presets
Arrival rate λ (cust/hr)
10.0
Service rate μ (cust/hr/server)
8.0
Number of servers c
2
Cost Analysis
/hr
/hr/cust
—
Traffic intensity ρ
—
Avg queue length Lq
—
Avg wait time Wq [min]
—
Wait probability P(wait)
—
Avg system length L
—
Avg system time W [min]
—
Utilization
—
System status
Formulas
M/M/1:
$$\rho = \frac{\lambda}{\mu},\quad L_q = \frac{\rho^2}{1-\rho},\quad W_q = \frac{\lambda}{\mu(\mu-\lambda)},\quad P_n = (1-\rho)\rho^n$$M/M/c (Erlang-C):
$$C(c,\rho_0) = \frac{\frac{(c\rho_0)^c}{c!(1-\rho_0)}}{\sum_{n=0}^{c-1}\frac{(c\rho_0)^n}{n!} + \frac{(c\rho_0)^c}{c!(1-\rho_0)}},\quad \rho_0 = \frac{\lambda}{c\mu}$$ $$W_q = \frac{C(c,\rho_0)}{c\mu - \lambda},\quad L_q = \lambda W_q$$
Applications: Manufacturing bottleneck analysis / network router and cloud server capacity planning / hospital and bank counter optimization / logistics warehouse throughput. Kendall notation A/B/c/K/N/D classifies the system.