| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Max_queue_depth |
The max value of the number of messages that were in the queue since the start of the queue |
Number |
  |
| Msg_process_rate |
The rate at which messages are being processed by the queue |
Msgs/Sec |
  |
| Receivers_count |
The number of clients that are currently configured as receivers of messages from a queue |
Number |
  |
| Current_queue_depth |
The number of messages currently in the queue |
Number |
A high value is indicative of server workload, or a delivery bottleneck. |
| Msg_scheduled_cnt |
The number of messages that are currently scheduled to be delivered |
Number |
  |
| Q_occupaid_percent |
Indicates the percentage of queue length that is occupied by messages. |
Percent |
A high value is a cause for concern as it could indicate a bottleneck in message delivery, which may be heavily populating the queue with messages. |
| Msg_delivered_cnt |
Indicates the number of messages in this queue that have been delivered. |
Number |
A high value is desired for this measure. |
| Total_msg_add |
Indicates the number of messages that were added to this queue during the last measurement period. |
Number |
  |
| Last_msg_time |
Indicates the time that elapsed since the last message was sent from this queue. |
Secs |
Ideally, the value of this measure should be low. A high value is indicative of a delay in message delivery or a message processing bottleneck. |
| Subscriber_cnt |
Indicates the number of subscribers who are registered with this queue. |
Number |
Use the detailed diagnosis of this measure to view the ID of all the subscribers registered with the queue. |
| Receivers_cnt |
Indicates the number of clients that are currently configured as receivers of messages from this queue. |
Number |
Use the detailed diagnosis of this measure to view the ID of all the receivers configured for this queue. |