Siebel Performance Tuning Guide > Analyzing Siebel ARM Data >

About Siebel ARM Files


When enabled, the Siebel ARM feature saves binary Siebel ARM files in the:

  • Siebel Server log subdirectory on Windows: SIEBSRVR_ROOT\log
  • Siebel Server log subdirectory on UNIX: SIEBSRVR_ROOT/enterprises/EnterpriseServerName/SiebelServerName/log
  • Siebel Web Server Extension log subdirectory: SWSE_ROOT\log.

For information on the Siebel ARM feature, see About Siebel Application Response Measurement.

The Siebel ARM feature names the binary data files as in the following example:

T200401081744_P001768_N0006.sarm

where:

  • T = Constant value, indicating timing convention information follows.
  • 200401081744 = Indicates date and time of Siebel ARM file. This example indicates this file was saved on January 8th, 2004 at 17:44.
  • P = Constant value, indicating process ID information follows.
  • 001768 = Indicates the process ID on which Siebel ARM collects data.
  • N = Constant value, indicating Siebel ARM ID information follows.
  • 0006 = Indicates Siebel ARM log ID number for the listed process ID. Starts at 0000 and increments until it reaches 9999, at which point it wraps around to 0000.
  • .sarm = Siebel ARM file extension.

NOTE:  The Siebel ARM feature creates an empty Siebel ARM file on the Web server before populating it with data. It begins storing data to these files after the feature reaches the value of the SARM Data File Size parameter. For details on this process, see parameter descriptions in About Siebel ARM Parameters and Variables.

To analyze the data contained in the binary Siebel ARM files, you must use one of the following tools which present the collected data in a readable format:

  • Siebel ARM Analyzer Tool

    The Siebel ARM Analyzer Tool is a command-line tool that allows you analyze the performance data collected by Siebel ARM. For more information on the Siebel ARM Analyzer Tool, see Analyzing Siebel ARM Files using the Siebel ARM Analyzer Tool.

  • Siebel ARM Query Tool

    The Siebel ARM Query Tool is a command-line tool that allows you analyze the performance data collected by Siebel ARM. For more information on the Siebel ARM Query Tool, see Analyzing Siebel ARM Files using the Siebel ARM Query Tool.

  • Siebel Diagnostic Tool

    This tool allows you analyze the performance data collected by Siebel ARM using a graphical user interface. For more information about this tool, see the Siebel System Monitoring and Diagnostics Guide

Siebel Performance Tuning Guide Copyright © 2006, Oracle. All rights reserved.