A simple locust dockerized example of running locust

Chris Mague 61f0731892 links 3 lat temu
README.md 61f0731892 links 3 lat temu
docker-compose.yml 28fe597022 initial 3 lat temu
locustfile.py 28fe597022 initial 3 lat temu

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

More information

https://docs.locust.io/en/stable/index.html

https://locust.io/