ASP.NET Stress Testing

前端 未结 6 2054
心在旅途
心在旅途 2020-11-29 02:32

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 i

相关标签:
6条回答
  • 2020-11-29 02:52
    • HP (formerly Mercury) LoadRunner or Performance Center
    • Visual Studio Application Center Test (Enterprise Editions only?)
    • Microsoft Web Application Stress Tool (aka WAST, aka "Homer"; predecessor to Application Center Test)
    • RadView WebLoad
    0 讨论(0)
  • 2020-11-29 02:56

    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.

    0 讨论(0)
  • 2020-11-29 03:05

    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.

    0 讨论(0)
  • 2020-11-29 03:07

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

    0 讨论(0)
  • 2020-11-29 03:15

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

    0 讨论(0)
  • 2020-11-29 03:16

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

    0 讨论(0)
提交回复
热议问题