Resources#

https://stackoverflow.com/questions/1754427/jmeter-alternative https://www.digitalocean.com/community/tutorials/an-introduction-to-load-testing

Usage#

Examples:

ab -n 1000 -c 10 http://localhost/
ab -n 1000 -c 100 http://example.com/

Note: ab URL always requires trailing slash

```