Examples of displaying monitoring levels

The queue,

Q1, has the attribute MONQ set as the default value, QMGR, and the queue manager where it resides has the attribute MONQ set as MEDIUM. To display the monitoring fields collected for this queue, use the following command:

DISPLAY QSTATUS(Q1) MONITOR

This displays the monitoring fields, and monitoring level, of queue,

Q1:

QSTATUS(Q1)
TYPE(QUEUE)
MONQ(MEDIUM)
QTIME(11892157,24052785)
MSGAGE(37)
LPUTDATE(2005-03-02)
LPUTTIME(09.52.13)
LGETDATE(2005-03-02)
LGETTIME(09.51.02)

For the meaning of these fields see the WebSphere MQ Script (MQSC) Command Reference manual.

The sender channel,

QM1.TO.QM2, has the attribute MONCHL set as the default value, QMGR, and the queue manager where it resides has the attribute MONCHL set as MEDIUM. To display the monitoring fields collected for this sender channel, use the following command:

DISPLAY CHSTATUS(QM1.TO.QM2) MONITOR

This displays the monitoring fields, and monitoring level, of sender channel,

QM1.TO.QM2:

CHSTATUS(QM1.TO.QM2)
XMITQ(Q1)
CONNAME(127.0.0.1)
CURRENT
CHLTYPE(SDR)
STATUS(RUNNING)
SUBSTATE(MQGET)
MONCHL(MEDIUM)
XQTIME(755394737,755199260)
NETTIME(13372,13372)
EXITTIME(0,0)
XBATCHSZ(50,50)
COMPTIME(0,0)
STOPREQ(NO)
RQMNAME(QM2)