Skip to content

Commit 1280c61

Browse files
authored
[doc] improve windows monitoring doc(apache#2869)
1 parent 86ad10a commit 1280c61

File tree

2 files changed

+145
-3
lines changed

2 files changed

+145
-3
lines changed

home/docs/help/windows.md

+72-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ References:
3232

3333
#### Metric set:system
3434

35-
| Metric name | Metric unit | Metric help description |
35+
| Metric name | Metric unit | Metric help description |
3636
|--------------|-------------|------------------------------|
3737
| name | none | Host name |
3838
| descr | none | Operating system description |
@@ -41,3 +41,74 @@ References:
4141
| services | number | Current number of services |
4242
| processes | number | Current number of processes |
4343
| responseTime | ms | Collection response time |
44+
| location | none | Location |
45+
| memory | GB | System memory |
46+
47+
#### Metric set: process
48+
49+
| Field name | Metric unit | Metric help description |
50+
|-------------------|-------------|-------------------------|
51+
| hrSWRunIndex | none | Index |
52+
| hrSWRunName | none | Process name |
53+
| hrSWRunID | none | Process ID |
54+
| hrSWRunPath | none | Process path |
55+
| hrSWRunParameters | none | Process parameters |
56+
| hrSWRunType | none | Process type |
57+
| hrSWRunStatus | none | Process status |
58+
| hrSWRunPerfCPU | s | Process CPU usage |
59+
| hrSWRunPerfMem | KB | Process memory usage |
60+
61+
#### Metric set: service
62+
63+
| Field name | Metric unit | Metric help description |
64+
|-----------------------|-------------|-------------------------|
65+
| svSvcName | none | Service name |
66+
| svSvcInstalledState | none | Service installed state |
67+
| svSvcOperatingState | none | Service operating state |
68+
| svSvcCanBeUninstalled | none | Can be uninstalled |
69+
| svSvcCanBePaused | none | Can be paused |
70+
71+
#### Metric set: installation
72+
73+
| Field name | Metric unit | Metric help description |
74+
|--------------------|-------------|-------------------------|
75+
| hrSWInstalledIndex | none | Index |
76+
| hrSWInstalledName | none | Installed name |
77+
| hrSWInstalledID | none | Installed ID |
78+
| hrSWInstalledType | none | Installed type |
79+
80+
#### Metric set: storage
81+
82+
| Field name | Metric unit | Metric help description |
83+
|------------|-------------|-------------------------|
84+
| index | none | Index |
85+
| descr | none | Storage description |
86+
| size | Mb | Storage size |
87+
| free | Mb | Free space |
88+
| used | Mb | Used space |
89+
| usage | % | Usage percentage |
90+
91+
#### Metric set: interface details
92+
93+
| Field name | Metric unit | Metric help description |
94+
|--------------|-------------|----------------------------|
95+
| index | none | Index |
96+
| descr | none | Interface name |
97+
| speed | Mbps | Interface speed |
98+
| in_octets | Kbps | Inbound traffic |
99+
| out_octets | Kbps | Outbound traffic |
100+
| admin_status | none | Administrative status |
101+
| oper_status | none | Operational status |
102+
| mtu | B | MTU |
103+
| in_discards | number | Inbound discarded packets |
104+
| in_errors | number | Inbound error packets |
105+
| out_discards | number | Outbound discarded packets |
106+
| out_errors | number | Outbound error packets |
107+
108+
#### Metric set: device
109+
110+
| Field name | Metric unit | Metric help description |
111+
|------------|-------------|-------------------------|
112+
| index | none | Index |
113+
| descr | none | Description |
114+
| status | none | Status |

home/i18n/zh-cn/docusaurus-plugin-content-docs/current/help/windows.md

+73-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ keywords: [开源监控系统, 开源操作系统监控, Windows操作系统监
3030

3131
### 采集指标
3232

33-
#### 指标集合:system
33+
#### 指标集合:系统
3434

35-
| 指标名称 | 指标单位 | 指标帮助描述 |
35+
| 指标名称 | 指标单位 | 指标帮助描述 |
3636
|--------------|------|--------|
3737
| name || 主机名称 |
3838
| descr || 操作系统描述 |
@@ -41,3 +41,74 @@ keywords: [开源监控系统, 开源操作系统监控, Windows操作系统监
4141
| services | 个数 | 当前服务数量 |
4242
| processes | 个数 | 当前进程数量 |
4343
| responseTime | ms | 采集响应时间 |
44+
| location || 位置 |
45+
| memory | GB | 系统内存 |
46+
47+
#### 指标集合:进程
48+
49+
| 字段名称 | 指标单位 | 指标帮助描述 |
50+
|-------------------|------|----------|
51+
| hrSWRunIndex || 编号 |
52+
| hrSWRunName || 进程名称 |
53+
| hrSWRunID || 进程 ID |
54+
| hrSWRunPath || 进程路径 |
55+
| hrSWRunParameters || 进程参数 |
56+
| hrSWRunType || 进程类型 |
57+
| hrSWRunStatus || 进程状态 |
58+
| hrSWRunPerfCPU | s | 进程占用 CPU |
59+
| hrSWRunPerfMem | KB | 进程占用内存 |
60+
61+
#### 指标集合:服务
62+
63+
| 字段名称 | 指标单位 | 指标帮助描述 |
64+
|-----------------------|------|-----------|
65+
| svSvcName || 服务名称 |
66+
| svSvcInstalledState || 服务安装状态 |
67+
| svSvcOperatingState || 服务运行状态 |
68+
| svSvcCanBeUninstalled || 服务是否可以被卸载 |
69+
| svSvcCanBePaused || 服务是否可以被暂停 |
70+
71+
#### 指标集合:安装
72+
73+
| 字段名称 | 指标单位 | 指标帮助描述 |
74+
|--------------------|------|--------|
75+
| hrSWInstalledIndex || 编号 |
76+
| hrSWInstalledName || 安装名称 |
77+
| hrSWInstalledID || 安装 ID |
78+
| hrSWInstalledType || 安装类型 |
79+
80+
#### 指标集合:存储
81+
82+
| 字段名称 | 指标单位 | 指标帮助描述 |
83+
|-------|------|--------|
84+
| index || 编号 |
85+
| descr || 存储描述 |
86+
| size | Mb | 存储大小 |
87+
| free | Mb | 存储空闲 |
88+
| used | Mb | 存储占用 |
89+
| usage | % | 存储使用率 |
90+
91+
#### 指标集合:接口详情
92+
93+
| 字段名称 | 指标单位 | 指标帮助描述 |
94+
|--------------|------|--------|
95+
| index || 编号 |
96+
| descr || 接口名称 |
97+
| speed | Mbps | 接口速率 |
98+
| in_octets | Kbps | 入流量 |
99+
| out_octets | Kbps | 出流量 |
100+
| admin_status || 配置状态 |
101+
| oper_status || 当前状态 |
102+
| mtu | B | MTU |
103+
| in_discards | 个数 | 入丢包数 |
104+
| in_errors | 个数 | 入错包数 |
105+
| out_discards | 个数 | 出丢包数 |
106+
| out_errors | 个数 | 出错包数 |
107+
108+
#### 指标集合:设备
109+
110+
| 字段名称 | 指标单位 | 指标帮助描述 |
111+
|----------|------|--------|
112+
| index || 编号 |
113+
| descr || 描述 |
114+
| status || 状态 |

0 commit comments

Comments
 (0)