Statistics message data
- QueueManager
Description: Name of the queue manager. Identifier: MQCA_Q_MGR_NAME. Datatype: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Always. - IntervalStartDate
Description: The date at the start of the monitoring period. Identifier: MQCAMO_START_DATE. Datatype: MQCFST. Maximum length: MQ_DATE_LENGTH Returned: Always. - IntervalStartTime
Description: The time at the start of the monitoring period. Identifier: MQCAMO_START_TIME. Datatype: MQCFST. Maximum length: MQ_TIME_LENGTH Returned: Always. - IntervalEndDate
Description: The date at the end of the monitoring period. Identifier: MQCAMO_END_DATE. Datatype: MQCFST. Maximum length: MQ_DATE_LENGTH Returned: Always. - IntervalEndTime
Description: The time at the end of the monitoring period. Identifier: MQCAMO_END_TIME. Datatype: MQCFST. Maximum length: MQ_TIME_LENGTH Returned: Always. - CommandLevel
Description: The queue manager command level. Identifier: MQIA_COMMAND_LEVEL. Datatype: MQCFIN. Returned: Always.
- ConnCount
Description: The number of successful connections to the queue manager. Identifier: MQIAMO_CONNS. Datatype: MQCFIN. Returned: When available. - ConnFailCount
Description: The number of unsuccessful connection attempts. Identifier: MQIAMO_CONNS_FAILED. Datatype: MQCFIN. Returned: When available. - ConnsMax
Description: The maximum number of concurrent connections in the recording interval. Identifier: MQIAMO_CONNS_MAX. Datatype: MQCFIN. Returned: When available. - DiscCount
Description: The number of disconnects from the queue manager. This is an integer array, indexed by the following constants:
- MQDISCONNECT_NORMAL
- MQDISCONNECT_IMPLICIT
- MQDISCONNECT_Q_MGR
Identifier: MQIAMO_DISCS. Datatype: MQCFIL. Returned: When available. - OpenCount
Description: The number of objects successfully opened. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_OPENS. Datatype: MQCFIL. Returned: When available. - OpenFailCount
Description: The number of unsuccessful open object attempts. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_OPENS_FAILED. Datatype: MQCFIL. Returned: When available. - CloseCount
Description: The number of objects successfully closed. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_CLOSES. Datatype: MQCFIL. Returned: When available. - CloseFailCount
Description: The number of unsuccessful close object attempts. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_CLOSES_FIALED. Datatype: MQCFIL. Returned: When available. - InqCount
Description: The number of objects successfully inquired upon. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_INQS. Datatype: MQCFIL. Returned: When available. - InqFailCount
Description: The number of unsuccessful object inquire attempts. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_INQS_FAILED. Datatype: MQCFIL. Returned: When available. - SetCount
Description: The number of objects successfully updated (SET). This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_SETS. Datatype: MQCFIL. Returned: When available. - SetFailCount
Description: The number of unsuccessful SET attempts. This parameter is an integer list indexed by object type, see Note 1. Identifier: MQIAMO_SETS_FAILED. Datatype: MQCFIL. Returned: When available. - PutCount
Description: The number of persistent and nonpersistent messages successfully put to a queue, with the exception of MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_PUTS. Datatype: MQCFIL. Returned: When available. - PutFailCount
Description: The number of unsuccessful put message attempts. Identifier: MQIAMO_PUTS_FAILED. Datatype: MQCFIN. Returned: When available. - Put1Count
Description: The number of persistent and nonpersistent messages successfully put to a queue using MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO_PUT1S. Datatype: MQCFIL. Returned: When available. - Put1FailCount
Description: The number of unsuccessful attempts to put a persistent and nonpersistent message to a queue using MQPUT1 requests. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO_PUT1S_FAILED. Datatype: MQCFIN. Returned: When available. - PutBytes
Description: The number bytes for persistent and nonpersistent messages written in using put requests. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO64_PUT_BYTES. Datatype: MQCFIL64. Returned: When available. - GetCount
Description: The number of successful destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO_GETS. Datatype: MQCFIL. Returned: When available. - GetFailCount
Description: The number of unsuccessful destructive get requests. Identifier: MQIAMO_GETS_FAILED. Datatype: MQCFIN. Returned: When available. - GetBytes
Description: The number of bytes read in destructive gets requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO64_GET_BYTES. Datatype: MQCFIL64. Returned: When available. - BrowseCount
Description: The number of successful non-destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO_BROWSES. Datatype: MQCFIL. Returned: When available. - BrowseFailCount
Description: The number of unsuccessful non-destructive get requests. Identifier: MQIAMO_BROWSES_FAILED. Datatype: MQCFIN. Returned: When available. - BrowseBytes
Description: The number of bytes read in non-destructive get requests for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO64_BROWSE_BYTES. Datatype: MQCFIL64. Returned: When available. - CommitCount
Description: The number of transactions successfully completed. This number includes transactions committed implicitly by the application disconnecting, and commit requests where there is no outstanding work. Identifier: MQIAMO_COMMITS. Datatype: MQCFIN. Returned: When available. - CommitFailCount
Description: The number of unsuccessful attempts to complete a transaction. Identifier: MQIAMO_COMMITS_FAILED. Datatype: MQCFIN. Returned: When available. - BackCount
Description: The number of backouts processed, including implicit backout upon abnormal disconnect. Identifier: MQIAMO_BACKOUTS. Datatype: MQCFIN. Returned: When available. - ExpiredMsgCount
Description: The number of persistent and nonpersistent messages that were discarded because they had expired, before they could be retrieved. This parameter is an integer list indexed by persistence value, see Note 2 Identifier: MQIAMO_MSGS_EXPIRED. Datatype: MQCFIL. Returned: When available.