ASP.NET Stress Testing
Asked Answered
D

6

23

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).

Digitate answered 18/11, 2008 at 17:41 Comment(0)
F
8

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

Frontpage answered 18/11, 2008 at 17:51 Comment(1)
I found this very usefull because it's extremely easy to use! Thx a lot!Digitate
T
9
Tourism answered 18/11, 2008 at 19:8 Comment(0)
F
8

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

Frontpage answered 18/11, 2008 at 17:51 Comment(1)
I found this very usefull because it's extremely easy to use! Thx a lot!Digitate
S
6

After surveying a lot of open source and paid tools, I found the most success with Microsoft's Visual Studio 2008 Team Suite Test Edition (soon to be part of Visual Studio 2010 Ultimate). It has strong stress testing functionality. Microsoft's free application for stress-testing, WCAT is underpowered and buggy, but the full blown Test Edition goes up against products like LoadRunner but is easier to use, better-integrated with VS/ASP.NET and for much less money per virtual user.

Shirty answered 10/2, 2010 at 17:37 Comment(3)
Do you know if there is any web performance tool inside VS 2012 Ultimate?Thersathersites
There is, same thing as in 2008/2010 with a few feature upgrades.Shirty
hmm, you know the name of the feature upgrades?Thersathersites
M
5

Have a look at StresStimulus.

It integrates very well with Fiddler. The setup and usage is very smooth and it provides a lot of functionality and configuration. My best found when googling for a Web Load Test solution. Fiddler btw is a great tool.

Malynda answered 7/11, 2011 at 16:6 Comment(1)
link: stresstimulus.stimulustechnology.com looks interesting. commercial.Thersathersites
A
4

Microsoft has a solution that comes with Visual Studio 2013 Ultimate Edition see the links below : Updated Link : Stress Test

Aphrodisia answered 11/3, 2014 at 11:48 Comment(0)
H
0

Trty this tool , i've tested my website seems to work well > x0Bench

Heraclitean answered 2/4, 2017 at 12:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.