Video: Using Apache Benchmark to Load Test Your Web Site
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. ..
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)
Tags:






