Search code examples
c#asp.net-mvcperformanceiis-7httpmodule

How to analyze the performance of requests in ASP.NET MVC application?


I would like to capture the hit time, processing time, memory consumption and response time of requests in ASP.NET MVC application.

Is there any way or tool to perform this?


Solution

  • Check the miniprofiler, developed by the stackoverflow team

    http://code.google.com/p/mvc-mini-profiler/

    This helps you to do some analysis. There is a nuget pacakge available which you can use to add this to your project.

    Scott has written a post about how to use that.

    You can also look into Glimpse.

    There are commerical products to do memory and performance profiling like telerik just trace. You can download their trial version and use that