Thursday, May 8, 2008

An easy but primitive web site load test

If you have a Linux OS and want to make a (primitive) load test to a page on your web server, here is a quick solution. In your terminal window, type and ENTER:
ab -n 1000 -c 5 http://YourWebSite/page.html

5 is the number of the concurrent requests and 1000 is the number of the total requests.

No comments: