Skip to content

Determine how much a web server can handle using Locust

Notifications You must be signed in to change notification settings

choyiny/locust-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Run locustfile
$ locust -f locustfile.py --host=https://microblog.cscc09.com
  1. Visit http://0.0.0.0:8089/ for Locust UI

About

Determine how much a web server can handle using Locust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages