AppDynamics Application Intelligence Platform
3.9.x Documentation
Use these instructions to install the Node.js Agent using the Agent Download Wizard in the Controller.
If you downloaded the agent from the AppDynamics download zone, see Install the Node.js Agent.
There are four steps to instrument your Node.js application and begin monitoring:
1. Setup: Use the Agent Download Wizard to set up the agent.
2. Install and Configure: Run the install script and configure the connection to the controller.
3. Apply Load: Restart your application and apply load to activate instrumentation.
4. View Your Application: Log on to the Controller to monitor application performance.
The Agent Download Wizard walks you through configuration steps and helps you download the agent.
1. From the root directory of your Node.js application run this command: npm install appdynamics
2. Insert the require statement generated by the wizard in the application source code at the first line of the main module (such as the server.js file), before any other require statements. You can copy the code in the wizard and paste it directly into your application. Each require statement is especially generated for your app based on the values you configured in the previous setup steps.
Now you're ready to restart your application and put some load on it.
Log on to the Controller to see your application in action.
From here, you can install more agents or you can begin monitoring your application. The links below will help you get started: