Compute utilization, response time, average number of requests and throughput for a M/G/1 system. The service time distribution is described by its mean xavg, and by its second moment x2nd. The computations are based on results from L. Kleinrock, Queuing Systems, Wiley, Vol 2, and Pollaczek-Khinchine formula.
INPUTS
lambda
Arrival rate
xavg
Average service time
x2nd
Second moment of service time distribution
OUTPUTS
U
Service center utilization
R
Service center response time
Q
Average number of requests in the system
X
Service center throughput
p0
Probability that there is not any request at system
lambda, xavg, t2nd can be vectors of the same size. In this case, the results will be vectors as well.
See also: qsmh1.
Package: queueing