What's a good load-testing app/framework/service? ...
# random
m
What's a good load-testing app/framework/service? I need to hammer a REST API with some ~150K+ concurrent calls.
i
https://k6.io/ seems to really convinient
6
on open source front JMeter, Gatling and Locust are good options
👍🏼 1
l
Locust is what we use. Simple to setup. You can also setup a cluster in cloud for your usecase.
c
https://github.com/tsenart/vegeta Simple to setup and use Variety of options available
1
l
Gatling
s
k6 and artillery are a couple of good ones
c
1
m
Thanks folks for the recommendations!