WebSphere MQ connection statistics - MQCONN

The Websphere MQ connection statistics (MQCONN) views display status information and statistics for the WebSphere MQ connection for a CICS region.

Supplied views

To access from the main menu, click:

CICS operations views > DB2, DBCTL and WebSphere MQ operations views > WebSphere MQ connection statistics

Table 1. Views in the supplied WebSphere MQ connection statistics (MQCONN) view set
View Notes
WebSphere MQ connection statistics

EYUSTARTMQCONN.DETAIL1

Statistics for WebSphere MQ API calls, by individual command.
WebSphere MQ connection statistics

EYUSTARTMQCONN.DETAIL2

Statistics for indoubt, unresolved, committed and backed out units of work.
WebSphere MQ connection statistics

EYUSTARTMQCONN.DETAIL3

Statistics for all WebSphere MQ API calls made using the connection.
WebSphere MQ connection statistics

EYUSTARTMQCONN.DETAILED

Overview information about the WebSphere MQ connection statistics for the selected CICS region.
WebSphere MQ connection statistics

EYUSTARTMQCONN.TABULAR

Tabular information about WebSphere MQ connection statistics for CICS regions.

Actions

None.

Fields

Table 2. Fields in MQCONN views
Field Attribute name Description
MQ connection name MQCONNECT The name of the CICS-MQ connection definition.
MQ connection status MQGCONNSTAT Indicates the status of the connection between this CICS system and WebSphere MQ:
  • CONNECTED - CICS is connected to WebSphere MQ.
  • NOTCONNECTED - CICS is not connected to WebSphere MQ.
Number of indoubt units of work MQGINDBTUOW The total number of UOWs that were indoubt at startup of the WebSphere MQ adapter.
Initiation queue name MQGINITQ The name of the default WebSphere MQ initiation queue.
MQ Release MQGMQRELEASE The release of the WebSphere MQ queue manager.
MQ queue manager name MQGQMGRNAME The name of the WebSphere MQ queue manager.
Number of resolved backout units of work MQGRESBACUW The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and were resolved by a backout.
Number of resolved committed units of work MQGRESCOMUW The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and were resolved by a commit.
Number of two phase commit operations MQGT2PCOMM The total number of two phase commits for UOWs on the connection.
Number of MQ API calls since MQ connected MQGTAPI The total number of WebSphere MQ API calls that have been made since CICS connected to WebSphere MQ.
Number of MQ API calls completed successfully MQGTAPIOK The total number of WebSphere MQ API calls that completed successfully.
Number of backout units of work MQGTBACKUOW The total number of UOWs on the connection which were resolved by a backout.
Number of MQBUFMH requests MQGTBUFMH The total number of times the MQBUFMH command was issued.
Number of internal MQ calls MQGTCALL The total number of internal calls to WebSphere MQ on the connection.
Number of MQ calls that needed I/O MQGTCALLIO The total number of WebSphere MQ API calls that required I/O to complete.
Number of MQ calls that completed synchronously MQGTCALLSYNC The total number of WebSphere MQ API calls that completed synchronously.
Number of MQCB requests MQGTCB The total number of times the MQCB command was issued.
Number of MQCLOSE requests MQGTCLOSE The total number of times the MQCLOSE command was issued.
Number of committed units of work MQGTCOMMUOW The total number of UOWs on the connection which were resolved by a commit.
Number of messages consumed MQGTCONSUME The total number of messages passed to callback routines.
Number of MQCRTMH requests MQGTCRTMH The total number of times the MQCRTMH command was issued.
Number of MQCTL requests MQGTCTL The total number of times the MQCTL command was issued.
Number of MQDLTMH requests MQGTDLTMH The total number of times the MQDLTMH command was issued.
Number of MQDLTMP requests MQGTDLTMP The total number of times the MQDLTMP command was issued.
Number of MQ API calls when MQ was not connected MQGTFUTATT The total number of WebSphere MQ API calls that were made when the connection status was 'NOTCONNECTED' (that is, futile attempts). When CICS connects to WebSphere MQ, this number is reset to zero.
Number of MQGET requests MQGTGET The total number of times the MQGET command was issued.
Number of MQGET with wait requests MQGTGETWAIT The total number of times the MQGET command was issued with the MQGMO_WAIT option.
Number of MQINQ requests MQGTINQ The total number of times the MQINQ command was issued.
Number of MQINQMP requests MQGTINQMP The total number of times the MQINQMP command was issued.
Number of MQMHBUF requests MQGTMHBUF The total number of times the MQMHBUF command was issued.
Number of MQOPEN requests MQGTOPEN The total number of times the MQOPEN command was issued.
Number of MQPUT requests MQGTPUT The total number of times the MQPUT command was issued.
Number of MQPUT1 requests MQGTPUT1 The total number of times the MQPUT1 command was issued.
Number of MQSET requests MQGTSET The total number of times the MQSET command was issued.
Number of MQSETMP requests MQGTSETMP The total number of times the MQSETMP command was issued.
Number of single phase commit operations MQGTSPCOMM The total number of single phase commits for UOWs on the connection.
Number of MQSTAT requests MQGTSTAT The total number of times the MQSTAT command was issued.
Number of MQSUB requests MQGTSUB The total number of times the MQSUB command was issued.
Number of MQSUBRQ requests MQGTSUBRQ The total number of times the MQSUBRQ command was issued.
Number of MQ calls that had a TCB switch MQGTSUBTASK The total number of WebSphere MQ API calls that involved a TCB switch.
Number of tasks MQGTTASKEND The total number of tasks on the connection.
Number of current tasks MQGTTASKS The number of current tasks that have issued a WebSphere MQ call.
Number of MQGET with wait requests that waited MQGTWAITMSG The total number of times the MQGET command was issued with the MQGMO_WAIT option, and the request waited.
Number of unresolved units of work MQGUNRESUOW The number of UOWs that were indoubt at startup of the WebSphere MQ adapter, and could not be resolved because the CICS system was cold started.