JMeter with ILP over BTP samplers and test plan
292
JMeter add-on that defines a number of samplers for load testing WebSocket applications.
Put the output of the shadowJar task into $JMETER_HOME/lib/ext and start JMeter.
Gradle is used as build tool, so execute
gradle shadowJar
to build and assemble a single JAR file with all dependencies. If you don't have installed gradle, use the gradle wrapper:
./gradlew
Gradle can also generate IntelliJ Idea project files for you:
gradle idea
This plugin is heavily based upon (and depends upon) the JMeter WebSocket Samplers by Peter Doornbosch.
This provided an excellent starting point for sending BTP messages over Websockets. Unfortunately the final version will need to remove all dependencies on his library so that this library can be Apache 2.0 licensed.
The current pre-release version of this program is dependant on an LGPL library and so is necessarily also LGPL licensed. The final release will be Apache 2.0 licensed.
Content type
Image
Digest
Size
106.6 MB
Last updated
almost 8 years ago
docker pull interledger/jmeter-load-test