We need to make a full stack load testing. And the data journey is starting from mqtt client. Are there any good services to make a load testing for such case?
Asked
Active
Viewed 8,647 times
1 Answers
11
Depending on the number of virtual users you would like to simulate and your budget the options are in:
- CloudMQTT service which is free for 5 connections and 10 Kbit/s bandwidth
Apache JMeter is a free and open source multi-protocol load testing tool. Out of the box JMeter does not support MQTT protocol however there are plugins like:
Check out Testing the MQTT Messaging Broker for IoT - A Guide
- MQTT-Stresser
- MQTT Toolbox
So feel free to choose one of the above (or other solution), the final choice mostly depends on your project infrastructure and possibility of i of test tool ntegration into your product delivery lifecycle

Dmitri T
- 159,985
- 5
- 83
- 133
-
Unfortunately all those are not services but just tools. And I don't want tools. I want a complete service for that. – freeze Aug 27 '18 at 08:50
-
https://github.com/krylovsk/mqtt-benchmark , i found this tool very good , its written in golang – lakshay Mar 03 '21 at 08:04