Queuing Rule of Thumb


The Queuing Rule of Thumb is a mathematical formula, known as the queuing constraint equation when it is used to find an approximation of servers required to service a queue. The formula is written as an inequality relating the number of servers, total number of service requestors, service time, and the maximum time to finish the queue :
Compared to standard queuing formulas, QROT is simple enough to compute the necessary number of servers without involving probability. It serves as a rough heuristic to address queue problems.

Formula

  1. This is the ratio of the arrival rate and the service rate.

  2. This equation states that the utilization of the queuing system must not be larger than 1.

Combining the first three equations gives. Combining this and the fourth equation yields.
Simplifying, the formula for the Queuing Rule of Thumb is.

Usage

The Queuing Rule of Thumb assists queue management to resolve queue problems by providing the number of servers, the total number of customers, the service time, and the maximum time needed to finish the queue. To make a queuing system more efficient, these values must be adjusted with regards to the rule of thumb.
The mathematics underlying queueing theory is too complicated for use in most settings. The rule of thumb is simpler and therefore more practical.