Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 6.monitor-parameter.md #770

Merged
merged 3 commits into from
Jul 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs-2.0/nebula-dashboard/6.monitor-parameter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 监控指标说明
# 监控说明

本文介绍Dashboard中展示的Nebula Graph监控指标
本文介绍Dashboard中展示的Nebula Graph监控项

!!! note

Expand Down Expand Up @@ -60,6 +60,18 @@

## 服务

### 聚合方式

|参数|说明|
|:---|:---|
|`rate`| 周期内平均每秒操作的速率|
|`sum`| 周期内操作的总和|
|`avg`| 周期内响应平均耗时|
|`P75`| 周期内响应耗时从小到大排列,顺序处于75%位置的分位数|
|`P95`| 周期内响应耗时从小到大排列,顺序处于95%位置的分位数|
|`P99`| 周期内响应耗时从小到大排列,顺序处于99%位置的分位数|
|`P999`| 周期内响应耗时从小到大排列,顺序处于99.9%位置的分位数|

### Graph

|参数|说明|
Expand Down