- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
monitor performance of standalone java application

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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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.
