简体   繁体   中英

How can I test requests per second locally?

I have a simple asp.net MVC application that I want to test how many requests per second the website can handle.

I'm on a windows computer, what tools can I use?

If you have an MSDN license and have Visual Studio 2010 Ultimate you can take advantage of the "web tests" and "load test" features.

You can create web tests to mimic the requests that you want to benchmark and then create a load test to tell VS how many users/network bandwidth/et cetera to emulate. Pretty neat stuff built into VS.

http://blogs.msdn.com/b/amit_chatterjee/archive/2009/01/29/web-and-load-testing-with-visual-studio-team-system.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM