This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new a493517cea Fix missing parameter issue in RocketMQ Dashboard
documentation (#720)
a493517cea is described below
commit a493517cea855a99dc38f23846536751f6fcb972
Author: DivyanshIITB <[email protected]>
AuthorDate: Mon Mar 24 14:14:40 2025 +0530
Fix missing parameter issue in RocketMQ Dashboard documentation (#720)
---
docs/04-deployment/03Dashboard.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/04-deployment/03Dashboard.md
b/docs/04-deployment/03Dashboard.md
index 10c7a1e1d0..1cf328fbe5 100644
--- a/docs/04-deployment/03Dashboard.md
+++ b/docs/04-deployment/03Dashboard.md
@@ -3,6 +3,13 @@
`RocketMQ Dashboard` 是 RocketMQ 的管控利器,为用户提供客户端和应用程序的各种事件、性能的统计信息,支持以可视化工具代替
Topic 配置、Broker 管理等命令行操作。
+### 启动 RocketMQ Dashboard
+
+使用以下命令启动 RocketMQ Dashboard:
+
+```bash
+java -jar rocketmq-dashboard-*.jar --rocketmq.config.namesrvAddr=localhost:9876
+
## 介绍
### 功能概览