@@ -70,29 +70,16 @@ The output is below.
70
70
Total: 3179569152, Free:284233728, UsedPercent:84.508194%
71
71
{"total":3179569152,"available":492572672,"used":2895335424,"usedPercent":84.50819439828305, (snip...)}
72
72
73
- You can set an alternative location to ` /proc ` by setting the ` HOST_PROC `
74
- environment variable.
73
+ You can set alternative locations for various system directories by using the following environment variables:
75
74
76
- You can set an alternative location to ` /sys ` by setting the ` HOST_SYS `
77
- environment variable.
78
-
79
- You can set an alternative location to ` /etc ` by setting the ` HOST_ETC `
80
- environment variable.
81
-
82
- You can set an alternative location to ` /var ` by setting the ` HOST_VAR `
83
- environment variable.
84
-
85
- You can set an alternative location to ` /run ` by setting the ` HOST_RUN `
86
- environment variable.
87
-
88
- You can set an alternative location to ` /dev ` by setting the ` HOST_DEV `
89
- environment variable.
90
-
91
- You can set an alternative location to ` / ` by setting the ` HOST_ROOT `
92
- environment variable.
93
-
94
- You can set an alternative location to ` /proc/N/mountinfo ` by setting the
95
- ` HOST_PROC_MOUNTINFO ` environment variable.
75
+ - /proc: ` HOST_PROC `
76
+ - /sys: ` HOST_SYS `
77
+ - /etc: ` HOST_ETC `
78
+ - /var: ` HOST_VAR `
79
+ - /run: ` HOST_RUN `
80
+ - /dev: ` HOST_DEV `
81
+ - /: ` HOST_ROOT `
82
+ - /proc/N/mountinfo: ` HOST_PROC_MOUNTINFO `
96
83
97
84
### Adding settings using ` context ` (from v3.23.6)
98
85
@@ -207,20 +194,19 @@ Some code is ported from Ohai. Many thanks.
207
194
208
195
- x: works
209
196
- b: almost works, but something is broken
210
- - c: works in CGO only
211
197
212
198
| name | Linux | FreeBSD | OpenBSD | macOS | Windows | Solaris | Plan 9 | AIX |
213
199
| ----------------------| -------| ---------| ---------| --------| ---------| ---------| ---------| ---------|
214
200
| cpu\_ times | x | x | x | x | x | | b | x |
215
201
| cpu\_ count | x | x | x | x | x | | x | x |
216
202
| cpu\_ percent | x | x | x | x | x | | | x |
217
203
| cpu\_ times\_ percent | x | x | x | x | x | | | x |
218
- | virtual\_ memory | x | x | x | x | x | b | x | x |
204
+ | virtual\_ memory | x | x | x | x | x | b | x | x |
219
205
| swap\_ memory | x | x | x | x | | | x | X |
220
206
| disk\_ partitions | x | x | x | x | x | | | x |
221
- | disk\_ io\_ counters | x | x | x | | | | | |
207
+ | disk\_ io\_ counters | x | x | x | x | x | | | |
222
208
| disk\_ usage | x | x | x | x | x | | | x |
223
- | net\_ io\_ counters | x | x | x | b | x | | | |
209
+ | net\_ io\_ counters | x | x | x | b | x | x | | |
224
210
| boot\_ time | x | x | x | x | x | | | X |
225
211
| users | x | x | x | x | x | | | x |
226
212
| pids | x | x | x | x | x | | | |
@@ -230,6 +216,7 @@ Some code is ported from Ohai. Many thanks.
230
216
| net\_ if\_ addrs | | | | | | | | x |
231
217
| net\_ if\_ stats | | | | | | | | x |
232
218
| netfilter\_ conntrack | x | | | | | | | |
219
+ | sensors_temperature | x | | | x | x | x | | |
233
220
234
221
235
222
### Process class
@@ -239,27 +226,26 @@ Some code is ported from Ohai. Many thanks.
239
226
| pid | x | x | x | x | x |
240
227
| ppid | x | x | x | x | x |
241
228
| name | x | x | x | x | x |
242
- | cmdline | x | x | | x | x |
229
+ | cmdline | x | x | x | x | x |
243
230
| create\_ time | x | | | x | x |
244
231
| status | x | x | x | x | |
245
- | cwd | x | | | x | x |
232
+ | cwd | x | x | x | x | x |
246
233
| exe | x | x | x | | x |
247
234
| uids | x | x | x | x | |
248
235
| gids | x | x | x | x | |
249
236
| terminal | x | x | x | | |
250
237
| io\_ counters | x | x | x | | x |
251
238
| nice | x | x | x | x | x |
252
- | num\_ fds | x | | | | |
239
+ | num\_ fds | x | | | | x |
253
240
| num\_ ctx\_ switches | x | | | | |
254
241
| num\_ threads | x | x | x | x | x |
255
242
| cpu\_ times | x | | | | x |
256
243
| memory\_ info | x | x | x | x | x |
257
- | memory\_ info\_ ex | x | | | | |
258
244
| memory\_ maps | x | | | | |
259
- | open\_ files | x | | | | |
245
+ | open\_ files | x | | | | x |
260
246
| send\_ signal | x | x | x | x | |
261
- | suspend | x | x | x | x | |
262
- | resume | x | x | x | x | |
247
+ | suspend | x | x | x | x | x |
248
+ | resume | x | x | x | x | x |
263
249
| terminate | x | x | x | x | x |
264
250
| kill | x | x | x | x | |
265
251
| username | x | x | x | x | x |
@@ -276,39 +262,39 @@ Some code is ported from Ohai. Many thanks.
276
262
| is\_ running | | | | | |
277
263
| page\_ faults | x | | | | |
278
264
279
- ### Original Metrics
280
-
281
- | item | Linux | FreeBSD | OpenBSD | macOS | Windows | Solaris | AIX |
282
- | -----------------| -------| ---------| ---------| --------| --------| ---------| ---------|
283
- | ** HostInfo** | | | | | | | |
284
- | hostname | x | x | x | x | x | x | X |
285
- | uptime | x | x | x | x | | x | x |
286
- | process | x | x | x | | | x | |
287
- | os | x | x | x | x | x | x | x |
288
- | platform | x | x | x | x | | x | x |
289
- | platformfamily | x | x | x | x | | x | x |
290
- | virtualization | x | | | | | | |
291
- | ** CPU** | | | | | | | |
292
- | VendorID | x | x | x | x | x | x | x |
293
- | Family | x | x | x | x | x | x | x |
294
- | Model | x | x | x | x | x | x | x |
295
- | Stepping | x | x | x | x | x | x | |
296
- | PhysicalID | x | | | | | x | |
297
- | CoreID | x | | | | | x | |
298
- | Cores | x | | | | x | x | x |
299
- | ModelName | x | x | x | x | x | x | x |
300
- | Microcode | x | | | | | x | |
301
- | ** LoadAvg** | | | | | | | |
302
- | Load1 | x | x | x | x | | | x |
303
- | Load5 | x | x | x | x | | | x |
304
- | Load15 | x | x | x | x | | | x |
305
- | ** GetDockerID** | | | | | | | |
306
- | container id | x | no | no | no | no | | |
307
- | ** CgroupsCPU** | | | | | | | |
308
- | user | x | no | no | no | no | | |
309
- | system | x | no | no | no | no | | |
310
- | ** CgroupsMem** | | | | | | | |
311
- | various | x | no | no | no | no | | |
265
+ ### gopsutil Original Metrics
266
+
267
+ | item | Linux | FreeBSD | OpenBSD | macOS | Windows | Solaris | AIX |
268
+ | ------------------------ | -------| ---------| ---------| --------| --------| ---------| ---------|
269
+ | ** HostInfo** | | | | | | | |
270
+ | hostname | x | x | x | x | x | x | X |
271
+ | uptime | x | x | x | x | | x | x |
272
+ | process | x | x | x | | | x | |
273
+ | os | x | x | x | x | x | x | x |
274
+ | platform | x | x | x | x | | x | x |
275
+ | platformfamily | x | x | x | x | | x | x |
276
+ | virtualization | x | | | | | | |
277
+ | ** CPU** | | | | | | | |
278
+ | VendorID | x | x | x | x | x | x | x |
279
+ | Family | x | x | x | x | x | x | x |
280
+ | Model | x | x | x | x | x | x | x |
281
+ | Stepping | x | x | x | x | x | x | |
282
+ | PhysicalID | x | | | | | x | |
283
+ | CoreID | x | | | | | x | |
284
+ | Cores | x | | | x | x | x | x |
285
+ | ModelName | x | x | x | x | x | x | x |
286
+ | Microcode | x | | | | | x | |
287
+ | ** LoadAvg** | | | | | | | |
288
+ | Load1 | x | x | x | x | x | x | x |
289
+ | Load5 | x | x | x | x | x | x | x |
290
+ | Load15 | x | x | x | x | x | x | x |
291
+ | ** Docker GetDockerID** | | | | | | | |
292
+ | container id | x | no | no | no | no | no | no |
293
+ | ** Docker CgroupsCPU** | | | | | | | |
294
+ | user | x | no | no | no | no | no | no |
295
+ | system | x | no | no | no | no | no | no |
296
+ | ** Docker CgroupsMem** | | | | | | | |
297
+ | various | x | no | no | no | no | no | no |
312
298
313
299
- future work
314
300
- process_iter
0 commit comments