A demonstration of how to stress test web server traffic with Locust.
- Create a
virtualenv
- Install dependencies
(venv) pip install requirements.txt
- Run locustfile
$ locust -f locustfile.py --host=https://microblog.cscc09.com
- Visit http://0.0.0.0:8089/ for Locust UI