Skip to content
Snippets Groups Projects
Commit 2d76910a authored by Jan Pokorný's avatar Jan Pokorný :lifter_tone2:
Browse files

fixing readme for locust

parent ba7a8720
No related branches found
No related tags found
1 merge request!37M3 locust
Pipeline #
......@@ -87,22 +87,23 @@ After enrolling in the courses, the students browse through the list of lectures
_**tldr;**_ scenario mimics the _cliché_ school system lecture/course enrollment process, where students _fight_ against others for any available seats in courses and lectures they are interested in. It also demonstrates the ability of the system to handle multiple users simultaneously, ensuring that the enrollment process is seamless and hassle-free.
- Starting locust:
- Starting locust (while running all system modules):
~~~console
cd ./application
docker-compose up
locust
~~~
- Navigate to [http://localhost:8089/](http://localhost:8089/)
- Enter following data for showcasing the app usage
- Number of users: 5
- Navigate to http://localhost:8089
- Enter following data for basic showcasing the app usage
- Number of users: 3
- Spawn rate: 1
- Host: http://localhost:5000
- Host: http://localhost:8081
- Token: retrievable from http://localhost:8080/token
- Enter following data for simulating high system load
- Number of users: 250 (or more)
- Number of users: 60 (or try more)
- Spawn rate: 5
- Host: http://localhost:5000
- Host: http://localhost:8081
- Token: retrievable from http://localhost:8080/token
- Switch tabs to explore the current state of the API
# Diagrams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment