agri/doc/mqtt/mqtt-prepare.md

21 lines
499 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# MQTT 压测准备说明
## 1. 目的
在进行 MQTT 压测前确保后端服务、Broker、Redis 处于稳定可控状态,
避免因为环境问题导致压测结论失真。
## 2. 环境要求
- MQTT Broker 已部署(服务器)
- 后端服务已启动
- Redis 可访问
- 压测机器已安装 mosquitto-clients
## 3. 后端关键配置确认
```yaml
spring:
mqtt:
auto-off-enabled: false # 压测必须关闭自动关
clean-session: true
qos: 0
max-inflight: 200