A small image for HTTP benchmarking. Based on the official Alpine image and build via multi-stage build. Additionally it is compressed with my upx container to make the image as small as possible ~5.5MB For more information on the great tool wrk check out their GitHub project!
To start a simple benchmark test against a website run following command
$ docker run --rm gruebel/wrk:latest -t2 -c200 -d10s https://www.example.comFor further details on the parameters
$ docker run --rm gruebel/wrk:latest --help