vegeta icon indicating copy to clipboard operation
vegeta copied to clipboard

Dynamic Pacing / Rate?

Open mgale opened this issue 7 months ago • 2 comments

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.

mgale avatar Jun 30 '24 00:06 mgale