jmeter-plugins

Testing a MQTT Client using JMeter

≯℡__Kan透↙ 提交于 2021-01-29 15:34:38
问题 I need to load test, web socket J2EE Application serving mobile client. The mobile client uses MQTT over web socket protocol. Listing down the features : i) The mobile client connects to the web socket end point. ii) Hence forth it then send the binary data in MQTT packets. Looking at JMeter to load test it. Using the following JMeter plugin. https://github.com/tuanhiep/mqttjmeter I use the MQTT Connect sampler and change the protocol to 'ws' and port to '8080'. When I try to connect, I do

JMeter test not stopping after duration ends in distribution mode

江枫思渺然 提交于 2021-01-29 06:43:28
问题 I'm running a very simple JMeter test with Basic Thread Group and HTTP Sampler. The duration set for execution is 10 min (600 sec). enter image description here The test ran and stopped itself (after 10 min) successfully on my local both in JMeter GUI as well as CLI mode. However, when I run the same test in distributed mode, the test does not stop itself and gets hanged. I've been observing this issue mostly with thread count 200 and above. Some of the JMeter properties I have overridden: