mqtt-jmeter

https://github.com/tuanhiep/mqtt-jmeter

How to install MQTT plugin in Jmeter

From the repository: https://github.com/tuanhiep/mqtt-jmeter Get the source code, go to mqtt-jemeter folder and and use the command maven in terminal (Ubuntu):

mvn clean install package

to obtain the file mqtt-jmeter.jar in mqtt-jemeter/target.

Put the mqtt-jemeter.jar in the folder lib/ext of Jmeter (to be downloaded on http://jmeter.apache.org/download_jmeter.cgi ).

Remind that, it's necessary to update the file ApacheJMeter_core.jar in the repository lib/ext of Jmeter. Update the file messages.properties in the folder :/org/apache/jmeter/resources/ in ApacheJMeter_core.jar by new file messages.properties from https://github.com/tuanhiep/mqtt-jmeter/tree/master/ressource

原文地址:https://www.cnblogs.com/saryli/p/9832350.html