I am in the process of integrating AppDynamics with our build tool. I am going to add a step in the build to create an APPLICATION_DEPLOYMENT event whenever there is a code deployment to the production server. I have experimented with the event gener...
Our organization has been using the AppDynamics Java agent with IBM Websphere for a number of years. This is our first attempt to get the Java agent working with Tomcat. When the Tomcat application server starts up, we get Connection Refused error me...
I have been trying to find or create a way to monitor an Oracle SQL query for elapsed time. I decided to try to use the Command Watcher extension on the Machine Agent for Linux. I have created a small Java program that takes the system time at the s...
I have a requirement for reporting on the performance of a specific query in Oracle. The performance of this query serves as a proxy for the performance of a very old Oracle Forms application. I have been looking for a way to gather this data but so ...
We did more experimentation and discovered an interesting configuration limitation.We have multiple Tomcat servers on the same Linux server. Each of these Tomcat servers represents a different environment for the same application (test, acceptance, m...
The location where I saw this data is here:https://docs.appdynamics.com/21.2/en/appdynamics-essentials/monitor-events/events-referenceLook for APPLICATION_CONFIG_CHANGEThere is a blue box below the description that states that this type of event is a...
I have tried your idea and I got a surprise. The REST call wasn't made because the javascript in the UI indicated that the event was already archived. The documentation does not indicate that the APPLICATION_DEPLOYED event is automatically archived b...
I have experimented with multiple ways of monitoring the time of an SQL execution in Oracle.I have decided to create my own monitor within the machine agent. My monitor calls a linux shell which in turns calls a Java program that times the execution ...