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.
ConnDate
Description: Date of MQCONN operation.
Identifier: MQCAMO_CONN_DATE.
Datatype: MQCFST.
Maximum length: MQ_TIME_LENGTH
Returned: When available.
ConnTime
Description: Time of MQCONN operation.
Identifier: MQCAMO_CONN_TIME.
Datatype: MQCFST.
Maximum length: MQ_TIME_LENGTH.
Returned: When available.
ConnName
Description: Connection name for client connection.
Identifier: MQCAMO_CONNECTION_NAME.
Datatype: MQCFST.
Maximum length: MQ_CONN_NAME_LENGTH.
Returned: When available.
ChannelName
Description: Channel name for client connection.
Identifier: MQCACH_CHANNEL_NAME.
Datatype: MQCFST.
Maximum length: MQ_CHANNEL_NAME_LENGTH.
Returned: When available.
DiscDate
Description: Date of MQDISC operation.
Identifier: MQCAMO_DISC_DATE.
Datatype: MQCFST.
Maximum length: MQ_DATE_LENGTH.
Returned: When available.
DiscTime
Description: Time of MQDISC operation.
Identifier: MQCAMO_DISC_TIME.
Datatype: MQCFST.
Maximum length: MQ_TIME_LENGTH.
Returned: When available.
DiscType
Description: Type of disconnect.
Identifier: MQIAMO_DISC_TYPE.
Datatype: MQCFIN.
Values: The possible values are:
MQDISCONNECT_NORMAL
Requested by application.
MQDISCONNECT_IMPLICIT
Abnormal application termination.
MQDISCONNECT_Q_MGR
Connection broken by queue manager
Returned: When available.
OpenCount
Description: The number of objects 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 attempts to open an object. 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 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 attempts to close an object. This parameter is an integer list indexed by object type, see Note 1.
Identifier: MQIAMO_CLOSES_FAILED.
Datatype: MQCFIL.
Returned: When available.
PutCount
Description: The number persistent and nonpersistent messages successfully put to a queue, with the exception of messages put using the MQPUT1 call. 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 attempts to put a message.
Identifier: MQIAMO_PUTS_FAILED.
Datatype: MQCFIN.
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 number bytes written using put calls for persistent and nonpersistent messages. 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 gets 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 gets.
Identifier: MQIAMO_GETS_FAILED.
Datatype: MQCFIN.
Returned: When available.
GetBytes
Description: Total number of bytes retrieved 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 gets 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 gets.
Identifier: MQIAMO_BROWSES_FAILED.
Datatype: MQCFIN.
Returned: When available.
BrowseBytes
Description: Total number of bytes browsed 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 successful transactions. This number includes those transactions committed implicitly by the connecting application. Commit requests where there is no outstanding work are included in this count.
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 backouts due to abnormal disconnect.
Identifier: MQIAMO_BACKOUTS.
Datatype: MQCFIN.
Returned: When available.
InqCount
Description: The number of successful objects 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 successful MQSET calls. 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 MQSET calls. This parameter is an integer list indexed by object type, see Note 1.
Identifier: MQIAMO_SETS_FAILED.
Datatype: MQCFIL.
Returned: When available.