MMc_Queue
The MMc_Queue
class computes results for M/M/c Queues (c servers).
Attributes
- See also
- Graph
-
- Supertypes
- Known subtypes
-
class MGc_Queue
Members list
Value members
Inherited methods
Probability the system is full (in state k where k is the capacity). For infinite capacity queues, it is 0. Override as needed.
Probability the system is full (in state k where k is the capacity). For infinite capacity queues, it is 0. Override as needed.
Attributes
- Inherited from:
- MM_Queue
The overAll traffic intensity or rate ratio.
Expected length/number in the sYstem, Service and Queue.
Expected time in the sYstem, Service and Queue (computed using Little's Law).
Expected time in the sYstem, Service and Queue (computed using Little's Law).
Attributes
- Inherited from:
- MM_Queue
View/check intermediate results.
The effective arrival rate = λ (1 - π_k) that factors in turn aways. For infinite capacity queues, λe = λ.
The effective arrival rate = λ (1 - π_k) that factors in turn aways. For infinite capacity queues, λe = λ.
Attributes
- Inherited from:
- MM_Queue
The server utilization factor (overall arrival rate / total service rate). Also referred to as the traffic intensity per server ρ (rho) in [0, 1] where 0 => always idle, 1 => always busy.
The server utilization factor (overall arrival rate / total service rate). Also referred to as the traffic intensity per server ρ (rho) in [0, 1] where 0 => always idle, 1 => always busy.
Attributes
- Inherited from:
- MM_Queue