NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
91 stars 54 forks source link

Run GeoServer stress tests via Maven JMeter plugin #144

Open emxsys opened 6 years ago

emxsys commented 6 years ago

Run the JMeter stress tests via Maven to capitalize on the report output and html results produced by the plugins. Also, the tests are run in a non-GUI mode, as recommended by JMeter when performing load tests.

JMeter plugin

<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-maven-plugin</artifactId>
<version>2.4.0</version>

JMeter Analysis plugin

<groupId>com.lazerycode.jmeter</groupId>
<artifactId>jmeter-analysis-maven-plugin</artifactId>
<version>1.0.6</version>