Skip to the content.

apache-benchmark cheat sheet

# Perform http load test with 10 request of concurrency and with a total of 1000 requests to https://test-site.com/api/ site
ab -c 10 -n 1000 https://test-site.com/api/