Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
08-02-2019 03:56 AM
as per subject - does anybody know how Java Agent connects to java process.?
does it discover JMX port and monitors via JMX?
-javaagent:/opt/appdynamics/app-agent/javaagent.jar -Dappdynamics.agent.applicationName=App_name -Dappdynamics.agent.tierName=Tier_Name -Dappdynamics.agent.nodeName=node_Name -Dappdynamics.controller.port=8090 -Dappdynamics.controller.hostName=appdynamicstest"
Solved! Go to Solution.
11-08-2019 04:00 AM
Big thread bump (-:
It intercepts the classloader during JVM start. Google "Byte code injection" standard java feature since 1.3 I believe. And yes it will get JMX too. IF JMX is enabled.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form