hemikak / mqtt-jmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
22 stars 7 forks source link

Unable to install MQTT Jmeter plugin #2

Closed anandsrn9 closed 8 years ago

anandsrn9 commented 8 years ago

Hi hemikak,

I tried the steps provided in URL :https://github.com/hemikak/mqtt-jmeter to install MQTT Plugin, downloaded MQTT Plugin : mqtt-jmeter-master zip from this site and tried running mvn clean install command from windows cmd prompt as per instructions provided, but mvn was not recognized and was not able to do that. Tried running cmd : ./installer.sh ~/Documents/wso2/mb/clients/apache-jmeter-2.13/ but that too didnt run stating '.' is not recognized as an internal and external command.

I am using Windows 7 OS, can you please update how to install MQTT plugin in Jmeter

Thanks, Anand

hemikak commented 8 years ago

Hi @anandsrn9 ,

I have not tested this on windows platform. Sorry for the inconvenience.

I will get back to you once I test this on a windows OS.

Regards, Hemika

hemikak commented 8 years ago

Hi @anandsrn9 ,

I have added the batch script file to the project for windows platform : https://github.com/hemikak/mqtt-jmeter/blob/master/src/main/resources/installer.bat

Regards, Hemika