shirou_gopsutil/mem
Hugo Beauzée-Luyssen 8181a441a8
mem: linux: fix vmstat field names
The field names are read from /proc/vmstat were capitalized as their
output fields by mistake
2023-08-08 13:53:23 +02:00
..
testdata delete v2 directory, move v3 to top #1078 2021-11-30 23:47:59 +00:00
mem.go [mem][linux] added additional meminfo fields 2022-03-19 15:19:10 +08:00
mem_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files 2022-06-03 17:01:36 +02:00
mem_aix_cgo.go aix: split code, that uses perfstat, to _cgo and _nocgo files 2022-06-03 17:01:36 +02:00
mem_aix_nocgo.go fix lint 2023-02-12 09:24:52 +00:00
mem_bsd.go refactor: remove unnecessary exec.LookPath calls 2022-03-04 18:56:33 +02:00
mem_bsd_test.go gofumpt 2021-12-22 21:54:41 +00:00
mem_darwin.go fix more linting reports 2023-06-03 14:17:16 -07:00
mem_darwin_cgo.go Use the page size that host_statistics() pages are measured in 2022-07-25 12:22:57 +00:00
mem_darwin_nocgo.go refactor: remove unnecessary exec.LookPath calls 2022-03-04 18:56:33 +02:00
mem_darwin_test.go gofumpt 2021-12-22 21:54:41 +00:00
mem_fallback.go gofumpt 2021-12-22 21:54:41 +00:00
mem_freebsd.go fix lint 2023-02-12 09:24:52 +00:00
mem_linux.go mem: linux: fix vmstat field names 2023-08-08 13:53:23 +02:00
mem_linux_test.go allow to pass context values to override environment variables 2023-06-02 01:31:05 -07:00
mem_openbsd.go fix lint 2023-02-12 09:24:52 +00:00
mem_openbsd_386.go gofumpt 2021-12-22 21:54:41 +00:00
mem_openbsd_amd64.go Use unix.SysctlUvmexp on OpenBSD 2020-08-31 12:38:11 +02:00
mem_openbsd_arm.go host: add support for OpenBSD/armv7 2022-04-15 21:11:36 +02:00
mem_openbsd_arm64.go gofumpt 2021-12-22 21:54:41 +00:00
mem_plan9.go gofumpt 2021-12-22 21:54:41 +00:00
mem_plan9_test.go test: use `T.Setenv` to set env vars in tests 2022-12-20 13:13:01 +08:00
mem_solaris.go reuse the context.Context instead of creating a new Context 2022-11-28 22:30:09 -07:00
mem_solaris_test.go gofumpt 2021-12-22 21:54:41 +00:00
mem_test.go ci(lint): correct gci linter 2023-04-04 18:07:22 +00:00
mem_windows.go gofumpt 2021-12-22 21:54:41 +00:00
types_openbsd.go gofumpt 2021-12-22 21:54:41 +00:00