Hi,
Do any of you have an idea of the maximum throughput that can be reached using the MQTT plugin?
I am aiming towards a throughput of 15 MB/s, but right now it seems the average throughput I can reach is 1.6 MB/s.
I am load testing the broker using malaria (
https://github.com/remakeelectric/mqtt-malaria) and the paho.mqtt.python client. The maximum I managed to reach was around 6 MB/s when sending 1000 messages of 1 KB each on 60 processes. For now I am performing these tests on a single VM. I will be starting tests on a 3 machines cluster next week and was wondering if the throughput could then be increased to reach my goal of 15 MB/s?