Hello Gatling experts,
I have noticed high response times when running Load test for 1000 users using Maven Gatling plugin shown as 12-15 secs.
project xmlns=“http://maven.apache.org/POM/4.0.0” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd”>
4.0.0
io.gatling
gatling-maven-plugin-demo
2.0.3
-XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms4096m -Xmx4096M -Xmn100M -XX:+HeapDumpOnOutOfMemoryError -XX:+AggressiveOpts -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false
src/test/resources/data
target/gatling/results
src/test/resources/request-bodies
src/test/scala
however when running same test using Gatling 2.1.4 (using bin/gatling.sh) on Same Ubuntu server with same OS Tuning settings (eg: Max no of files) and same test site, load test response times were shown very low. less than 1 sec.
please could you advise if i need to update pom.xml, that I am using for Maven Gatling plugin.
Thanks & Regards,
Raja