@@ -32,7 +32,7 @@ References:
32
32
33
33
#### Metric set:system
34
34
35
- | Metric name | Metric unit | Metric help description |
35
+ | Metric name | Metric unit | Metric help description |
36
36
| --------------| -------------| ------------------------------|
37
37
| name | none | Host name |
38
38
| descr | none | Operating system description |
@@ -41,3 +41,74 @@ References:
41
41
| services | number | Current number of services |
42
42
| processes | number | Current number of processes |
43
43
| 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 |
0 commit comments