pnopjp / jmeter-plugins

Apache JMeter plugins for Microsoft Azure
Apache License 2.0
17 stars 13 forks source link

Microsoft Azure plugin for Apache JMeter™

What is it?

This library contains Microsoft Azure plugin for Apache JMeter™.

It has been optimized for use with the Load Tester Powered by Apache JMeter™.

How to install

Download *.jar file from latest release and put it into lib/ext directory of JMeter (ex. /usr/local/jmeter/lib/ext), then restart JMeter.

How to build

Requirements

Steps

  1. Execute the fllowing command in the root directory of the project.

    mvn clean package
  2. A jar file is created in the 'target' directory for each plugins.
    i.e. plugins/protocol/eventhubs/target/jmeter-plugins-azure-eventhubs-?.?.?.jar

  3. 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.

Documents