This library contains Microsoft Azure plugin for Apache JMeter™.
- Functions
Useful functions for testing to Azure. - Samplers for Azure services
- Azure Event Hubs
- Azure Service Bus Queue
- Azure Storage Queue
- Stub function for Azure Load Testing
It has been optimized for use with the Load Tester Powered by Apache JMeter™.
- Apache JMeter™ 5.4.1 or later
- Some plugins also work with Apache JMeter 5.3.
- JRE 17 or later
- If you wish to use this release with Java 16 or earlier, please use this release.
https://github.com/pnopjp/jmeter-plugins/releases/tag/ASB0.3.2
- If you wish to use this release with Java 16 or earlier, please use this release.
Download *.jar file from latest release and put it into lib/ext directory of JMeter (ex. /usr/local/jmeter/lib/ext), then restart JMeter.
- JDK 17 or later
- If building with JDK 16 or earlier, branch from tag ASB0.3.2.
https://github.com/pnopjp/jmeter-plugins/tree/ASB0.3.2
- If building with JDK 16 or earlier, branch from tag ASB0.3.2.
- maven
-
Execute the fllowing command in the root directory of the project.
mvn clean package
-
A jar file is created in the 'target' directory for each plugins.
i.e. plugins/protocol/eventhubs/target/jmeter-plugins-azure-eventhubs-?.?.?.jar -
To use the built plugins, copy these jar files to the lib/ext directory of JMeter.
However, jar files whose file name begins with 'original-' must not be copied.