qncspb
Compute PB Bounds (C. H. Hsieh and S. Lam, 1987) for single-class, closed networks with service centers.
INPUTS
number of requests in the system (scalar, N > 0).
D(k) service demand of service center (D(k) ≥ 0).
S(k) mean service time at center (S(k) ≥ 0).
V(k) visit ratio to center (V(k) ≥ 0).
m(k) number of servers at center . This function only supports
queues, therefore m must be
ones(size(S)).
Z external delay (think time, Z ≥ 0). Default 0.
OUTPUTS
XlXuLower and upper bounds on the system throughput.
RlRuLower and upper bounds on the system response time.
REFERENCES
This function implements the non-iterative variant described in G. Casale, R. R. Muntz, G. Serazzi, Geometric Bounds: a Non-Iterative Analysis Technique for Closed Queueing Networks, IEEE Transactions on Computers, 57(6):780-794, June 2008.