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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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