Sign inSign up

gruebel/wrk

By gruebel

•Updated over 5 years ago

wrk Docker image for benchmarking HTTP requests

Image
1

1.8K

gruebel/wrk repository overview

⁠wrk

Build Status Docker Automated build

⁠Overview

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⁠!

⁠Usage

⁠CMD

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

Tag summary

Content type

Image

Digest

Size

3.2 MB

Last updated

over 8 years ago

docker pull gruebel/wrk