Utility command for map trace-file conversion

The dtxmaptrace utility converts a map trace file from binary format to text format.

Syntax summary

dtxmaptrace [[-summaryonly | -nosummary] -o output_file]] [-toascii] binary_trace.mtr
You can display a summary of the converted trace messages on the computer screen, or save the full set of converted trace messages to a file, with or without the summary.
Table 1. Trace output options for the dtxmaptrace utility
Trace message format Trace message destination Summary keyword Output file
Summary only screen null null
Summary only file -summaryonly -o output_file
All trace messages screen Not supported (with or without summary) Not applicable
All trace messages without summary file -nosummary -o output_file
All trace messages with summary file null -o output_file
-summaryonly
Produces a concise summary of the trace messages in outline format. This keyword is optional. If you omit it, the output file includes all trace messages, preceded by the message summary.
-nosummary
Includes all trace messages in the output file. This keyword is optional. If you omit it, the output file includes all trace messages, preceded by the message summary.
-o output_file
The name of the converted trace file. The output file name must be different from the binary trace file name. This keyword is optional. If you omit it, the dtxmaptrace utility prints summary-only trace information to the computer screen.
binary_trace.mtr
The name of the input binary trace file to be converted. This keyword is required and positional. It must be the last option on the dtxmaptrace command.