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
on
07-11-2017
12:34 PM
- edited on
07-14-2022
09:41 AM
by
Claudia.Landiva
Delays in application start-up time after adding an Agent can be due to the Agent requesting configuration details from the JVM.
By default, the Agent reserves 60 seconds to get a response from the Controller and start the instrumentation process. In some cases, it takes longer to get a response which in turn causes a delay.
Change the following system property to 3 seconds, and the instrumentation request will be issued in parallel with application startup. Changing the parameter will have no impact on the application.
You can resolve the delay by changing the timeout system property from the default 60 seconds to 3 seconds. The instrumentation request will be issued in parallel with application startup. This parameter change will not have any impact on the application.
-Dappagent.start.timeout=3000
java -Dappagent.start.timeout=3000 -javaagent:<AgentInstallDir>/verx.x.x/javaagent.jar
We've tried adding the timeout=3 in the java option but it increased the time instead of decrease. Is there another was of achieving a quicker response time?
@Richard.Walls, it looks like more investigation is needed to resolve the specific response time issue you're experiencing. I spoke with @Rajendra.Nautiyal, and his feeling is that further troubleshooting will take a thorough log file review—which makes your question more suited to opening a Support ticket.
Thank you for bringing the conversation to the Community! If you discover a shareable cause, please don't hesitate to post.
Claudia Landivar
Community Manager & Editor
My app has this problem too....since I have added appdynamics to my application years ago at this point, its doing too much during my server startup process on my auto-scalled servers... Very aggravating
Hi @Dillon.Kern,
I wanted to mention I reached out to your CSM/Account manager and I believe they should be in touch with you to talk more about this in depth.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form