MQI Statistics attributes (distributed systems only)
Use the MQI Statistics attributes to create situations for monitoring concerned attributes of MQI requests. The MQI Statistics attributes provide the information related to the number of MQI requests issued during a configured interval.
The MQI Statistics attributes are available on distributed systems only.
Backout Count Number of backouts that are processed, including implicit backouts. The valid format is an integer.
Backout Rate Rate per second of backouts that are processed, including implicit backouts. The valid format is a floating point number.
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. The 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.
Close Count Count of objects that are closed. Valid format is an integer.
Close Fail Count Count of objects that are closed with failure. The valid format is an integer.
Close Fail Rate Rate per second of unsuccessful attempts to close queue objects. The valid format is a floating point number.
Close Rate Rate per second of objects that are closed. The valid format is a floating point number.
Command Level Queue manager command level. Valid format is an integer.
Commit Count Number of successful transactions. The valid format is an integer.
Commit Fail Count Number of unsuccessful attempts to complete a transaction. The valid format is an integer.
Commit Fail Rate Rate per second of unsuccessful attempts to complete a transaction. The valid format is a floating point number.
Commit Rate Rate per second of successful transactions. The valid format is a floating point number.
Connection Fail Count Number of unsuccessful connection attempts. The valid format is an integer.
Connection Fail Rate Rate per second of unsuccessful connection attempts. The valid format is a floating point number.
Connection Rate Rate per second of successful connections to the queue manager. The valid format is a floating point number.
Connection Count Number of successful connections to the queue manager. Valid format is an integer.
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. Valid format is a floating point number.
Get Byte Rate Rate per second of bytes that are got destructively. 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 on which this queue manager is running. On z/OS systems, this is the SMF ID. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Implicit Disconnect Count Number of implicit disconnections from the queue manager. The valid format is an integer.
Implicit Disconnect Rate Rate per second of implicit disconnections from the queue manager. The valid format is a floating point number.
Inquire Count Count of successful inquiries for objects. The valid format is an integer.
Inquire Fail Count Number of unsuccessful attempts to inquire objects. The valid format is an integer.
Inquire Fail Rate Rate per second of unsuccessful attempts to inquire objects. The valid format is a floating point number.
Inquire Rate Rate per second of successful inquires for objects. The valid format is a floating point number.
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.
Max Concurrent Connections Maximum number of concurrent connections in the recording interval. The valid format is an integer.
Normal Disconnect Count Number of normal disconnections from the queue manager. The valid format is an integer.
Normal Disconnect Rate Rate per second of normal disconnections from the queue manager. The valid format is a floating point number.
Open Count Count of objects that are opened. Valid format is an integer.
Open Fail Count Count of objects that are opened with failure. The valid format is an integer.
Open Fail Rate Rate per second of unsuccessful attempts to open objects. The valid format is a floating point number.
Open Rate Rate per second of objects that are opened. The valid format is a floating point number.
Origin Node The IBM MQ Monitoring agent-assigned name of the node on which the data for the queue manager originates.
On z/OS systems, this name takes the form qmgr:smfid:MQESA, where qmgr is the name of the queue manager, and smfid is the z/OS system ID or SMF ID.
On distributed systems, this name takes the form qmgr::MQ. If the host ID value is specified by the SET AGENT command, this name takes the form qmgr:hostid:MQ. The valid format is an alphanumeric string of up to 128 case-sensitive characters.
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 Manager Disconnect Count Number of QMgr disconnections from the queue manager. The valid format is an integer.
Queue Manager Disconnect Rate Rate per second of QMgr disconnections from the queue manager. The valid format is a floating point number.
Sample Handle Handle for a sample data record. The valid format is an integer.
Set Count Count of successful MQSET calls. The valid format is an integer.
Set Fail Count Count of unsuccessful MQSET calls. The valid format is an integer.
Set Fail Rate Rate per second of unsuccessful MQSET calls. The valid format is a floating point number.
Set Rate Rate per second of successful MQSET calls. The valid format is a floating point number.