A Java program for producing multiple requests from a single JSON request. It generates unique requests each time which makes it different from all simulators currently available for load testing.
Configuration for Ubuntu 12.04:
- Change values for JAVA_OPTS in
/etc/environmentto update heap size for JVM. - Create a file setenv.sh in "$CATALINA_BASE/bin", same location as
catalina.sh. For example in some cases, in/usr/share/tomcat7/binor /var/lib/tomcat7/bin. - Add CATALINA_OPTS to setenv.sh to set memory values for Tomcat,
as
export CATALINA_OPTS"-Xms__m -Xmx__m". Or change values forJAVA_OPTSin /etc/default/tomcat7.