AppDynamics Application Intelligence Platform
3.8.x Documentation
You should have received a Welcome email from AppDynamics. The Welcome email contains credentials for you to log in to the AppDynamics Support Center.
If you have not received this Welcome email, contact your AppDynamics Sales Representative or email support@appdynamics.com.
Access the AppDynamics Download Center (http://download.appdynamics.com) and browse to the appropriate section on the Download Center to download the relevant files.
Always copy or transfer the downloaded files in binary mode.
If you have downloaded a binary on Windows, and you are moving it to a Unix environment, the transfer program must use binary mode.
For each file you download, verify that the download is complete and that the file is not corrupted. Run a checksum tool and compare the results against the checksum information on the download site.
AppDynamics Software Component |
Description |
SaaS |
On-Premise |
---|---|---|---|
Controller |
Central management server where all data is stored and analyzed. |
N/A |
Required |
Java App Server Agent |
Instrumentation Agent for Java virtual machines. |
Required for Java |
Required for Java |
.NET App Server Agent |
Instrumentation Agent for .NET Common Language Runtime (CLR). |
Required for .NET |
Required for .NET |
PHP Agent |
App agent for PHP installations. |
Required for PHP |
Required for PHP |
Machine Agent |
Collects hardware performance metrics and can be installed on any machine in your environment. |
Optional |
Optional |
GeoServer |
For End User Management. See Customize Your Web EUM Deployment. |
Optional |
Optional |
The AppDynamics Download Center provides downloads of older versions of the products.
On the top-right corner, click on the drop-down list to select the version that you want to download.
To download AppDynamics software from a Linux shell, you can use the wget utility or cURL.
When using these tools, you first need to authenticate to the AppDynamics domain and store the resulting session ID in a file. Next, send the request to download the software, passing the session information file as a cookie.
For example, on Fedora you can use the following wget commands:
wget --save-cookies cookies.txt --post-data 'username=<USERNAME>&password=<PASSWORD>' https://login.appdynamics.com/sso/login/
wget --content-disposition --load-cookies cookies.txt '<URL_TO_FILE>'
On the Windows platform add the --no-check-certificate option.
The equivalent cURL commands are:
curl -c cookies.txt -d 'username=<USERNAME>&password=<PASSWORD>' https://login.appdynamics.com/sso/login/
curl -O -b cookies.txt <URL_TO_FILE>
You can discover the URL for the file to download at the AppDynamics Download Center.