Questions tagged [appdynamics]

AppDynamics is application performance management software designed to help dev and ops troubleshoot problems in complex production apps.

General tag for the application performance management tool used by many companies to analyze their web applications for issues. Monitors the App Servers, the Application the Database connection and provides graphs.

185 questions
0
votes
1 answer

Creating a stacked area graph in AppDynamics dashboard

Is it possible to create a stacked area graph in AppDynamics? I want to show the cumulative effects of API response and browser DOM ready to visualize where variance is originating. I can put both of these on a single graph, but if I choose Area,…
0
votes
1 answer

Issue while attaching app-agent javaagent.jar with existing(and running jvm)

My organization asked our team to use this new tool AppDynamics for better performance testing results and reports. For that I have to attach javaagent with running jvm, on their community this step java…
0
votes
1 answer

AD authentication for AppDynamics using Rest/python SDK

I am able to authenticate and fetch details using local user account using the python SDK of App Dynamics is there a way to authenticate using AD from python API or using the REST/curl.
Ram
  • 407
  • 2
  • 6
  • 12
0
votes
1 answer

How to configure separate transaction threshold for each application in AppDynamics controller?

I am having multiple java application configured in my app-dynamics controller and they have their own java agent running and reporting the metrics. My problem is that SLA for each application is different and if i change the slow transaction…
Rohit
  • 761
  • 1
  • 6
  • 8
0
votes
1 answer

Setting up AppDynamics with Adobe Experience Manager AEM

I am trying to setup the AppDynamics java agent. I am facing issues in loading java agent in the JVM. I try to add the below argument to the start.bat jvm options. -javaagent:C:\javaagent.jar However, the aem do not start after this. I have kept…
Anubhav Sharma
  • 323
  • 1
  • 2
  • 12
0
votes
1 answer

AppDynamics Dashboards on the TV display

I haven't found anywhere an answer, so I decided to write here. Is it possible to display AppDynamics Dashboards on the TV display? Currently I'm using something like GRUNT (gruntjs.com), but nowhere can I find whether it is feasible with that?…
KamilK
  • 319
  • 1
  • 6
  • 16
0
votes
1 answer

RMI VS AppDynamics

JMX used for monitoring and managing the services/components & devices. My question is about monitoring,for the monitoring purpose do we have to change any code if we use JMX. If that is the case, App dynamics will solve this process without doing…
Ram Kowsu
  • 711
  • 2
  • 10
  • 30
0
votes
1 answer

appdynamics_javaprocess alert whenever the process goes down

I am looking to setup a monitoring alert in AppDynamics. I want to generate an email alert whenever the java process in the Centos machine goes down. How do i set this up? I am using AppD version 4.2. I have tried installing the process monitoring…
Teja
  • 3
  • 2
0
votes
2 answers

how to monitor server using Appdynamics?

I have an application that is generating 3 kind of log files Transaction log Server log Fatal log and I want to analyse the performance of my server using appdynamics so what kind of data my logs should be generating to generate analytics for…
0
votes
1 answer

Appdynamics : Understand and improving the performance bottleneck identified by Appdynamics(AppD)

I'm using AppD as APM for my application and in slow transaction reports it shows most of the calls, which is not our application code and we are calling open source libraries method. For example : com.google.common.reflect.TypeVisitor.visit method…
Amit
  • 30,756
  • 6
  • 57
  • 88
0
votes
2 answers

What is the MySQL driver class for saving Spring JPA entities?

I have to create custom endpoint in App Dynamics for either java class/interface/annotation/abstract java class for MySQL, that would intercept mysql calls. Spring Boot is using JPA's CRUDRepository/JPARepository/Repository as an abstract layer to…
0
votes
2 answers

How to configure AppDynamics to measure execution times of Hibernate queries?

I was not able to find any information regarding configuration of AppDynamics agent for JUnit tests. I would like to test performance of Hibernate queries of Spring based web service backed by PostgreSQL database. Tests must be able to rollback the…
J.Olufsen
  • 13,415
  • 44
  • 120
  • 185
0
votes
1 answer

AppDynamics URL Monitor Extension Sometimes Doesn't Send Metrics

I have installed AppDynamics's Java Machine Agent along with the URL Monitoring Extension. Every day, for 1 or 2 hours, the metrics are not appearing on my metric browser. I checked the logs corresponding to those time periods, and I see that the…
Bran
  • 617
  • 8
  • 21
0
votes
1 answer

Any need for the ELK-stack or Graphite when using Appdynamics?

We are in the process of building a new server infrastructure and will be using Appdynamics for analytics of the Java applications. Appdynamics has a lot of features, so it seems that server metrics via collectd to Graphite will no longer be…
Dennis
  • 2,866
  • 7
  • 32
  • 49
0
votes
1 answer

Mobile Application Network Requests Logs

I am after some help. I have a mobile application that I would like the ability to log all network requests made to our internal APIs. For our websites we use Splunk to log all network activity and this is great for doing investigations. my issue…