Apache Benchmarking tool. The simplest tool to perform a load testing. More information: https://httpd.apache.org/docs/2.4/programs/ab.html.
ab -n {{100}} {{url}}
ab -n {{100}} -c {{10}} {{url}}
ab -k {{url}}
ab -t {{60}} {{url}}