Skip to content

Locust Normally runs for Single Url with some particular custom functions. However, This script has been written so that it can read all the urls from one file named: urls.txt and then load test against those urls (Only Get request).

Notifications You must be signed in to change notification settings

nitikeshd/feedloadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locust Uses:

It can be used for Load Testing. It can be used for Website Warm Up.

Installation:

python -m pip install locust -- For Windows
python3 -m pip install locust -- For Linux

#Note Use -g for global setup

Change the Url in load.py, run.bat before running the script. Add urls.txt and append all urls you want there.

About

Locust Normally runs for Single Url with some particular custom functions. However, This script has been written so that it can read all the urls from one file named: urls.txt and then load test against those urls (Only Get request).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published