增加内容.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2021-08-05 19:56:02 +08:00
parent 72e00bfd37
commit 867b1cb356
1 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,9 @@ nats-server -a <addr> -p <port>
# 显示调试信息 # 显示调试信息
nats-server -V nats-server -V
nats-server -VV nats-server -VV
# 指定 http/https 监控端口,配合 Web 浏览器或 nats-top 工具使用
nats-server -m <port>
nats-server -ms <port>
``` ```
## 3.Golang Client API ## 3.Golang Client API
@ -171,6 +174,15 @@ nats request "cli.weather.beijing" 'Weather Service' --raw
### 4.6.nats-top ### 4.6.nats-top
nats-top is a top-like tool for monitoring nats-server servers.
通过 [官方 gihub](https://github.com/nats-io/nats-top) 下载对应安装包进行安装。该工具需要配合 nats-server 使用:
```bash
nats-server -m 8888
nats-top -m 8888
```
### 4.7.nats-bench ### 4.7.nats-bench
### 4.8.natsboard ### 4.8.natsboard