An open API service indexing awesome lists of open source software.

https://github.com/choyiny/locust-demo

Determine how much a web server can handle using Locust
https://github.com/choyiny/locust-demo

Last synced: 3 months ago
JSON representation

Determine how much a web server can handle using Locust

Awesome Lists containing this project

README

        

# Locust Demo for CSCC09
A demonstration of how to stress test web server traffic with Locust.

## Development Setup
1. Create a `virtualenv`
2. Install dependencies
```
(venv) pip install requirements.txt
```
3. Run locustfile
```
$ locust -f locustfile.py --host=https://microblog.cscc09.com
```
4. Visit http://0.0.0.0:8089/ for Locust UI