Skip to content

Apache Bench

Apache Bench is a useful way to create load on a web server, for stress testing and performance analysis.

ab -n 10000 -c 3 -C "cookie_key=value" https://url.com

This creates 10000 requests on 3 threats, with the specified cookie information to the specified url.