Skip to content

Commit

Permalink
Update monitor_console_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msecowner authored Mar 20, 2017
1 parent 203e5ff commit 6b5e9f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions document/standalone/monitor_console_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ docker ps -a
| 38002 | 监控服务业务上报端口 |
| 38003 | 监控服务数据获取端口 |

## 3.4 业务机器Agent安装
## 3.4 关键数据

请参考监控服务使用说明文档中[关键数据](https://github.com/Tencent/MSEC/blob/master/document/msec/monitor_service_instruction.md#关键数据)一节。

## 3.5 业务机器Agent安装

每台业务机器必须安装Agent包,这样才能和监控系统交互。

Expand Down Expand Up @@ -236,4 +240,4 @@ AccessMonitor.add("test", 11); // test为上报属性名,11为累加值

```java
AccessMonitor.set("test", 100); // test为上报属性名 100为上报值
```
```

0 comments on commit 6b5e9f7

Please sign in to comment.