Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

EveryMundo/LocustStressTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scripts we use that may be helpful for others when stress testing with Locust.io

Right now there is only one test template, "simple_stress_single_page_with_args_from_csv" which stress tests a host with URLs provided from a CSV. Because of the way this test is set up it is meant to be used when you are hitting essentially one page with many different arguments or parameters.

Installation

Just pip install locust (a virtualenv is recommended)

Usage

Place a .csv containing the URL path and parameters in the same directory as the test locustfile.

Call locust --host and provide the hostname as the arguent. This may require sudo on *nix system so the rlimit can be increased.

Example:

locust --host https://example.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages