IIS monitor performance of websites and application pools
http://www.techrepublic.com/article/setp-by-step-monitoring-and-tuning-your-iis-web-servers/ https://support.microsoft.com/en-in/kb/313064 https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/86afd5ee-e183-4a5a-91fd-cf795289c34f.mspx?mfr=true Add counters to your Performance Monitor: Open Performance Monitor from the Administrative Tools Folder. Click the Add button and add the appropriate counters. Click Close. Another useful feature of the Performance Monitor is the ability to add alerts. For example, you might specify alerts to warn you if your processor utilization becomes too high or if your memory becomes too low. To configure an alert: Open Performance Monitor. Expand Performance Logs And Alerts. Right-click on Alert and select New Alert Settings. Select a Name, add your counters, and select your action. Now let's see how to use the Performance Monitor to look at the two most important performance metrics: memory and CPU. Mem...