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
lambdaArrival rate
xavgAverage service time
x2ndSecond moment of service time distribution
OUTPUTS
UService center utilization
RService center response time
QAverage number of requests in the system
XService center throughput
p0Probability 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