MIO diagnostic output files

MIO library diagnostic data is written to a stats file when the MIO_close subroutine is called.

The name of the stats file is defined in the MIO_STATS environment variable if the stats option is set to the default value of mioout. The stats file can contain the following:

  • Debug information
  • Diagnostics from the trace module if the trace module's stats option is set.
    Note: To suppress this diagnostic data, use the trace module's nostats option; or, to separate the trace module diagnostics data from the others, use the trace module's stats{=output_file} option.
  • Diagnostics from the pf module if the pf module's stats option is set.
    Note: To suppress these diagnostics, use the pf module's nostats option; or, to separate the pf module diagnostics data from the others, use the pf module's stats{=output_file} option.
  • Recovery trace data if the recov module's stats option is set.
    Note: To separate the recov module diagnostics data from the others, use the recov module's stats{=output_file} option.