I would like to capture the following metrics for my web application:
1) Page Load Time
2) Throughput
3) Memory Usage
4) CPU Utilization
Can you help me with the metric paths/ REST Url for the above metrics which I can use to find the actual values using REST?
To copy the REST URL for any metric captured by AppDynamics:
1. Open the Metric Browser as described above.
2. Select the item for which you want to retrieve metrics in the metric tree. You can retrieve the URL at any level of the tree.
3. Right-click the item and select Copy REST URL from the drop-down menu.
4. Paste the URL into your Web browser to run the query.
The following example copies the URL for the Average Response Time in the Inventory-MSQL DB for the Acme Online Book Store application for the time period that was selected in the metric browser.

Can you point me to the exact location (metric path) where I can copy the following two metrics?:
1) Page Load Time
2) Throughput
I have figured out the other two. I need help with the above.
Hi Shashank,
By Page Load Time , do mean the time taken for the page to load on the cleint browser. If that is the case you would need to enable EUM
http://docs.appdynamics.com/display/PRO14S/Monitor+Your+Applications+with+Web+EUM
By Throughput do you mean number of requests that can be successfully served by your application per unit time. Then you can use Request/Second metrics
Additionally you can enable montoring of any Windows perfmon counters (perfmon). Please refer the following document
http://docs.appdynamics.com/display/PRO14S/Enable+Monitoring+for+Windows+Performance+Counters
let me know if you have any questions or concerns.
Thanks,
Raunak