From db3b795eaded74d0bc8c5e006bfb7d3a617f6ce6 Mon Sep 17 00:00:00 2001 From: Kostas Demiris Date: Tue, 9 Jun 2015 13:22:31 +0300 Subject: [PATCH] Create Questions on Locust usage --- Questions on Locust usage | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Questions on Locust usage diff --git a/Questions on Locust usage b/Questions on Locust usage new file mode 100644 index 0000000..8a31a8e --- /dev/null +++ b/Questions on Locust usage @@ -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? +