Skip to content

gruebel/docker-wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

wrk Docker image for benchmarking HTTP requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages