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
- Host: GitHub
- URL: https://github.com/choyiny/locust-demo
- Owner: choyiny
- Created: 2022-03-12T01:53:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-04T21:14:45.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T03:22:34.179Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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