An average counter designed to monitor the average length of a queue to a resource over time. It shows the difference between the queue lengths observed during the last two sample intervals divided by the duration of the interval. This type of counter is typically used to track the number of items that are queued or waiting.
Formula: (N - N ) / (D - D ), where the numerator represents the number of items in the queue and the denominator represents the time elapsed during the last sample interval.