From 2ff981d9f532e27ff4898fb7a72c1c20e0f3694d Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Fri, 8 Apr 2016 11:05:47 +0100 Subject: [PATCH] Update ramp-up-load-test-vegeta.sh --- ramp-up-load-test-vegeta.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ramp-up-load-test-vegeta.sh b/ramp-up-load-test-vegeta.sh index bfbc53f..164c706 100644 --- a/ramp-up-load-test-vegeta.sh +++ b/ramp-up-load-test-vegeta.sh @@ -2,7 +2,8 @@ # # Example: time /bin/bash ./ramp.sh # -# Every 5 minutes (300 seconds) we'll increase the number of concurrent users by 50 +# Every iteration we'll increase the number of concurrent users by 50 +# Each iteration adds an aditional 5 minutes (300s) # So after 75 minutes we'll reach our final iteration # Which will then run for 30mins and will push through 300 concurrent requests a second over that period # So on the last iteration we'll hit the service 540,000 times over the last 30 minutes period (300*1800)