To conduct Locust testing, follow these steps:
-
Navigate to the
locust-testfolder in your terminal: -
Run the following command to start Locust:
locust
-
Open your web browser and visit http://localhost:8089/ to access the Locust web interface.
Here, you can run tests and view statistical data to assess the performance of your system.
Start by running the Statistics Microservice, the default port is 5177.
To run the statistics script, follow these steps:
-
Make the script executable by running:
chmod +x statistics.sh
-
Execute the script:
./statistics.sh