You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/mem
Lomanic 84afaae670 [host][mem][process][openbsd] Add 386 const and types definitions
Continuation of #721, this type using mktypes.sh that I didn't know at the time.
Weirdly, `go tool cgo -godefs` doesn't produce propery go-fmt-ed code, had to do run go-fmt manually afterwards.
5 years ago
..
mem.go Added comment noting that PgMajFault is Linux specific 5 years ago
mem_darwin.go [mem][darwin] Remove calls to sysctl binary in mem/mem_darwin.go #639 6 years ago
mem_darwin_cgo.go Add WithContext functions. 7 years ago
mem_darwin_nocgo.go Add WithContext functions. 7 years ago
mem_darwin_test.go add Timeout to invoke command and use common.Invoke refs: #201 9 years ago
mem_fallback.go Add WithContext functions. 7 years ago
mem_freebsd.go Fix typos 6 years ago
mem_linux.go Add pgmajfault to data returned by vmstat on Linux 5 years ago
mem_openbsd.go Use unix.SysctlUvmexp on OpenBSD 5 years ago
mem_openbsd_386.go [host][mem][process][openbsd] Add 386 const and types definitions 5 years ago
mem_openbsd_amd64.go Use unix.SysctlUvmexp on OpenBSD 5 years ago
mem_solaris.go Fix: use filename in exec.LookPath instead of full path 6 years ago
mem_test.go Fix TestVirtual_memory on OpenBSD 5 years ago
mem_windows.go Set the 'free' memory value to the 'available' memory on windows 5 years ago
types_openbsd.go Use unix.SysctlUvmexp on OpenBSD 5 years ago