Sub-Queues Statistics Table

The Sub Queue Statistics Table provides the following information:

Queue Number

Number of sub-queue message

Maximum Number of sub-queue message

Discarded Messages


Queue Number (cQStatsQNumber)

The number of the queue within the queue set.

In FIFO queuing, this value is always 2. In Priority queuing, it corresponds to the various priorities.

high = 0, medium = 1, normal = 2, low = 3.

In Custom queuing, it is the queue number referenced in the access list.

In Weighted Fair Queuing, it is the queue number associated with the traffic stream (conversation) that gets identified.


Number of sub-queue message (cQStatsDepth)

cQStatsDepth indicates the number of messages in the sub-queue.


Maximum Number of sub-queue message (cQStatsMaxDepth)

The maximum number of messages permitted in the sub-queue.


Discarded Messages (cQStatsDiscards)

The number of messages discarded from the queue since restart by reason of enqueue at a time that cQStatsDepth >= cQStatsMaxDepth.