简体   繁体   中英

gatling inject user vs jmeter thread group

How do I match the jmeter thread group with gatling simulation setup inject user? lets say i'm trying to run 100 vuser for duration of 1 hour which loops forever during the test and ramps down after 1 hour without any thinktime for testing. I'm running tests on both jmeter and galting but they both have different TPS. I'm getting a lot of requests per min in jmeter but only few in gatling. Is there a way to make sure gatling tool vusers are also looping forever during the test?

You could probably emulate the load generated by the JMeter's thread group with the same number of gatling users doing forever loop.

The question is why would you really want to do that as the Gatling's model is more realistic than JMeter's? You still won't have 100% same baseline as gatling is built on a different concurrency principles.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM