Previous Topic: Install the Native AgentNext Topic: Agent Install Assistant


Options for Agent Parameters String

When you install the DevTest Java Agent, you specify an agent parameters string. This topic describes the options that can be included in the string.

Important! The name option is required.

url

Defines the broker to which the agent connects. Use the following format:

url=tcp://broker-host:broker-port

Set the broker-host portion to the name or IP address of the computer where the broker is deployed.

Set the broker-port portion to the TCP port on which the broker is listening. The default value is 2009.

name

Defines the name of the agent. Use the following format:

name=agent-name

Be sure to provide a descriptive name.

Avoid using the same name for multiple agents.

token

Makes access to the agent secure. Use the following format:

token=admin-token:user-token

For more information, see Java Agent Security.

heap

The heap option is available only with the native agent.

Specifies whether to enable the heap-walking APIs, which are required for TIBCO BusinessWorks baselines. The valid values are true and false. The default value is false.

jar

The jar option is available only with the native agent.

Defines the path to the LisaAgent.jar file.