Skip to content

Run GeoServer stress tests via Maven JMeter plugin #144

@emxsys

Description

@emxsys

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.

  • Create a pom.xml file to load the maven plugins and execute a test plan against a running GeoServer instance.
  • Leverage ant tasks to copy and save test results.

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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions