Is there a way to view the resources (RAM, CPU, etc) used by specific websites hosted in IIS? Something like task manager, but specifically for IIS.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Launch IIS manager and select your server name. In the features view, select ‘worker processes’, underneath the ‘iis’ section. You can see all currently running app pools; if you double click on an app pool, you can see the current activity as well (nothing will show up if the site is under low load as it’s processing it too fast to be material).
If you want more information, or you want to collect historical data, you’re going to have to use performance monitor.