Question

I have an ASP.NET application. When I do some load testing, the throughput drops down quite a bit and application performs very slow. I have heard that ETW could be used to trace through the IIS/ASP.NET pipeline that can give you idea where is it taking most of time.

Has anyone used ETW for this context. If so any ideas or links on how this could be configured/used? Any other suggestions are welcome too.

Was it helpful?

Solution

Information about Event Tracing for Windows is on MSDN. It includes setup and build information.

OTHER TIPS

Give ANTS a try - it's a solid tool and can be extremely useful even if you don't have a lot of perfomance tuning background: https://www.red-gate.com/products/dotnet-development/ants-performance-profiler/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top