Calculates the average traffic intensity. This unitless quantity equals the average number of busy servers.
QTPMMS_TrafficIntensity(Arrival Rate, Service Rate, Servers)
There is an option to use a finite Queue Capacity, where customers in excess of Queue Capacity are not admitted to the queue:
QTPMMS_TrafficIntensity(Arrival Rate, Service Rate, Servers, Queue Capacity)
If the Queue Capacity argument is omitted, it is assumed infinite.