Function mean_queue_wait_ms
Source pub fn mean_queue_wait_ms(
lambda: f64,
mu: f64,
c: u32,
) -> Result<f64, PoolsimError>
Expand description
Computes mean queue wait (milliseconds) for an M/M/c queue.
ยงErrors
Returns the same errors as erlang_c and saturated errors when the
denominator term becomes non-positive.