siege stress testing tool based on ubuntu
docker build -t lopezs/siege .
To show valid parameters/help:
docker run --rm lopezs/siege
# Run for 10s simulating 100 concurrent users
docker run --rm lopezs/siege -t10s -c100 http://www.bbc.co.uk
# 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
Content type
Image
Digest
Size
139.3 MB
Last updated
over 8 years ago
docker pull lopezs/siege