Configure the DX APM Java Agent to go deeper in class analysis
search cancel

Configure the DX APM Java Agent to go deeper in class analysis

book

Article ID: 385206

calendar_today

Updated On:

Products

DX APM SaaS DX Application Performance Management

Issue/Introduction

We need to configure the Java Agent to go deeper in the transaction trace to know where exactly the time is being consumed.

Environment

DX APM Agents version 23.*, 24.*, SaaS

Resolution

1.Upgrade to the latest Agent version from SaaS.

NOTE: If you do not have access to SaaS, you can contact Broadcom Support for assistance

See "Agent Release notes"

2. Open the <AGENT-HOME>/core/config/IntroscopeAgent.profile

3. Set

introscope.agent.deep.instrumentation.level=high
introscope.agent.deep.instrumentation.visibility.processor.enabled=true
introscope.agent.deep.instrumentation.level.batch.interval=1
introscope.agent.deep.instrumentation.level.batch.size=10

4. Restart the JVM or application server

For more information refers to : Configure Smart Instrumentation Properties

Additional Information