How can I check the resource usage of my web application in IIS on Windows 10?

Question

Grade: Education Subject: Support
How can I check the resource usage of my web application in IIS on Windows 10?
Asked by:
78 Viewed 78 Answers

Answer (78)

Best Answer
(333)
You can check resource usage in IIS by opening IIS Manager, going to 'Application Pools,' and then selecting 'Process Info' for the relevant pool. This shows the CPU and memory usage. You can also use Windows Task Manager or Performance Monitor to get a broader view of system resource consumption by IIS worker processes (w3wp.exe).