Compute \(W_q\), \(Q\), \(L_q\), \(L\), and \(\rho\)
To calculate the numerical output of the M/M/4 system, I used the mmc utility:
For the simulated model in Simio, I used a single server with an Initial Capacity = 4.
On the source node, the Interarrival time is set to Random Expontial with a mean value of 1/= 1/2.4
On the server node, the Initial Capacity is set to 4 and the processing time is set to Random Expontial with a mean value of 1/= 1/0.7
I created an experiment where I ran 10 executions of the simulation. Simio model output below:
Metric | Numerical Result | Simulated Result |
---|---|---|
\(L\) : Avg Entities in System | 7.6468 | 7.7044 (Avg NumberInSystem) |
\(L_q\) : Avg Entities in Queue | 4.2183 | 4.2698 (Avg NumberInStation) |
\(W\) : Avg Time in System | 3.1862 | 3.2072 (Avg TimeInSystem) |
\(W_q\) : Avg Time in Queue | 1.7576 | 1.7774 (Avg TimeInStation) |
\(\rho\) : Utilization | 0.8571 | 0.8586 (Avg ScheduledUtilization) |