MQ Queue Statistics attributes (distributed systems only)

Use the MQ Queue Statistics attributes to create situations for monitoring concerned attributes of queues. The MQ Queue Statistics attributes provide the information that is related to the activity of a queue during a configured interval.

The MQ Queue Statistics attributes are available on distributed systems only.

Browse Byte Rate Rate per second of bytes that are got nondestructively. The valid format is a floating point number.

Browse Bytes Total number of bytes that are got nondestructively. The valid format is an integer.

Browse Bytes (Deprecated) Total number of bytes that are got nondestructively. The valid format is an alphanumeric string of up to 20 case-sensitive characters.

Browse Count Count of non-destructive gets for messages. The valid format is an integer.

Browse Fail Count Number of unsuccessful non-destructive gets. Valid format is an integer.

Browse Fail Rate Rate per second of unsuccessful non-destructive gets. The valid format is a floating point number.

Browse Rate Rate per second of non-destructive gets for messages. The valid format is a floating point number.

Create Date & Time Date and time that the queue is created. Standard 16-character date/time format (CYYMMDDHHMMSSmmm), where the strings have the following meanings:

C
Century (0 for 20th, 1 for 21st)
YY
Year
MM
Month
DD
Day
HH
Hour
MM
Minute
SS
Second
mmm
Millisecond

Expired Msg Count Number of messages that are discarded because of expiration. The valid format is an integer.

Expired Msg Rate Rate per second of messages that are discarded because of expiration. The valid format is a floating point number.

Generated Msgs Count The number of generated messages.Generated messages include the following ones:

  • Trigger messages
  • Queue Depth Low Events
  • Queue Depth Hi Events

Get Byte Rate Rate per second of bytes that are got destructively. The valid format is a floating point number.

Get Bytes Total number of bytes that are got destructively. The valid format is an integer.

Get Bytes (Deprecated) Total number of bytes that are got destructively. The valid format is an alphanumeric string of up to 20 case-sensitive characters.

Get Count Count of gets. The valid format is an integer.

Get Fail Count Number of unsuccessful destructive gets. The valid format is an integer.

Get Fail Rate Rate per second of unsuccessful destructive gets. The valid format is a floating point number.

Get Rate Rate per second of destructive gets. The valid format is a floating point number.

Host Name The name of the system where this queue manager is running. The valid format is an alphanumeric string of up to 48 case-sensitive characters.

Interval End Date & Time Date and time of the end of the monitoring period. The valid format is the standard 16-character date/time format (CYYMMDDHHMMSSmmm), where the strings have the following meanings:

C
Century (0 for 20th, 1 for 21st)
YY
Year
MM
Month
DD
Day
HH
Hour
MM
Minute
SS
Second
mmm
Millisecond

Interval Start Date & Time Date and time of the start of the monitoring period. The valid format is the standard 16-character date/time format (CYYMMDDHHMMSSmmm), where the strings have the following meanings:

C
Century (0 for 20th, 1 for 21st)
YY
Year
MM
Month
DD
Day
HH
Hour
MM
Minute
SS
Second
mmm
Millisecond

Interval Time Seconds of interval time. The valid format is an integer.

MQCB Created Altered Count The number of successful MQCB requests that are created or altered.

MQCB Fail Count The number of unsuccessful MQCB requests.

MQCB Removed Count The number of successful MQCB requests that are removed.

MQCB Resumed Count The number of successful MQCB requests that are resumed.

MQCB Suspended Count The number of successful MQCB requests that are suspended.

Non-Queued Msg Count Number of messages that bypass the queue and are transferred to a waiting application. The valid format is an integer.

Non-Queued Msg Rate Rate per second of messages that bypass the queue and are transferred to a waiting application. The valid format is a floating point number.

NPM Browse Bytes The number of bytes that are read in non-destructive get requests for nonpersistent messages.

NPM Browse Count The number of successful non-destructive get requests for nonpersistent messages.

NPM Get Bytes The number of bytes that are read in destructive put requests for nonpersistent messages.

NPM Get Count The number of successful destructive get requests for nonpersistent messages.

NPM Put Bytes The number of bytes that are written in put requests for nonpersistent messages.

NPM Put Count The number of nonpersistent messages that are successfully put to the queue, with exception of MQPUT1 requests.

NPM Put1 Count The number of nonpersistent messages that are successfully put to the queue using MQPUT1 calls.

NPM Queue Time Avg(us) The average latency, in microseconds, of nonpersistent messages destructively retrieved from the queue during the monitoring period.

Origin Node The IBM MQ Monitoring agent-assigned name of the node on which the data for the queue manager originates.

PM Browse Bytes The number of bytes that are read in non-destructive get requests for persistent messages.

PM Browse Count The number of successful non-destructive get requests for persistent messages.

PM Get Bytes The number of bytes that are read in destructive put requests for persistent messages.

PM Get Count The number of successful destructive get requests for persistent messages.

PM Put Bytes The number of bytes that are written in put requests for persistent messages.

PM Put Count The number of persistent messages that are successfully put to the queue, with exception of MQPUT1 requests.

PM Put1 Count The number of persistent messages that are successfully put to the queue using MQPUT1 calls.

PM Queue Time Avg(us) The average latency, in microseconds, of persistent messages destructively retrieved from the queue during the monitoring period.

Purge Count Number of messages that are purged. The valid format is an integer.

Purge Rate Rate per second of messages that are purged. The valid format is a floating point number.

Put Byte Rate Rate per second of bytes that are put for messages. The valid format is a floating point number.

Put Bytes Total number of bytes that are put for messages. The valid format is an integer.

Put Bytes (Deprecated) Total number of bytes that are put for messages. The valid format is an alphanumeric string of up to 20 case-sensitive characters.

Put Count Count of puts. The valid format is an integer.

Put Fail Count Number of unsuccessful attempts to put a message. Valid format is an integer.

Put Fail Rate Rate per second of unsuccessful attempts to put a message. The valid format is a floating point number.

Put Rate Rate per second of messages that are successfully put to a queue. Valid format is a floating point number.

Put1 Count Count of messages that are put by the MQPUT1 call. The valid format is an integer.

Put1 Fail Count Number of unsuccessful attempts to put a message using MQPUT1 calls. The valid format is an integer.

Put1 Fail Rate Rate per second of unsuccessful attempts to put a message using MQPUT1 calls. The valid format is a floating point number.

Put1 Rate Rate per second of messages that are put to queue by the MQPUT1 call. The valid format is a floating point number.

QMgr Name The name that is assigned to this queue manager. The valid format is an alphanumeric string of up to 48 case-sensitive characters.

Query Type Type of a SQL query. Valid values are as follows: Current = 0, Recent = 1, Historical = 2.

Queue Def Type Queue definition type. Valid values are as follows:

  • Unknown = -1
  • Predefined = 1
  • PermanentDynamic = 2
  • TemporaryDynamic = 3
  • SharedDynamic = 4

Queue Max Depth Maximum queue depth during the monitoring period. The valid format is an integer.

Queue Min Depth Minimum queue depth during the monitoring period. Valid format is an integer.

Queue Name Name of the queue. The valid format is an alphanumeric string of up to 48 case-sensitive characters.

Queue Time Avg(us) The average latency, in microseconds, of messages that are retrieved from the queue. The valid format is an integer.

Queue Time Avg(us) (Deprecated) The average latency, in microseconds, of messages that are retrieved from the queue. The valid format is an integer.

Queue Type Type of the queue. Valid values are as follows:

  • Unknown = -1
  • Local = 1
  • Model = 2
  • Alias = 3
  • Remote = 6
  • Cluster = 7

Sample Handle Handle for a sample data record. The valid format is an integer.