val scn = scenario(SCENARIO_NAME) .group("PAGE")( exec( http("NAME") .httpRequest("GET", HTTP_URL) .check(status.is(200))))
setUp(scn.inject( rampUsersPerSec(1.0).to(5000.0) .during(30 seconds), constantUsersPerSec(5000.0).during(120 seconds), rampUsersPerSec(5000.0).to(1.0) .during(30 seconds) ).protocols(httpProtocol))
Now, when I ramp-up the same scenario to about 7500 req/s, it starts out well but then I can see some big hiccups on the throughput (most likely GC).
I'm looking to share experiences, best practices, and/or tunings for the JVM GC, to get the most out of a single Gatling instance. Any suggestions?
--
You received this message because you are subscribed to the Google Groups "Gatling User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gatling+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
True, while I know I'm kind of shooting in the dark by trying to infer causes just on the pattern of throughput, it's more of a hypothesis for me which I have to confirm or deny. :)
I decided to go to first to the Gatling community to make sure I've done at least the current recommended best practices first, before I invest a lot of time in tuning and profiling.
Thanks for jClarity link, I wasn't aware such group existed.
About Java 7, since Today, Java 7 is already EOL (end-of-life). http://www.oracle.com/technetwork/java/javase/eol-135779.html#Java6-end-public-updates