Skip to content

Latest commit

 

History

History
 
 

mysqlapp

Installation & Configuration

MySQL

  • Install mysql - www.mysql.com
  • MySQL configuration in src > main > resources > application.properties

Setup APM

./apm-server
  • RUN Application with the following argument
mvn package


java -javaagent:./elastic-apm-agent-1.6.1.jar \
     -Delastic.apm.service_name=my-application \
     -Delastic.apm.server_url=http://localhost:8200 \
     -Delastic.apm.application_packages=hello \
     -jar ./target/gs-mysql-data-0.1.0.jar
     

Run gatling load testing script

#Linux
$GATLING_HOME/bin/gatling.sh

#On Windows
%GATLING_HOME%\bin\gatling.bat
  • Select MysqlApp to run