Siebel Performance Tuning Guide > Analyzing Siebel ARM Data > Analyzing Siebel ARM Files Using the Siebel ARM Query Tool >

Configuring Input for the Siebel ARM Query Tool


This topic is part of Analyzing Siebel ARM Files Using the Siebel ARM Query Tool. It describes how you can specify the Siebel ARM file(s) that the Siebel ARM Query Tool uses. The Siebel ARM Query Tool converts binary Siebel ARM files into readable output for analysis.

Table 18 describes the available input options. All the listed options are preceded by the option -input.

Table 18. Input Flags for the Siebel ARM Query Tool
Flag
Description

sarmfile

Specifies a binary Siebel ARM file (.sarm).

directory

Specifies a directory that contains Siebel ARM files. The Siebel ARM Query Tool processes all Siebel ARM files that it finds in the specified directory.

stdin

A literal keyword that tells Siebel ARM query to read a list of Siebel ARM file names from standard input. You specify one Siebel ARM file or a directory name per line.

The following are examples of valid input using stdin or other input flags:

> sarmquery .

> sarmquery -input d:\sarmdata

> sarmquery d:\sarmdata\srvr1 d:\sarmdata\srvr2 sarmfile1.data

> dir /s /b *.sarm | sarmquery -input stdin

Siebel Performance Tuning Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.