nitikeshd / feedloadtest

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).

Repository from Github https://github.comnitikeshd/feedloadtestRepository from Github https://github.comnitikeshd/feedloadtest

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).


Languages

Language:Python 94.3%Language:Batchfile 5.7%