Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Questions on Locust usage
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Questions on Locust usage

1.
Is there a way to ramp up the load? For example I would like to warm up an AWS balancer by hitting the web servers with 100 users for 3 minutes at first,
then with 200 users for 5 minutes etc.

2.
Is there a documentation on the metrics that locust gathers? I would like to understand the load I put on my servers in terms of real users.
Is that possible by the current metrics?