qncsmvablo
Approximate MVA algorithm for closed queueing networks with blocking.
INPUTS
N number of requests in the system. N must be strictly greater
than zero, and less than the overall network capacity: 0 <
N < sum(M).
S(k) average service time on server (S(k) > 0).
M(k) capacity of center . The capacity is the maximum number of requests in a service
center, including the request in service (M(k) ≥ 1).
P(i,j)probability that a request which completes service at server will be transferred to server .
OUTPUTS
U(k)center utilization.
R(k)average response time of service center .
Q(k)average number of requests in service center (including the request in service).
X(k)center throughput.
REFERENCES