vegeta icon indicating copy to clipboard operation
vegeta copied to clipboard

How to run load test with spesific users and rps ?

Open rifqiazam opened this issue 4 years ago • 1 comments

Question

I want to run a load test with the specified number of users/workers and rps

example

  • Runs 1000 users with 600 request per second

how to do it?

vegeta attach -rate=600 -users=1000 ?

thanks in advance

rifqiazam avatar Jun 17 '20 05:06 rifqiazam

-workers=1000 -max-workers=1000

3quanfeng avatar Jun 25 '20 04:06 3quanfeng

Users is an ill-defined load unit. Workers approximates one notion of it — concurrency units. See this answer: https://github.com/tsenart/vegeta/issues/546

tsenart avatar Jul 18 '23 21:07 tsenart