Creating A Unique Agent Name when using a shared IntroscopeAgent.profile.
search cancel

Creating A Unique Agent Name when using a shared IntroscopeAgent.profile.

book

Article ID: 141203

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

Have many Java Application can share the same IntroscopeAgent.profile and generate a Unique Agent Name?

Environment

Release : 10.7.0

Component : APM Agents

Cause

Agent Naming is not set on the Application JVM Argument of Startup Script

Resolution

Try configuring the startup script of each application with the unique name

As an example of the JVM Argument of an application:

-javaagent:C:/Application/wily1070/Agent.jar -Dcom.wily.introscope.agentProfile=C:/Application/wily1070/core/config/IntroscopeAgent.profile -Dcom.wily.introscope.agent.agentName=<unique name of each application>

Leave the autonaming property on the agent profile enabled.

introscope.agent.agentAutoNamingEnabled=true