print_diagstats.py
The print_diagstats.py script reads each statistics file and prints out the result.
Syntax
print_diagstats.py [-i] [-o] [-a]
Options
The print_diagstats.py script has the following command line options:
- -i, --input
- Input statistics file name. When specified, data from the statistics file is read and
printed to the output file. If no output file name is specified, the
data is printed to
stdout
. - -o, --output
- Output file name. If no output file name is specified, the data is printed to
stdout
. - -a, --all
- Looks for all statistics files in the current directory and converts the statistics to a human-readable format.
Note: If no option is specified,
-a
is used.