A selection of HTTP benchmarking tools embedded in a Docker container.
ab: https://httpd.apache.org/docs/2.4/programs/ab.html
h2load: https://nghttp2.org/documentation/h2load-howto.html
hey: https://github.com/rakyll/hey
siege: https://www.joedog.org/siege-home/
wrk: https://github.com/wg/wrk
$ docker build -t clarknt/docker-http-bt .
$ docker run -it clarknt/docker-http-bt /bin/bash
$ ab
$ h2load
$ hey
$ siege
$ wrk