Skip to content

pnopjp/jmeter-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Azure plugin for Apache JMeter™

What is it?

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

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