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™.
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 8 or later
- 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.