-
Create an Ubuntu VM
-
Create a firewall rule for TCP port 8089 or whichever port the locust web interface will be run on
-
Install Python 3.10+
-
Create a virtual environment and activate it
-
Install dependencies
pip install -r requirements.txt
- Change directory to
backend-load-gen
orfrontend-load-gen
depending on use-case and run
locust
- Navigate to
http://<VM-ip:8089/
on your local machine to view the locust web interface and run tests