The scalability limit is defined as:
$$Xroof = \frac{\gamma}{\alpha}$$
This is the upper bound (Amdahl asymptote) of system capacity.
The parameters alpha
, beta
and gamma
are useful to do a
what-if analysis. Setting these parameters override the model parameters and
show how the system would behave with a different contention or coherency
delay parameter.
The scalability limit is undefined if alpha
is zero.
This function accepts an argument for beta
although the value is not
required to perform the calculation. This is on purpose to provide a
coherent interface.