shirou_gopsutil/mem
Ville Skyttä 093e68cb91 [mem][solaris] improve prtconf memory size scraping
Accept uppercase Memory, that's how it appears to be at least in Solaris
11.3 and OpenIndiana oi_151a7.
2021-10-22 18:27:43 +03:00
..
testdata/linux/virtualmemory [mem][linux] Fix #1002 only try to parse /proc/meminfo numeric values on fields we're interested in 2020-11-29 18:03:50 +01:00
mem.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_bsd.go [mem][bsd] fix missing arg 2021-10-09 22:49:58 +09:00
mem_bsd_test.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_darwin.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_darwin_cgo.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_darwin_nocgo.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_darwin_test.go add Timeout to invoke command and use common.Invoke refs: #201 2016-05-20 17:59:41 +09:00
mem_fallback.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_freebsd.go Fix typos 2019-03-18 02:52:26 +09:00
mem_linux.go [linux][mem] remove unnecessary import 2021-09-29 22:55:44 +09:00
mem_linux_test.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_openbsd.go Use unix.SysctlUvmexp on OpenBSD 2020-08-31 12:38:11 +02:00
mem_openbsd_386.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_openbsd_amd64.go Use unix.SysctlUvmexp on OpenBSD 2020-08-31 12:38:11 +02:00
mem_openbsd_arm64.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_solaris.go [mem][solaris] improve prtconf memory size scraping 2021-10-22 18:27:43 +03:00
mem_solaris_test.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_test.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
mem_windows.go Add mem.SwapDevices() method. 2021-08-19 10:16:30 -04:00
types_openbsd.go Use unix.SysctlUvmexp on OpenBSD 2020-08-31 12:38:11 +02:00