A simple locust dockerized example of running locust

Chris Mague 61f0731892 links 4 年之前
README.md 61f0731892 links 4 年之前
docker-compose.yml 28fe597022 initial 4 年之前
locustfile.py 28fe597022 initial 4 年之前

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/