IBM MQ Monitors report
The IBM® MQ Monitors report is produced using the EXEC CICS EXTRACT STATISTICS MQMONITOR command. The statistics data is mapped by DFHMQRDS/DFHMQRPS/DFHMQRKS.
A record is produced for each MQMONITOR resource installed in the CICS region.
| DFHSTUP name | Description |
|---|---|
| Monitor name | The name of an installed MQMONITOR
definition in the CICS® region. Source field: MQR-NAME |
| Autostatus | The MQ monitor autostart setting indicator.
Source field: EXEC CICS INQUIRE MQMONITOR() AUTOSTART(cvda) |
| Enablestatus | The status of the MQMONITOR resource:
Source field: EXEC CICS INQUIRE MQMONITOR() ENABLESTATUS(cvda) |
| Monitor Status | The status of the MQ monitor:
Source field: MQR-MONSTATUS |
| MQ Queue name | The name of the MQ queue monitored by
the MQ monitor. Source field: MQR-QNAME |
| Monitor userid | The user ID used by the transaction
monitoring the MQ queue. Source field: MQR-MONUSERID |
| Userid | The user ID to be used by the MQMONITOR
transaction when issuing the start request for the application transaction if a suitable user ID is
not available. Source field: MQR-USERID |
| Transaction Id | The ID of the CICS transaction used by the
MQ monitor. Source field: MQR-TRANID |
| Task number | Task number of the transaction monitoring
the MQ queue. Source field: MQR-TASKNUM |
| Number of OPEN requests | The number of MQOPEN calls issued. Source field: MQR-TOPEN |
| Number of CLOSE requests | The number of MQCLOSE calls
issued. Source field: MQR-TCLOSE |
| Number of GET requests | The number of MQGET calls issued. Source field: MQR-TGET |
| Number of GETWAIT requests | The number of MQGET calls issued with the
MQGMO_WAIT option. Source field: MQR-TGETWAIT |
| Number of PUT requests | The number of MQPUT calls issued. Source field: MQR-TPUT |
| Number of PUT1 requests | The number of MQPUT1 calls issued. Source field: MQR-TPUT1 |
| Number of INQ requests | The number of MQINQ calls issued. Source field: MQR-TINQ |
| Number of INQL requests | The number of MQINQL calls issued. Source field: MQR-TINQL |
| Number of SET requests | The number of MQSET calls issued. Source field: MQR-TSET |
| Number of Committed UOWs | The number of UOWs that were in doubt at
adapter startup that have now been resolved by committing. Source field: MQR-TCOMMUOW |
| Number of Backout UOWs | The number of UOWs that were in doubt at
adapter startup that have now been resolved by backing out. Source field: MQR-TBACKUOW |
| Number of OTHER requests | The number of other calls. Source field: MQR-TOTHER |