Skip to content

Performance Testing framework using locust - (In progress)

Notifications You must be signed in to change notification settings

nareshnavinash/Locust-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Locust Plain Sample project

Plain project to run load testing on API's using locust in python

Installation

Install python 3 and pip3 in your machine, all the steps are available in this link

To Run

To run in a single mode,

locust -f locust_load.py

then go to http://localhost:8089/ and then enter the number of users and the rampup time to get started

To run in a master slave mode, run as much slave as possible with,

locust -f locust_load.py --slave

and then run the master node by,

locust -f locust_load.py --master

After which go to http://localhost:8089/ and then enter the number of users and the rampup time to get started

Other details are available at this link

About

Performance Testing framework using locust - (In progress)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages