A simple locust dockerized example of running locust

Chris Mague 19b6f5c130 fix docs 4 vuotta sitten
README.md 19b6f5c130 fix docs 4 vuotta sitten
docker-compose.yml 28fe597022 initial 4 vuotta sitten
locustfile.py 28fe597022 initial 4 vuotta sitten

README.md

Test Locust in Docker

Running

Startup Containers

docker-compose up --scale worker=2

Navigate to web interface

http://localhost:8099/

In the Host field

http://websim:8080

Start testing