Performance Tuning Guide > Monitoring Siebel Application Performance > Converting Siebel ARM Files >

Running Siebel ARM Data CSV Conversion


Use the following procedure to obtain a comma-separated value (CSV) analysis output.

For a description of the CSV conversion analysis and output, see About Siebel ARM to CSV Conversion Data.

To run a Siebel ARM data to CSV conversion analysis

  1. Navigate to the bin subdirectory within the Siebel Server root directory.
  2. Run the Siebel ARM post-processing tool using one of the following commands:

    sarmanalyzer -o output_file_name.csv -d csv -f sarm_file_name.sarm

    where:

    output_file_name.csv = The name and path of the CSV output file.

    -d csv = Identifies the Siebel ARM data CSV conversion analysis.

    sarm_file_name.sarm = The name and path of the binary Siebel ARM file or files.

  3. Review the CSV output in the file named output_file_name.csv. For further information on analyzing CSV data, see About Siebel ARM to CSV Conversion Data.

    NOTE:  Running a CSV conversion can create large output files that, in some cases, cannot be read by third-party software. Use the -p flag to split large Siebel ARM files. For more information on this flag, see Table 8.

For further information on running the Siebel ARM post-processing tool and running the Siebel ARM post-processing tool for other types of analyses, see Converting Siebel ARM Files.

Performance Tuning Guide