0
0
mirror of https://github.com/letic/Shell-Scripts.git synced 2024-09-28 05:56:04 +00:00

Update ramp-up-load-test-vegeta.sh

This commit is contained in:
Mark McDonnell 2016-04-08 11:05:47 +01:00
parent 2fd93ad7de
commit 2ff981d9f5

View File

@ -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)