I have a web app running on a web server and I am doing a couple of load tests on it. However, I don't know how to pinpoint on IIS bottlenecks.
For example I run 1000 threads load test infinitely on my IIS server using jMeter and everything works fine. However, when I load test 10000 threads the server goes down with 503 Service unavailable error. How can I find the bottleneck for this ertor and how can I fix it?
What kind of monitoring tool/method should I use to find these kind of bottlenecks and fix it?