Releases: emqx/mqtt-jmeter
Releases · emqx/mqtt-jmeter
Version 2.0.2
Version 2.0.2 has made main updates on:
- Support for WS and WSS protocols. Special thanks to @zielu !
- Support for clean session(can be set on connect sampler) and retained message(can be set on pub sampler) .
- Add batch connect/disconnect samplers to make multiple connections within single thread.
Version 1.0.1
Note: The new script built from 1.0.1 version is NOT compatible with scripts built from old versions!! You need to re-write your script in order to use the new version.
The new version made following updates,
- Separate MQTT Connect from Pub & Sub sampler
- With DisConnect sampler, user can flexibly control when to drop the connection
- Provide sample scripts as user reference
- Please check out updated README instructions to use this new way of organizing MQTT plugins.
SeparateConn_v101
Note: This release is built from "separate_conn" branch (rather than "master"). Script built from this version of plugin is NOT compatible with master branch!!
注意:本版本是从separate_conn分支创建的(不是master)。从该版本插件创建的脚本与从master分支创建出来的脚本是不兼容的!!
- Separate MQTT Connect from Pub & Sub sampler
- With DisConnect sampler, user can flexibly control when to drop the connection
- Provide sample scripts as user reference
Please check out updated README instructions to use this new way of organizing MQTT plugins.
v1.0
0.93
- Support for specifying customized client id without random suffix string.
- Support for selecting sample types for sub (either with elapsed time or received number of message).
- One pub sampler is bind to one topic, which means the topic cannot be changed once it's initialized for the 1st time.
v0.92_beta
- Support for specifying customized client id without random suffix string.
- Support for selecting sample types for sub (either with elapsed time or received number of message)
PLEASE use v0.91 stable version if you DO NOT need the 2 previous of new feature, this beta version is still under testing.
The xmeter current supported version is v0.91 stable version.
Version 0.91
Support the JMeter variable replacement.
Extract release file (mqtt-xmeter-jar-with-dependencies.jar.zip), put the jar file to /lib/ext, restart JMeter to bring up the plugin.
That's it :)