| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Data_received_rt |
Returns
the number of bytes received on this JMS server since the last reset |
KB/Sec |
This
is an indicator of the workload on the JMS server. |
| Msgs_received_rt |
Returns
the rate of messages received on this destination since the last
reset |
Msgs/Sec |
  |
| Data_current_count |
Returns
the current number of bytes stored on this JMS server. This does not
include the pending bytes. |
KB |
  |
| Data_pending_count |
Returns
the current number of bytes pending (unacknowledged or uncommitted)
stored on this JMS server. Pending bytes are over and above the
current number of bytes. |
KB |
  |
| Data_count_hwm |
Returns
the peak number of bytes stored in the JMS server since the last reset |
KB |
  |
| Msgs_current_count |
Returns
the current number of messages stored on this JMS server. This does
not include the pending messages. |
Number |
  |
| Msgs_pending_count |
Returns
the current number of messages pending (unacknowledged or uncommitted)
stored on this JMS server. Pending messages are over and above the
current number of messages. |
Number |
Ideally,
the count of pending messages should be low. |
| Msgs_count_hwm |
Returns
the peak number of messages stored in the JMS server since the last
reset of the server |
Number |
  |
| Dest_current_count |
Returns
the current number of destinations for this JMS server |
Number |
  |
| Dest_count_hwm |
Returns
the peak number of destinations on this JMS server since the last
reset |
Number |
  |
| Session_pool_count |
Returns
the current number of session pools instantiated on this JMS server |
Number |
  |
| Session_pool_hwm |
Returns
the peak number of session pools instantiated on this JMS server since
the last reset |
Number |
  |