Skip to content

arquitecturas-concurrentes/iasc-siege-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iasc-siege-alpine

Docker image for SIege on Alpine

How to build it locally

docker build . -t iasc-siege-alpine

Usage

To show valid parameters/help:

docker run --rm iasc-siege-alpine

1. Run siege on a single url:

# Run for 10s simulating 100 concurrent users
docker run --rm iasc-siege-alpine -t10s -c100 https://arquitecturas-concurrentes.github.io/

2. Randomly hit urls from a list

# Run for 10s simulating 100 concurrent users, using example list specified in the Dockerfile
docker run --rm iasc-siege-alpine -t10s -c100 -i -f urls.txt

About

Docker image for SIege on Alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages