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
02-14-2019 05:44 AM
I am new to appdynamics. I have set up java agent on my machine and connected to controller.
Can I monitor performance of standalone java application. Because what I can see from controller UI is , it monitors servlet and jmx
02-14-2019 09:36 PM
Hi Kundan
When you say performance whats that exactly yopu are looking.
For example as you said appdynamcis detects servlets,jmx , if you are using speing then you would need to enable the auto discovery.
If you are familar how the code is written it is all about cross verfying how appdynamcids discovers and add where ever it is not.
02-14-2019 09:59 PM
I have written standalone application program that perform some operations regarding customer. This application performance goes down when count of customers increases. I want to profile application perfomance to check which queries are taking time and total response time taken per customer.
I am running this application on host as daemon process using scheduler.
Can I use java-agent to monitor its performance. If yes then how. Because what i have understood till now is, controller monitor performance of web request.
02-17-2019 10:35 PM
Hi
So there are couple of things you need to note them down
1. This is your custom code which means Appd may or may not have full context of your code.
2. This is a cron\scedular job
So for point where evern you think appd is not instrumenting by default then you would need to custom instrumentation : https://docs.appdynamics.com/display/PRO45/POJO+Entry+Points
Since this is cron job \ schedular you need to follow some instructions: https://docs.appdynamics.com/display/PRO45/Instrument+JVMs+Started+by+Batch+or+Cron+Jobs
If you read the above link for sure this should be a cake walk.
02-19-2019 08:57 PM
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form