asp.netremotingsessionstress-testingweborb

ASP.NET Stress Testing


Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers. I on the other hand have only got my laptop... (and a development server).

(In my case the data is asked through a WebORB Gateway).


Solution

  • ab is a tool that was designed for Apache, but you can use it with IIS.