wrk Docker image for benchmarking HTTP requests
1.7K
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.com
For further details on the parameters
$ docker run --rm gruebel/wrk:latest --help
Content type
Image
Digest
Size
3.2 MB
Last updated
over 8 years ago
docker pull gruebel/wrk