Support Questions

Find answers, ask questions, and share your expertise

Best alternative for Jmeter

I'm looking for a freeware and simpler alternative to JMeter. It is a very complete yet complex tool and all I need is to simulate a number of simultaneous calls to a site, grab stats about performance (time to the response) and see how many concurrent calls it can endure without breaking. Some chart thrown in would be useful.


Thank you
2 REPLIES 2

Cloudera Employee

Gatling - http://gatling.io/ simple, easy to use, no GUI. Comparison with Jmeter: https://octoperf.com/blog/2015/06/08/jmeter-vs-gatling/

Hi @Nagesh Kumar,

You can use Locust to generate number of requests simultaneously just by writing few lines of code in python.

Thanks,

Aditya