ab Command Examples

Apache HTTP server benchmarking tool. More information: https://httpd.apache.org/docs/current/programs/ab.html.

ab -n 100 {{url}}

ab -n 100 -c 10 {{url}}

ab -n 100 -T {{application/json}} -p {{path/to/file.json}} {{url}}

ab -k {{url}}

ab -t {{60}} {{url}}

ab -e {{path/to/file.csv}}