locust

Scalable user load testing tool for web applications

brewmacoslinux
Try with needOr install directly
Source

About

Scalable user load testing tool written in Python

Commands

locust

Examples

Start Locust with web UI on default port 8089$ locust -f locustfile.py
Run load test headless with 100 users and 10 spawn rate$ locust -f locustfile.py --headless -u 100 -r 10 -t 5m
Specify target host and run distributed load test$ locust -f locustfile.py --host=https://example.com -u 1000 --headless