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

Running Performance Aggregation Analysis


Use the following procedure to obtain performance aggregation analysis output.

For a description of the performance aggregation analysis and output, see About Performance Aggregation Analysis and Data.

To run a performance aggregation analysis

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

    sarmanalyzer -o output_file_name.xml -a aggregate_argument -f sarm_file_name.sarm

    where:

    output_file_name.xml = The name and path of the XML output file.

    aggregate_argument = Either AREA or DETAILS depending on which area you want the Siebel ARM post-process tools to aggregate data from. For further information, see About Performance Aggregation Analysis and Data.

    sarm_file_name.sarm = The name and path of the binary Siebel ARM file. Use a comma delimited list to aggregate data from more than one Siebel ARM file.

  3. Review the XML output in the file named output_file_name.xml. For further information on analyzing the performance aggregation analysis XML output, see About Performance Aggregation Analysis and Data.

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