Checking user trace options

Use the mqsireporttrace command to check what tracing options are currently active for your brokers.

Specify the component for which the check is required, for example, the execution group or message flow. The command responds with the current trace status for the component that you have specified.

Example: checking user trace options for a broker

To check what options are currently set for the broker WBRK_BROKER and its execution group test, on distributed systems, enter the command
mqsireporttrace WBRK_BROKER -u -e test
where:

-u specifies user trace
-e specifies the execution group (in this case, test)

On z/OS, enter the command
F MQP1BRK,reporttrace u=yes, e='test'
If you have started tracing by following the example in Starting user trace, the response to the mqsireporttrace command is:
BIP8098I: Trace level: normal, mode: safe, size: 1024 KB
BIP8071I: Successful command completion
Related concepts
Trace