This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tech:devops:gatling:start [2017/10/17 23:43] rk4n3 created |
tech:devops:gatling:start [2017/10/18 04:08] (current) rk4n3 |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Gatling Topics ====== | ====== Gatling Topics ====== | ||
+ | ==== Links ==== | ||
+ | * eGit update site: [[http://download.eclipse.org/egit/updates]] | ||
+ | * M2Eclipse update site: [[http://download.eclipse.org/technology/m2e/releases/]] | ||
+ | * Scala IDE for Eclipse: [[http://scala-ide.org/index.html]] | ||
+ | * Scala IDE for Eclipse update site: [[http://download.scala- | ||
+ | ide.org/sdk/lithium/e47/scala212/stable/site]] | ||
+ | * Maven/Scala integration: [[https://github.com/sonatype/m2eclipse-scala|m2eclipse-scala plugin]] | ||
+ | * Update site: [[http://alchim31.free.fr/m2e-scala/update-site]] | ||
+ | |||
+ | |||
+ | ==== Details ==== | ||
+ | |||
+ | |||
+ | <code> | ||
+ | <dependency> | ||
+ | <groupId>io.gatling.highcharts</groupId> | ||
+ | <artifactId>gatling-charts-highcharts</artifactId> | ||
+ | <version>2.3.0</version> | ||
+ | </dependency> | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ==== CentOS/RHEL Trivia ==== | ||
* Ensure environment variables are set corerctly | * Ensure environment variables are set corerctly | ||
* JAVA_HOME | * JAVA_HOME |