Queuing Model : M/M/1
|
Arrival Rate `lambda,` Service Rate `mu`
1. Traffic Intensity
`rho=lambda/mu`
2. Probability of no customers in the system
`P_0=1-rho`
3. Average number of customers in the system
`L_s=lambda/(mu-lambda)`
4. Average number of customers in the queue
`L_q=L_s-rho`
Or
`L_q=(lambda^2)/(mu(mu-lambda))`
5. Average time spent in the system
`W_s=L_s/lambda`
Or
`W_s=1/(mu-lambda)`
6. Average Time spent in the queue
`W_q=L_q/lambda`
Or
`W_q=(lambda)/(mu(mu-lambda))`
7. Utilization factor
`U=L_s-L_q`
8. Probability that there are n customers in the system
`P_n=rho^n*P_0`
|
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then