Hey Team!
Thanks for making this awesome tool, k6 is actually a lot better & has smaller learning curve than most of the bad boys out there.
However, my team has been struggling with understanding hardware requirements for k6, we want to load test our APIs at 1000RPS. We used the constant-request-rate executor with 3000VUs but we were only able to achieve around 100RPS with that. In one of the blog post, 1000RPS was achieved only by 150VUs.
Does k6 spins up different VUs on different machines? How should we estimate the number of VUs we may need to generate 1000RPS on our endpoint? We are also planning to setup an EC2 instance to remotely execute our scripts, how should we determine the hardware requirements which k6 would need?
Your help will be really appreciated !
Thanks in advance!