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
Stress test your apache web server with the ap tool…
ab -n 200 -c 50 http://localhost/
n = number of request, c = concurrent reqests