e
Time Range
Number of fatal errors: 2
Messages
Remove all
Show messages
2
Errors retrieving change events. Status code: 400
Agent Download
Settings
n
What’s new in CA Application Performance Management?
CA Application Performance Management (CA APM) helps speed and simplify the triage of application performance issues across physical, virtual, cloud and mobile applications. CA APM offers an Easy, Proactive, Intelligent and Collaborative (E.P.I.C.) solution — to uniquely position your organization to deliver app experiences where every user transaction becomes a loyalty building interaction.
IT Central Station Reviewers Rank
CA APM #1 Against Dynatrace & AppDynamics APM.
Read More
Welcome!
CA APM SaaS helps you easily monitor your applications
1
Choose your Operating System
UNIX®
Windows®
2
Select your Agent Edition
Download installation package
3
Instructions
c
introduction
Deploy Agent
Note: the notional variable AGENT_HOME is a convention used throughout the install instructions to refer to the wily directory under where the Agent package was extracted. For example, if IntroscopeAgentPackage.tar was extracted in /opt/, AGENT_HOME value would be /opt/wily.
  1. a. Open your Tomcat startup script $CATALINA_HOME/bin/catalina.sh and add the following command-line options to specify the path to Agent.jar and IntroscopeAgent.profile in the Package:
    Copy this Package to a target system
  2. Extract the contents of the Package into a location your JVM can access using a command appropriate to your operating system. For example, on UNIX or Linux:
    $ tar -xvf IntroscopeAgentPackage.tar
  3. Configure Apache Tomcat To Use The Java Agent
CATALINA_OPTS="-javaagent:$AGENT_HOME/Agent.jar -DagentProfile=$AGENT_HOME/core/config/IntroscopeAgent.profile"
Full details for configuring Tomcat can be found here.
b. Restart the Tomcat server.
POC Base Agent Profile (2016.10.30)
e
Instrumentation for POC Base Agent Profile
Installation
Copy the pbd file to <AGENT_HOME>/core/config, copy the jar file to /core/ext and add the pbd filename to either a pbl file (e.g. tomcat-typical.pbl) or to the property introscope.autoprobe.directivesFile in your IntroscopeAgent.profile.
SQLAgent With Parameters (Below instructions are not valid when deploying with ACC)
  1. Unzip the SQLParamAgent-2.0.0-wily.tar.gz according to your Introscope installation
  2. Go to your current Introscope Agent installation.
  3. Copy the files in core/ext to the Agents 'core/ext' directory
  4. Copy the file 'SQLParam.pbd' to the Agent 'core/config' directory
  5. Add the 'core/config/SQLParam.pbd' file to the directives in the IntroscopeAgent.profile
  6. Append the contents of the file 'core/config/IntroscopeAgent.SQLParamAgent.profile' to the IntroscopeAgent.profile.
  7. Restart your application agent JVM.
e