scalation.simulation.queueingnet.MMck_Queue
Value parameters
c
the number of servers (defualts to one)
k
the capacity of the queue (defualts to infinite)
λ
the overall arrival rate (lambda)
μ
the per unit service rate (mu)
Attributes
See also
also MMc_Queue
to model infinite capacity Markovian queues.
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Probability system is empty.
Probability system is empty.
Attributes
Probability system is full.
Probability system is full.
Attributes
Definition Classes
Expected length of the waiting queue.
Expected length of the waiting queue.
Attributes
Definition Classes
Expected length/number in sYstem.
Expected length/number in sYstem.
Attributes
View/check intermediate results.
View/check intermediate results.
Attributes
Definition Classes
The overAll traffic intensity or rate ratio.
The overAll traffic intensity or rate ratio.
Attributes
Inherited from:
MM_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
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