Statistics Parser Syntax

The fsstatsparser tool translates raw statistics from the individual statistics files that were extracted from the statistics bundle into an intermediate format for the Statistics Formatter.

Syntax

Use the fsstatsparser tool to process a statistics bundle into an intermediate format to provide quick access to the statistics data in the subsequent analysis phase. You can then format this intermediate file using the fsstatsformatter tool.

fsstatsparser [-h | -i | -o]

Options

‑h
Displays the help page.
‑i input_file_path
Specifies the path to the input files.
  • Default = PillarStatistics.
  • Use the default path unless you extracted the statistics files to a different location.
‑o output_file_name
Specifies the name of the output file.
  • Default = fsstats.sps in the current working directory.
  • If not specified, the output defaults to the fsstats.sps file.

Examples

Use the following command to create the fsstats.sps file from the statistics files that are located in the default PillarStatistics directory:

fsstatsparser

Use the following command to create a mystats.sps file from the statistics files that are located in the /tmp/stats directory:

fsstatsparser -i=/tmp/stats -o=mystats.sps