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

Does Appdynamics provide any APIs for creating project/job and user

I Have tried to find if Appdynamics provides any API but I could not find any. So I want to know if there are any APIs available for creating users and project/job in Appdynamics, so that I can automate the process using Python scripts.
0
votes
0 answers

Fetch Appdynamics data in Java

I want to execute the below command through Java code. This is to create connection to my Appdynamics Contoller curl --user user@customer1:password 'http://192.168.1.11:9090/controller/rest/applications?output=JSON' The java code that I have written…
Rachit M Garg
  • 263
  • 4
  • 19
0
votes
4 answers

Cannot convert JSON HTTP Response to Java Object using Jackson

I have created a REST service which sends GET requests to retrieve a JSON response from a specified URL. I have got it working to the point where I retrieve the JSON message successfully although my next issue is converting the JSON message to JAVA…
KashR
  • 1
  • 1
  • 4
0
votes
1 answer

Backend Service metrics in AppDynamics

My java application is connected to remote webservice application where appdynamics is not installed. I am seeing those services as backed services. The remote webservice application has multiple webservices. I want to track response time of each…
Singh
  • 1
0
votes
2 answers

Could not load type when using servicestack and AppDynamics monitor

When having the AppDynamics performance monitor installed, the servicestack API fails to load with the following exception: Could not load type 'd__38' from assembly '###, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. StackTrace: at…
Radu Cotofana
  • 117
  • 1
  • 11
0
votes
1 answer

Monitor ajax calls in Java

Can anyone suggest which Java application monitoring tools should we use for server side monitoring that can capture Ajax calls request. Here we are trying to monitor an ERP application(Textiles Industries based "Now ERP"). In this, request are…
0
votes
1 answer

Appdynamics configuration to detect Java Elasticsearch client calls

I am trying to find suitable entry point for ES client. At the moment I have: Class that implements an Interface which equals org.elasticsearch.client.ElasticsearchClient and method name: prepareSearch It seems to collect number of calls but I…
Petteri H
  • 11,779
  • 12
  • 64
  • 94
0
votes
1 answer

Enable JMX beans on Passenger Enterprise 5.0.4

Hello Benevolent community of stackoverflow, I have a web service stack that runs on Red hat, Nginx, Jruby with sinatra, and Passenger Enterprise. My ultimate goal is to enable JMX metrics which can be pushed into my App Dynamics controller (hosted…
Stanley Chan
  • 45
  • 2
  • 9
0
votes
3 answers

How to get appdynamics to detect Apache Camel Business Transactions

has anybody gotten Appdynamics java agent to detect Apache Camel business transactions? Picking up files from a directory (polling) and then sending off to activemq. Another case is camel deployed on apache karaf, need to track outgoing http calls…
Theresia Sofia Snow
  • 599
  • 1
  • 5
  • 18
0
votes
1 answer

How to configure AppDynamics to detect Liferay properly?

I want to analyse my Liferay Server with AppDynamics. Is there special configuration to better analyse Liferay specific things or is the only way to check the JSP related execution and not the internal service calls from the JSPs? System: Liferay…
Chris S.
  • 323
  • 1
  • 4
  • 13
0
votes
1 answer

How to find memory leaks using app dynamics

Could anyone explain me how to find memory leaks with the help of app dynamics.I tried to search but could not find any proper answer.
user197501
  • 250
  • 1
  • 5
  • 19
0
votes
1 answer

jvm startup error when adding jvm-option

I downloaded Appdynamics agent for Java, which required adding jvm option for glassfish server 3.1.2, for javaagent.jar, giving path of agent. user which application server runs on has full permissions on this folder. After adding this jvm in…
Silva Çala
  • 11
  • 1
  • 6
0
votes
0 answers

AppDynamics doesn't monitor calls from Hystrix app

I develop common java web app. I use Hystrix in my app, actually I have a REST client whose methods wrapped in hystrix commands. My web app uses this rest client to communicate with remote server. My web app is configured as described in hystrix…
user1932034
  • 149
  • 2
  • 3
  • 11
0
votes
3 answers

Did someone manage to monitor windows services with appdynamics?

Normally newer verisons of Appdynamics should display windows services if you add them specificially into the config.xml. I did that, restartet the services and the agent, but nothing happened. Did anyone manage to display the Services ? If yes,…
RayofCommand
  • 4,054
  • 17
  • 56
  • 92
0
votes
1 answer

Monitoring wso2 carbon using Appdynamics

HI I'm wondering if anyone has any thoughts on using Appdynamics to monitor WSO2. Out of the box appdynamics detects the servlet request coming in and that it gets written to the database, but beyond that it loses track of the transaction. Filter…
1 2 3
12
13