imak
imak

Reputation: 6689

ASP.NET application slows down under load

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.

Upvotes: 0

Views: 283

Answers (2)

RogerG
RogerG

Reputation: 268

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/

Upvotes: 1

ChrisLively
ChrisLively

Reputation: 88044

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

Upvotes: 0

Related Questions