AB Benchmark

Isshiki🐈
Jan 9, 2021

Test your HTTP server with ApacheBenchmark (shipped along with apache2) like

ab -n 100 -c 10 -rkl http://127.0.0.1:1234

Check out man ab to find out what each of these options means.

An similar alternative to ab is wrk.

--

--