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?
The best way to monitor the performance of your ASP.NET application is with an application performance management (APM) solution. Retrace tracks the performance of your application down to the code level and provides detailed reporting of ASP.NET application performance.
Visual Studio Diagnostic Tools The tooling allows analysis of CPU usage, memory usage, and performance events in ASP.NET Core apps. Being built-in makes profiling easy at development time.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With