You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to adjust the rate while vegeta is running currently?
For example I would like to start with: cat requests.txt | ./vegeta attack -rate 1/s | tee /tmp/results.bin | ./vegeta report --every 1s
Then check my metrics, warm cache, etc and then slowly increase the rate over time, potentially until my application starts to fail and then lower the rate again until stability returns.
If the current CLI does not support this is it possible using vegeta as a lib and implementing a custom Pacer?
Thank you.
The text was updated successfully, but these errors were encountered:
Question
Hello,
Is it possible to adjust the rate while vegeta is running currently?
For example I would like to start with:
cat requests.txt | ./vegeta attack -rate 1/s | tee /tmp/results.bin | ./vegeta report --every 1s
Then check my metrics, warm cache, etc and then slowly increase the rate over time, potentially until my application starts to fail and then lower the rate again until stability returns.
If the current CLI does not support this is it possible using vegeta as a lib and implementing a custom Pacer?
Thank you.
The text was updated successfully, but these errors were encountered: