| Measurement |
Description |
Measurement Unit |
Interpretation |
| Current_queue_depth |
Reports the current number of messages in the local queue. |
Number |
The detailed diagnosis for the Current_queue_depth metric provides information on the messages in a queue. Using the detailed diagnosis, an operator can determine which applications are currently putting messages into the queue, the number of messages for each application that are in the queue, the average time that a message from an application spends in the queue, and the size of messages in the queue distributed across applications accessing the queue. |
| Max_queue_depth |
Reports the maximum number of messages that can be held at any instant of time in the local queue. |
Secs |
|
| Queue_occupancy |
Reflects the current percentage occupancy of the queue, and is computed as the ratio of the current queue depth to the maximum queue depth. |
Percent |
Since messages may be lost when the queue occupancy exceeds 100%, this value should be less than 100% at all times. |
| Open_inputs |
The current number of handles that are currently valid for removing messages from the queue. |
Number |
An unusually large number of input handles could imply either an unexpectedly large number of readers. |
| Open_outputs |
The current number of handles that are currently valid for adding messages to the queue. |
Number |
|
| messageGetStatus |
Indicates whether/not get operations are allowed for this queue. |
|
The values that this measure can report and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Allowed |
0 |
| Inhibited |
1 |
Note:
By default, this measure reports the Measure Values listed in the table above to indicate whether/not get operations are allowed for a queue. In the graph of this measure however, the same is represented using the numeric equivalents only. |
| messagePutStatus |
Indicates whether/not put operations are allowed for this queue. |
|
The values that this measure can report and their corresponding numeric values are listed in the table below:
| Measure Value |
Numeric Value |
| Allowed |
0 |
| Inhibited |
1 |
Note:
By default, this measure reports the Measure Values listed in the table above to indicate whether/not put operations are allowed for a queue. In the graph of this measure however, the same is represented using the numeric equivalents only. |