Hacker News new | ask | show | jobs
Ask HN: What are you using for load testing?
2 points by lomz 781 days ago
Usually, I would let organic users be my load test. However, I am working on a project that has an anticipated load on a new-to-my-team stack, so I'm looking into ways to load test.

I've seen tools like k6 (https://k6.io/), Artillery (https://www.artillery.io), and JMeter (https://jmeter.apache.org/).

I've been using Artillery, but it's hard to visualize the results.

What do you use?

2 comments

I use JMeter via Taurus, it displays visualization in the terminal.

My notes on how to use it - https://www.sheshbabu.com/posts/taurus-writing-jmeter-load-t...

I don't use it but I've heard good things about Multiple.dev