Accounting message data
- QueueManager
Description: The 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 of the start of the monitoring period. Identifier: MQCAMO_START_DATE. Datatype: MQCFST. Maximum length: MQ_DATE_LENGTH. Returned: Always. - IntervalStartTime
Description: The time of the start of the monitoring period. Identifier: MQCAMO_START_TIME. Datatype: MQCFST. Maximum length: MQ_TIME_LENGTH. Returned: Always. - IntervalEndDate
Description: The date of the end of the monitoring period. Identifier: MQCAMO_END_DATE. Datatype: MQCFST. Maximum length: MQ_DATE_LENGTH. Returned: Always. - IntervalEndTime
Description: The time of 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. - ConnectionId
Description: The connection identifier for the WebSphere MQ connection. Identifier: MQBACF_CONNECTION_ID. Datatype: MQCFBS. Maximum length: MQ_CONNECTION_ID_LENGTH. Returned: Always. - SeqNumber
Description: The sequence number. This value is incremented for each subsequent record for long running connections. Identifier: MQIACF_SEQUENCE_NUMBER. Datatype: MQCFIN. Returned: Always. - ApplicationName
Description: The name of the application. Identifier: MQCACF_APPL_NAME. Datatype: MQCFST. Maximum length: MQ_APPL_NAME_LENGTH. Returned: Always. - ApplicationPid
Description: The operating system process identifier of the application. Identifier: MQCACF_PROCESS_ID. Datatype: MQCFIN. Returned: Always. - ApplicationTid
Description: The WebSphere MQ thread identifier of the connection in the application. Identifier: MQCACF_THREAD_ID. Datatype: MQCFIN. Returned: Always. - UserId
Description: The user identifier context of the application. Identifier: MQCACF_USER_IDENTIFIER. Datatype: MQCFST. Maximum length: MQ_USER_ID_LENGTH. Returned: Always. - ObjectCount
Description: The number of queues accessed in the interval for which accounting data has been recorded. This value is set to the number of QAccountingData PCF groups contained in the message. Identifier: MQIAMO_OBJECT_COUNT. Datatype: MQCFIN. Returned: Always. - QAccountingData
Description: Grouped parameters specifying accounting details for a queue. Identifier: MQGACF_Q_ACCOUNTING_DATA. Datatype: MQCFGR. Parameters in group:
- QName
- CreateDate
- CreateDate
- QType
- QDefinitionType
- OpenCount
- OpenDate
- OpenTime
- CloseDate
- CloseTime
- PutCount
- PutFailCount
- Put1Count
- Put1FailCount
- PutBytes
- PutMinBytes
- PutMaxBytes
- GetCount
- GetFailCount
- GetBytes
- GetMinBytes
- GetMaxBytes
- BrowseCount
- BrowseFailCount
- BrowseBytes
- BrowseMinBytes
- BrowseMaxBytes
- TimeOnQMin
- TimeOnQAvg
- TimeOnQMax
Returned: Always. - QName
Description: The name of the queue. Identifier: MQCA_Q_NAME. Datatype: MQCFST. Included in PCF group: QAccountingData. Maximum length: MQ_Q_NAME_LENGTH. Returned: When available. - CreateDate
Description: The date the queue was created. Identifier: MQCA_CREATION_DATE. Datatype: MQCFST. Included in PCF group: QAccountingData Maximum length: MQ_DATE_LENGTH Returned: When available. - CreateTime
Description: The time the queue was created. Identifier: MQCA_CREATION_TIME. Datatype: MQCFST. Included in PCF group: QAccountingData. Maximum length: MQ_TIME_LENGTH. Returned: When available. - QType
Description: The type of the queue. Identifier: MQIA_Q_TYPE. Datatype: MQCFIN. Included in PCF group: QAccountingData. Value: MQQT_LOCAL. Returned: When available. - QDefinitionType
Description: The queue definition type. Identifier: MQIA_DEFINITION_TYPE. Datatype: MQCFIN. Included in PCF group: QAccountingData. Values: Possible values are:
- MQQDT_PREDEFINED
- MQQDT_PERMANENT_DYNAMIC
- MQQDT_TEMPORARY_DYNAMIC
Returned: When available. - OpenCount
Description: The number of times this queue was opened by the application in this interval. Identifier: MQIAMO_OPENS. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - OpenDate
Description: The date the queue was first opened in this recording interval. If the queue was already open at the start of this interval this value will reflect the date the queue was originally opened. Identifier: MQCAMO_OPEN_DATE. Datatype: MQCFST. Included in PCF group: QAccountingData. Returned: When available. - OpenTime
Description: The time the queue was first opened in this recording interval. If the queue was already open at the start of this interval this value will reflect the time the queue was originally opened. Identifier: MQCAMO_OPEN_TIME. Datatype: MQCFST. Included in PCF group: QAccountingData. Returned: When available. - CloseDate
Description: The date of the final close of the queue in this recording interval. If the queue is still open then the value will not be returned. Identifier: MQCAMO_CLOSE_DATE. Datatype: MQCFST. Included in PCF group: QAccountingData. Returned: When available. - CloseTime
Description: The time of final close of the queue in this recording interval. If the queue is still open then the value will not be returned. Identifier: MQCAMO_CLOSE_TIME. Datatype: MQCFST. Included in PCF group: QAccountingData. Returned: When available. - PutCount
Description: The number of persistent and nonpersistent messages successfully put to the queue, with the exception of MQPUT1 calls. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_PUTS. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - PutFailCount
Description: The number of unsuccessful attempts to put a message, with the exception of MQPUT1 calls. Identifier: MQIAMO_PUTS_FAILED. Datatype: MQCFIN. Included in PCF group: QAccountingData. Returned: When available. - Put1Count
Description: The number of persistent and nonpersistent messages successfully put to the queue using MQPUT1 calls. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_PUT1S. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - Put1FailCount
Description: The number of unsuccessful attempts to put a message using MQPUT1 calls. Identifier: MQIAMO_PUT1S_FAILED. Datatype: MQCFIN. Included in PCF group: QAccountingData. Returned: When available. - PutBytes
Description: The total number of bytes put for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO64_PUT_BYTES. Datatype: MQCFIL64. Included in PCF group: QAccountingData. Returned: When available. - PutMinBytes
Description: The smallest persistent and nonpersistent message size placed on the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_PUT_MIN_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - PutMaxBytes
Description: The largest persistent and nonpersistent message size placed on the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_PUT_MAX_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - GetCount
Description: The number of successful destructive MQGET calls for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_GETS. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - GetFailCount
Description: The number of unsuccessful destructive gets. Identifier: MQIAMO_GETS_FAILED. Datatype: MQCFIN. Included in PCF group: QAccountingData. Returned: When available. - GetBytes
Description: The number of bytes read in destructive MQGET calls for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO64_GET_BYTES. Datatype: MQCFIL64. Included in PCF group: QAccountingData. Returned: When available. - GetMinBytes
Description: The size of the smallest persistent and nonpersistent message retrieved rom the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_GET_MIN_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - GetMaxBytes
Description: The size of the largest persistent and nonpersistent message retrieved rom the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_GET_MAX_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - BrowseCount
Description: The number of successful non-destructive gets for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_BROWSES. Datatype: MQCFIL. Included in PCF group: QAccountingData, Returned: When available. - BrowseFailCount
Description: The number of unsuccessful non-destructive gets. Identifier: MQIAMO_BROWSES_FAILED. Datatype: MQCFIN. Included in PCF group: QAccountingData. Returned: When available. - BrowseBytes
Description: The number of bytes read in non-destructive gets that returned persistent messages. Identifier: MQIAMO64_BROWSE_BYTES. Datatype: MQCFIL64. Included in PCF group: QAccountingData. Returned: When available. - BrowseMinBytes
Description: The size of the smallest persistent and nonpersistent message browsed from the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_BROWSE_MIN_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - BrowseMaxBytes
Description: The size of the largest persistent and nonpersistent message browsed from the queue. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_BROWSE_MAX_BYTES. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - TimeOnQMin
Description: The shortest time a persistent and nonpersistent message remained on the queue before being retrieved, in microseconds. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_Q_TIME_MIN. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - TimeOnQAvg
Description: The average time a persistent and nonpersistent message remained on the queue before being retrieved, in microseconds. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_Q_TIME_AVG. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available. - TimeOnQMax
Description: The longest time a persistent and nonpersistent message remained on the queue before being retrieved, in microseconds. This parameter is an integer list indexed by persistence value, see Note 2. Identifier: MQIAMO_Q_TIME_MAX. Datatype: MQCFIL. Included in PCF group: QAccountingData. Returned: When available.