I have a MVC application hosted in a Server and I want to measure the performance of it for each request.
I have got several online testing tools and I could not find a way to get the below measures in a single tool.
- The time between the user clicks on the link in the browser and the request hits the Server.
- The request process time in the server.
- Response framing time in the server.
- Response download time in the browser.
I agree that
- the 1st and the 4th can be obtained from the several online tools and even from firebug.
- the 2nd and 3rd can be obtained from the IIS Logs - Time Taken.
But is there any tool available which would consolidate all these measures in one single place ?
Thanks,
R. Venkatesan