Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.4 KB

Apache JMeter Plugin For Apache Dubbo

ChangeLog

Support dubbo 3.X, usage:

  1. Execute the command 'mvn clean package' at the directory level of pom.xml.
  2. You will obtain a result in the target directory, with a file name similar to jmeter-plugins-dubbo-3.1.10-jar-with-dependencies.jar.
  3. Next, you need to place it in the ${JMETER_HOME/lib}/ext directory.
  4. If you have previously placed a package named jmeter-plugins-dubbo-2.xxx, you should remove the old package.
  5. It should be compatible with old jmx (load testing scripts).

Introduce

Dubbo Plugin for Apache JMeter, Its main purpose is to perform stress testing on the Dubbo interface visually in Jmeter. It is easy to use. support dubbo3 & dubbo2

Plugin Version Support

  • [1.x,1.3.x]: requires Java 1.7
  • 2.7.x: requires Java 1.8

JMeter Version Support

  • [3.0,3.2): requires Java 1.7
  • [3.2,4.x,5.x]: requires Java 1.8

ps. [3.x,4,x,5.x] Tested for normal use

Dubbo Version Support

  • 2.5.x: requires Java 1.7
  • 2.6.x: requires Java 1.7
  • 2.7.x: requires Java 1.8
  • 3.x: requires Java .18

User Guide

user guide (English, Chinese)

Changelog && FAQ

changelog && FAQ