Table 1-5 Channel Counters List Entry
Field name |
Type |
Description |
channel_name
|
string
|
The name of the channel stored in a CHANLENGTH+1 byte long string;
PMDFgetChannelCounters will zero terminate the string.
|
received_messages
|
signed longword
|
The cumulative count of messages enqueued to the channel.
|
submitted_messages
|
signed longword
|
The cumulative count of messages enqueued by the channel.
|
stored_messages
|
signed longword
|
The current count of messages stored for the channel
|
delivered_messages
|
signed longword
|
The cumulative count of messages dequeued by the channel.
|
received_volume
|
signed longword
|
The cumulative volume of messages enqueued to the channel.
|
submitted_volume
|
signed longword
|
The cumulative volume of messages enqueued by the channel.
|
stored_volume
|
signed longword
|
The current volume of messages stored for the channel.
|
delivered_volume
|
signed longword
|
The cumulative volume of messages dequeued by the channel.
|
received_recipients
|
signed longword
|
The cumulative count of recipients specified in all messages enqueued
to the channel.
|
submitted_recipients
|
signed longword
|
The cumulative count of recipients specified in all messages enqueued
by the channel.
|
stored_recipients
|
signed longword
|
The current count of recipients specified in all messages currently
stored for the channel.
|
delivered_recipients
|
signed longword
|
The cumulative count of recipients specified in all messages dequeued
by the channel.
|
next
|
pointer
|
Pointer to the next list entry of channel counters.
|
rejected_messages
|
signed longword
|
The cumulative count of messages which, upon trying to be enqueued to
the channel, were rejected.
|
failed_messages
|
signed longword
|
The cumulative count of messages enqueued to the channel which, when
processed, failed to be delivered for one or more recipients owing to
permanent errors of some sort (
e.g., invalid recipient address).
|
attempted_messages
|
signed longword
|
The cumulative count of messages enqueued to the channel whose delivery
has been attempted.
|
rejected_volume
|
signed longword
|
The cumulative volume of messages which, upon trying to be enqueued to
the channel, were rejected.
|
failed_volume
|
signed longword
|
The cumulative volume of messages enqueued to the channel which, when
processed, failed to be delivered for one or more recipients owing to
permanent errors of some sort (
e.g., invalid recipient address).
|
attempted_volume
|
signed longword
|
The cumulative volume of messages enqueued to the channel whose
delivery has been attempted.
|
rejected_recipients
|
signed longword
|
The cumulative count of recipient addresses which, upon trying to be
enqueued to the channel, were rejected.
|
failed_recipients
|
signed longword
|
The cumulative count of recipients enqueued to the channel which, when
processed, failed to be delivered owing to permanent errors of some
sort (
e.g., invalid recipient address).
|
attempted_recipients
|
signed longword
|
The cumulative count of recipients enqueued to the channel whose
delivery has been attempted.
|
delivered_first_messages
|
signed longword
|
The cumulative count of messages enqueued to the channel which were
successfully delivered (or returned as undeliverable) on their first
processing attempt.
|
delivered_first_queue_count
|
signed longword
|
Cumulative count of first message delivery attempts made by the
channel. When this value is less then
received_messages , it means that delivery has not yet been
attempted for all received messages. This is not unusual: this value is
expected to lag behind
received_messages .
|
delivered_first_queue_time
|
signed longword
|
Cumulative count of elapsed seconds between when a message is enqueued
and when processing of its first delivery attempt completes. The result
of dividing
delivered_first_queue_time by
delivered_first_queue_count gives the average amount of
time in seconds spent by a message in the processing queues as it
awaits its initial delivery attempt.
|
delivered_queue_count
|
signed longword
|
Cumulative count of message delivery attempts made by the channel.
|
delivered_queue_time
|
signed longword
|
Cumulative count of elapsed seconds between when a message is enqueued
and when it is finally removed from the channel queue. The result of
dividing
delivered_queue_time by
delivered_queue_count gives the average amount of time in
seconds spent by a message in the processing queues.
|