routes 命令
routes 命令查询路由表。
routes list | 查询全部路由 |
---|---|
routes show <Topic> | 根据 Topic 查询路由 |
routes list
查询全部路由:
$ ./bin/emqx_ctl routes list
t2/# -> emqx2@127.0.0.1
t/+/x -> emqx2@127.0.0.1,emqx@127.0.0.1
routes show <Topic>
根据 Topic 查询一条路由:
$ ./bin/emqx_ctl routes show t/+/x
t/+/x -> emqx2@127.0.0.1,emqx@127.0.0.1