| eG Monitoring |
|---|
|
Measures reported by ActiveQueueTest The queue manager is a delivery agent scheduler which ensures fast and fair delivery of mail to all destinations within designated resource limits. By default, the active queue accommodates a maximum of 20000 messages. The messages to the active queue are from the incoming queue where new mails arrive and the deferred queue where old mails are retried. The messages in the active queue are ready to be sent, but are not necessarily in the process of being sent. In reality, the active queue is a set of data structures within the memory of the queue manager process. The envelope information for messages in the active queue is managed in memory, allowing the queue manager to do global scheduling, allocating available delivery agent processes to an appropriate message in the active queue. Within the active queue, the messages are broken up into groups of recipients that share the same transport/nexthop combination; the group size is capped by the transport's recipient concurrency limit. Multiple recipient groups (from one or more messages) are queued for delivery grouped by transport/nexthop combination. An active queue will be empty only when a queue manager marks a destination as dead (this may be due to the destination being down) and defers all the mails assigned to that destination to the deferred queue. An active queue may be overflowing if the destination is slow or if there is a problem in the destination which has caused excessive arrival of mails leading to a sudden surge in the active queue as well as congesting the destination. A destination may also be congested if the entire deferred queue undergoes an unwarranted flush. When messages reside in the active queue for a prolonged period, then the active queue may grow indefinitely and may not hold the space to accommodate all the messages. This will lead to a drastic degradation of the performance of the Postfix mail server. To avoid such unpleasant degradation and to keep track of the performance of the Postfix mail server, it is necessary to continuously track the messages in the active queue. The ActiveQueueTest helps administrators in this regard! This test periodically monitors the active queue of the target Postfix mail server and reports the total size of the queue as well as the split up of the message count in terms of time duration i.e., the number of messages that were in the queue for a specified time duration. The measures made by this test are as follows:
|