update dashboard docs. #1301

pull/1426/head
xuefeng0707 5 years ago committed by hengyunabc
parent ef9cf11b1e
commit 5e3d8711ff

@ -7,6 +7,13 @@ dashboard
当运行在Ali-tomcat时会显示当前tomcat的实时信息如HTTP请求的qps, rt, 错误数, 线程池信息等等。
### 参数说明
|参数名称|参数说明|
|---:|:---|
|[i:]|刷新实时数据的时间间隔 (ms)默认5000ms|
|[n:]|刷新实时数据的次数|
### 使用参考
```

@ -7,6 +7,13 @@ dashboard
When running in Apache Tomcat Alibaba edition, the dashboard will also present the real time statistics of the tomcat, including [QPS](https://en.wikipedia.org/wiki/Queries_per_second), RT, error counts, and thread pool, etc.
### Options
|Name|Specification|
|---:|:---|
|[i:]|The interval (in ms) between two executions, default is 5000 ms.|
|[n:]|The number of times this command will be executed.|
### Usage
```

Loading…
Cancel
Save