Statistics Parser Syntax

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

Syntax

Use the Statistics Parser 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 Statistics Formatter 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 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 default 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