Write individual loadtests. You can run Locust in headless mode or via webview visit https://locust.io/
- install python3 https://docs.python-guide.org/starting/install3/linux/#install3-linux
- sudo apt install python3-pip
- pip3 install locust
- locust -V
- edit locust.conf
- edit test.py
- locust --config=headless.conf