Skip to main content

Overview

LoadForge supports MQTT protocol testing via the MqttUser from locust-plugins. You can simulate publishing and subscribing to topics under load, ensuring your broker handles high throughput.

Locust Test Script (locust.py)


Notes:
  • Install dependencies: pip install locust locust-plugins paho-mqtt if you wish to test locally.
  • Ensure your MQTT broker is accessible at the specified host.