Statistics 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 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.

ChannelName

Description: The name of the channel.
Identifier: MQCACH_CHANNEL_NAME.
Datatype: MQCFST.
Maximum length: MQ_CHANNEL_NAME_LENGTH.
Returned: Always.

ChannelType

Description: The channel type.
Identifier: MQIACH_CHANNEL_TYPE.
Datatype: MQCFIN.
Values: Possible values are:

MQCHT_SENDER

Sender channel.

MQCHT_SERVER

Server channel.

MQCHT_RECEIVER

Receiver channel.

MQCHT_REQUESTER

Requester channel.

MQCHT_CLUSRCVR

Cluster receiver channel.

MQCHT_CLUSSDR

Cluster sender channel.
Returned: Always.

ChlStatisticsData

Description: Grouped parameters specifying statistics details for a channel.
Identifier: MQGACF_CHL_STATISTICS_DATA.
Datatype: MQCFGR.
Parameters in group:

  • RemoteQmgr

  • ConnectionName

  • MsgCount

  • TotalBytes

  • NetTimeMin

  • NetTimeAvg

  • NetTimeMax

  • ExitTimeMin

  • ExitTimeAvg

  • ExitTimeMax

  • FullBatchCount

  • IncmplBatchCount

  • AverageBatchSize

  • PutRetryCount

Returned: Always.

RemoteQmgr

Description: The name of the remote queue manager.
Identifier: MQCACH_REMOTE_Q_MGR_NAME.
Datatype: MQCFST.
Maximum length: MQ_Q_MGR_NAME_LENGTH
Returned: When available.

ConnectionName

Description: Connection name of remote queue manager.
Identifier: MQCACH_CONNECTION_NAME.
Datatype: MQCFST.
Maximum length: MQ_CONN_NAME_LENGTH
Returned: When available.

MsgCount

Description: The number of persistent and nonpersistent messages sent or received. This parameter is an integer list indexed by persistence value, see Note 2
Identifier: MQIAMO_MSGS.
Datatype: MQCFIL.
Returned: When available.

TotalBytes

Description: The number of bytes sent or received for persistent and nonpersistent messages. This parameter is an integer list indexed by persistence value, see Note 2
Identifier: MQIAMO64_BYTES.
Datatype: MQCFIL64.
Returned: When available.

NetTimeMin

Description: The shortest recorded channel round trip measured in the recording interval, in microseconds.
Identifier: MQIAMO_NET_TIME_MIN.
Datatype: MQCFIN.
Returned: When available.

NetTimeAvg

Description: The average recorded channel round trip measured in the recording interval, in microseconds.
Identifier: MQIAMO_NET_TIME_AVG.
Datatype: MQCFIN.
Returned: When available.

NetTimeMax

Description: The longest recorded channel round trip measured in the recording interval, in microseconds.
Identifier: MQIAMO_NET_TIME_MAX.
Datatype: MQCFIN.
Returned: When available.

ExitTimeMin

Description: The shortest recorded time, in microseconds, spent executing a user exit in the recording interval,
Identifier: MQIAMO_EXIT_TIME_MIN.
Datatype: MQCFIN.
Returned: When available.

ExitTimeAvg

Description: The average recorded time, in microseconds, spent executing a user exit in the recording interval. Measured in microseconds.
Identifier: MQIAMO_EXIT_TIME_AVG.
Datatype: MQCFIN.
Returned: When available.

ExitTimeMax

Description: The longest recorded time, in microseconds, spent executing a user exit in the recording interval. Measured in microseconds.
Identifier: MQIAMO_EXIT_TIME_MAX.
Datatype: MQCFIN.
Returned: When available.

FullBatchCount

Description: The number of batches processed by the channel, that were sent because the value of the channel attribute

BATCHSZ was reached.

Identifier: MQIAMO_FULL_BATCHES.
Datatype: MQCFIN.
Returned: When available.

IncmplBatchCount

Description: The number of batches processed by the channel, that were sent without the value of the channel attribute

BATCHSZ being reached.

Identifier: MQIAMO_INCOMPLETE_BATCHES.
Datatype: MQCFIN.
Returned: When available.

AverageBatchSize

Description: The average batch size of batches processed by the channel.
Identifier: MQIAMO_AVG_BATCHE_SIZE.
Datatype: MQCFIN.
Returned: When available.

PutRetryCount

Description: The number of times in the time interval that a message failed to be put, and entered a retry loop.
Identifier: MQIAMO_PUT_RETRIES.
Datatype: MQCFIN.
Returned: When available.