Mainflux.mainflux/test/locust/README.md

17 lines
440 B
Markdown
Raw Normal View History

## Locust Performance Testing
Locust website: http://locust.io/
Locust is an easy-to-use, distributed, user load testing tool.
Intended for load testing web sites (or other systems) and figuring out how many
concurrent users a system can handle.
## Usage
```bash
locust -f locustfile.py --host=http://localhost:1026
```
Open the browser at localhost:8089 and start the swarm.
## Documentation
http://docs.locust.io/en/latest/index.html