Sign inSign up

lopezs/siege

By lopezs

Updated over 8 years ago

Siege server stress testing tool

Image
1

10K+

lopezs/siege repository overview

container-siege

siege stress testing tool based on ubuntu

Building the image
docker build -t lopezs/siege .
Usage

To show valid parameters/help:

docker run --rm lopezs/siege
1. Run siege on a single url:
# Run for 10s simulating 100 concurrent users
docker run --rm lopezs/siege -t10s -c100 http://www.bbc.co.uk
2. Randomly hit urls from a list
# Run for 10s simulating 100 concurrent users, using example list specified in the Dockerfile
docker run --rm lopezs/siege -t10s -c100 -i -f urls.txt

Tag summary

Content type

Image

Digest

Size

139.3 MB

Last updated

over 8 years ago

docker pull lopezs/siege