qsammm
Compute utilization, response time, average number of requests in service and throughput for an asymmetric queue. In this type of system there are different servers connected to a single queue. Each server has its own (possibly different) service rate. If there is more than one server available, requests are routed to a randomly-chosen one.
INPUTS
lambda Arrival rate (lambda>0)
mu mu(i) is the service rate of server
, .
The system must be ergodic (lambda < sum(mu)).
OUTPUTS
UApproximate service center utilization, .
RApproximate service center response time
QApproximate number of requests in the system
X Approximate system throughput. If the system is ergodic,
X = lambda
REFERENCES
See also: qsmmm