scalation.simulation.queueingnet.MM_Queue
trait MM_Queue (
λ :
Double ,
μ :
Double ,
c :
Int )
Value parameters
λ
the overall arrival rate (lambda)
μ
the per unit service rate (mu)
Attributes
See also
also MMck_Queue
to model finite capacity queues.
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Probability the system is empty (in state 0, no entities).
Probability the system is empty (in state 0, no entities).
Attributes
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
The overAll traffic intensity or rate ratio.
The overAll traffic intensity or rate ratio.
Attributes
Expected length/number in the sYstem, Service and Queue.
Expected length/number in the sYstem, Service and Queue.
Attributes
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
View/check intermediate results.
View/check intermediate results.
Attributes
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
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