Skip to content

OlivierMary/docker-wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

images

oliviermary/wrk:latest

oliviermary/wrk:4.1.0

docker-wrk

Encapsulates wrk in a docker image.

usage

Run wrk with 8 threads for 30sec on https://domain.tld

docker run --rm oliviermary/wrk -t 8 -d 30s https://domain.tld

Run on localhost

docker run --rm --net=host oliviermary/wrk -t 8 -d 1s http://localhost

license

MIT