-4

Does MQTT.fx tool supports load testing? I want to test GCP cloud IoT core by sending multiple messages.

achala wb
  • 5
  • 1

1 Answers1

0

The easiest way is to use emqtt-bench https://github.com/emqx/emqtt-bench

A high-performance test script

## 200 clients publish a message every 50ms
## 200 * (1000 / 50) = 4000/s

./emqtt_bench pub -c 200 -t t/1 -h broker.emqx.io -I 50

enter image description here

wivwiv
  • 255
  • 1
  • 3