Skip Headers
Oracle® Enterprise Manager Oracle Application Diagnostics for Java (Oracle AD4J) Administration and Reference Guide
10g Release 4 (10.2.0.4)

Part Number E11084-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
View PDF

2 Oracle AD4J Parameters Reference

This chapter provides information about the Oracle Application Diagnostics For Java (Oracle AD4J) parameters. In particular, the chapters covers the following:

Console Parameters

Table 2-1 Console Parameters

Parameter Default Description

jamport

None

Port where console listens for connections from agents.

jamloglevel

3

How much information should console log. High value provides greater debug information but can adversely affect the performance.

jamtimeout

20

Max seconds to wait for JVM to respond.

jamlooptimeout

15

Max seconds to wait for JVM to respond for multiple JVM requests.

jampropfilepath

None

When the console starts up for the first time, it creates a property file adminDB.properties where it stores information about the repository DB. This parameter specifies the directory where the file should be created. This file contains sensitive information including username, password. It should be a secure location.

jamtracefilepath

None

Directory where to put the trace files.


Agent Parameters

Table 2-2 Agent Parameters

Parameter Default Description

jamconshost

localhost

The server where console is running.

jamconsport

3600

The port where the console is listening for the agents.

jamjvmid

App ServerPort or5555

Identifies JVM on the console when you have multiple JVMs on the same machine. For most app servers, this identifier is the port which the server is listening on (Web Server Port for Weblogic, Jserv port for Apache). If a port is not discovered then this value is used.

jamconsretr

300

If the console goes down, the agent will keep retrying until a connection is established. This parameter specifies the duration in seconds between each attempt. The default value is 900 seconds (15 minutes) between each try. If this parameter is set to 0, then the agent will not try to reconnect.

jamtimeout

300

Maximum time duration for a request. If a request takes longer time than this timeout, it is terminated.

jamloglevel

3

Level of logging. Valid values range from 1 to 5.

jammaxbackoff

10

Some times we wait for other operations to finish (like GC or main thread initialization). The amount of sleep time between the retries increases exponentially till this number. When this number is reached, we give up and return with failure.

jamdelaystartup

0

This parameter is only for standalone programs. If you want to analyze the startup behavior of a monitored program, you can use this parameter. This specifies the number of seconds to wait before starting the target program.

jamisdaemon

false

This parameter is only for standalone programs. When using jamrun with standalone programs, the agent will normally exit when the main method in the target program completes. In some programs the threads might still be active after main completes.In such cases specify jamisdaemon=true to prevent the agent from exiting.