Jim Geurts
Jim Geurts

Reputation: 20419

IIS7: View resources used by specific website

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.

Upvotes: 2

Views: 1933

Answers (1)

JohnW
JohnW

Reputation: 3032

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.

Upvotes: 2

Related Questions