Skip to content

thiagoferreiraw/locust-stress-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locust Stress tests

Articles explaining the concepts in this repo:

Introduction

Locust is an open source load testing tool. From the original repo:

Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuring out how many concurrent users a system can handle.

Prerequisites

  • Make sure you have python 3.7+ installed
  • Install poetry to manage dependencies.

Installation

  • Install the project with: poetry install

Running stress tests

Feel free to clone the project django-todo-list to test it out:

Web interface:

poetry run locust --host=http://localhost:8000

image

image

Command line

poetry run locust --host=http://localhost:8000 --users 100 --spawn-rate 2 --headless

image

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages