AppDynamics Application Intelligence Platform
3.8.x Documentation
In order to add the agent into an embedded JVM you must first identify the java process in which you want to embed the agent and then apply the agent to that java process.
1. From the command line, use the JPS tool to list the process id and the fully-qualified java main class, as follows:
C:\>jps -l
The system returns information such as,
2160 sun.tools.jps.Jps 2020 org.apache.catalina.startup.Bootstrap
2. Apply the agent to the relevant process id as follows:
C:\>java -jar javaagent.jar <java>process_id>
Note: Ensure the AppDynamics Pro Controller has all the required information for the JVM, including controller-host, port, tier, and node name.