Home
dspmqtrc (display formatted trace output)
Purpose
The dspmqtrc command is supported on UNIX systems only.
Use the dspmqtrc command to display WebSphere MQ formatted trace output.
Syntax
>>-dspmqtrc--+----------------------+--+-----+--+-----+---------> '- -t --FormatTemplate-' '- -h-' '- -s-' >--+----------------------+--InputFileName--------------------->< '- -o --OutputFilename-'
Required parameters
- InputFileName
- The name of the file containing the unformatted trace. For example /var/mqm/trace/AMQ12345.01.TRC. If you provide one input file, dspmqtrc formats it either to stdout or to the output file you name. If you provide more than one input file, any output file you name is ignored, and formatted files are named AMQyyyyy.zz.FMT, based on the PID of the trace file.
Optional parameters
- -t FormatTemplate
- The name of the template file containing details of how to display the trace.
For AIX systems the default value is /usr/mqm/lib/amqtrc2.fmt, for all other UNIX systems the default value is /opt/mqm/lib/amqtrc.fmt.
- -h
- Omit header information from the report.
- -s
- Extract trace header and put to stdout.
- -o output_filename
- The name of the file into which to write formatted data.
Related commands
endmqtrc End trace strmqtrc Start trace
Parent topic:
The control commands
fa15740_
Home