TRACE module option definitions

The trace module is a statistics gathering module for the MIO user program and is optional.

stats{=output_file}
Output statistics on close: file name for trace output diagnostics.
If no output_file is specified or if it is mioout, which is the default value, the trace module searches for an output statistic file defined in the MIO_STATS environment variable.
nostats
Do not output statistics.
events{=event_file}
Generate a binary events file. Default value: trace.events.
noevents
Do not generate a binary events file. This is the default option.
bytes
Output statistics in units of bytes. This is the default unit size.
kbytes
Output statistics in units of kilobytes.
gbytes
Output statistics in units of gigabytes.
tbytes
Output statistics in units of terabytes.
inter
Output intermediate statistics.
nointer
Do not output intermediate statistics. This is the default option.