Posted in Command Line, Linux Stress Test Apache with ab Binny V A April 16, 2009 1 Comment on 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 Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
This is useful tool. thanks