1. Install and configure the Java Agent:
- Download and unzip the TIBCOBW6 agent package : IntroscopeAgentFiles-NoInstaller10.7.x.xtibcoBW6 package
- Configure the EM connectivity by updating the below 2 variables:
APM_EM_HOST
APM_EM_PORT
- Configure the Agent home, agent jar and profile by updating the below 2 variables:
APM_AGENT_HOME
BW_JAVA_OPS
Here is an example:
2. Reduce the high CPU utilization by disabling the below Agent features:
a) Open the <AGENT_HOME>/core/config/IntroscopeAgent.profile
Set:
introscope.agent.deep.instrumentation.enabled=false
introscope.agent.deep.trace.enabled=false
com.wily.introscope.agent.sockets.clamp.level =0
remove “tibco-bw-6-activities.pbd” from introscope.autoprobe.directivesFile property
b) Turn off the socket tracers in toggles-typical or toggles-full pbd file by comment the below lines as below:
#TurnOn: ManagedSocketTracing
#TurnOn: SocketTracing
#TurnOn: NIOSocketTracing
#TurnOn: NIOSocketSummaryTracing
#TurnOn: NIOSelectorTracing
#TurnOn: NIODatagramTracing
#TurnOn: NIODatagramSummaryTracing