Archive for April 16th, 2009

Stress Test Apache with ab

Stress test your apache web server with the ap tool…


ab -n 200 -c 50 http://localhost/

n = number of request, c = concurrent reqests