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

Running Call Graph Generation


Use the following procedure to obtain call graph generation analysis output.

For a description of the call graph generation analysis and output, see About Call Graph Generation Analysis and Data.

To run a call graph generation 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 -d xml -f sarm_file_name.sarm

    where:

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

    -d xml = Identifies the call graph generation analysis.

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

  3. Review the XML output in the file named output_file_name.xml. For further information on analyzing the call graph analysis XML output, see About Call Graph Generation 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