Skip to content

KalobTaulien/dockerized-locust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Locust

Installation & Running the app

Requires Docker and Docker Compose.

Run make up to build your container and bring it up.

Afterwards, run make enter to enter the container.

Inside your container, run locust --host=http://example.com (swap out example.com for your domain)

Head over to http://localhost:8089/, enter the number of users to simulate and how many users to spawn per second.

Docs

Found at locust.io's docs site. https://docs.locust.io/en/stable/quickstart.html

About

A dockerized version of Locust.io. Get up and running within minutes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published