Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

testing performance of a website

We have made a .net C# applications and want to test the performance.

What are good tools to test performance ? Something to record the flow through the application and can play it later again something like a stress tool

And what are the best options to debug the application for performance ? So that we can see how long a class/method runs and how many times the method will be hit.

In PHP we use cachegrind and xdebug but what are the options for .net ?

like image 997
Marco Avatar asked Feb 19 '10 13:02

Marco


People also ask

What is website performance analysis?

What Is Web Performance Monitoring? Web Performance Monitoring is the practice of analyzing and monitoring websites to make sure they display the most important content as quickly as possible, load their pages at consistent speeds, and don't suffer unexpected downtimes.


1 Answers

Visual Studio has web and load testing capabilities. You may also take a look at JMeter which is free.

like image 86
Darin Dimitrov Avatar answered Sep 22 '22 19:09

Darin Dimitrov