You can download the apache web server, then simply look inside the zip file for ab.exe.
E.g. to load test your site with 10 concurrent requests use the following command line...
>ab.exe -n 10 -c 10 http://localhost/mywebsite
For more information see 8.15mins into this video link...
http://channel9.msdn.com/Events/TechDays/Techdays-2012-the-Netherlands/2287
No comments:
Post a Comment