Best way to stress test a website [duplicate]

2019-01-04 04:56发布

This question already has an answer here:

This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the best thing to use a profiler to track a single request and then work out from that if the performance is ok?

It would be good to know how well a web app works with a server spec. I'd like to be able to simulate heavy traffic on my testing server so that I can work out if the production server is good enough (specifically with iis/asp.net not db performance).

10条回答
贪生不怕死
3楼-- · 2019-01-04 05:16

Try http://loadimpact.com the best I have found so far, but no alternative to it I can find.

查看更多
Evening l夕情丶
4楼-- · 2019-01-04 05:16

I have used WebLOAD for this kind of project. It's easy to create scripts, and it has built in support for monitoring ASP.NET stats

查看更多
太酷不给撩
5楼-- · 2019-01-04 05:20

We tried a few applications, both trials of commercial products and freely available ones. Ultimately, it was the trial edition of the Team Test Load Agent software that we tried. It definitely works great and is fairly simple to use. In the long run, it bolstered our argument to move to Team Foundation Server and equip all parts of the department with the appropriate tooling.

The obvious downside, however, is the price.

查看更多
登录 后发表回答