Question
How can I check the resource usage of my web application in IIS on Windows 10?
Asked by: USER6672
78 Viewed
78 Answers
Answer (78)
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).