Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 213 Bytes

File metadata and controls

6 lines (5 loc) · 213 Bytes

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/