Reputation: 361
I am trying to compare Gatling to Jmeter for performance testing.
My requirements is:
Any help would be great. I ask because a lot of information seems to be out of date on this...
Edit: I amn't afraid of Gatling being programmed in Scala and gatling dsl. Im more afraid of limitations and gotchas that i amnt seeing!
Upvotes: 1
Views: 3881
Reputation: 435
Both support your requirements,
JMeter :
Gatling :
@user3038404 now gatling also support Java & Gardle for PT (could be suitable for you)
Upvotes: 0
Reputation: 168162
Both tools support all your requirements so it's rather a matter of personal preference/experience.
Upvotes: 2
Reputation: 6623
Disclaimer: Gatling creator here
IMHO, first criterion should actually be: which tool would you feel the most comfortable with?
Gatling is code oriented, integrates nicely with IDEs such as IntelliJ or vscode. JMeter is GUI oriented.
If you know about programming, you might prefer Gatling so you can use your usual dev environment and practices (refactoring, peer review, etc). You don't need to be a dev expert, you'll be mostly using Gatling's DSL (make sure to read the official documentation and go through the tutorials).
On the contrary, if you can't code (and don't want to learn the basics such as methods, parameters, IDE), you shouldn't go with Gatling and go with JMeter instead.
Note: if you're looking for a cloud based platform for Gatling, we provide Gatling FrontLine.
Upvotes: 3