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
Daniel Theophanes 0af895258e common: rename package common to internal/common. Add ENV helper funcs.
Package common wasn't used for public functions. Place it in an
internal directory to prevent other packages from using.

Remove the distributed references to "HOST_PROC" and "HOST_SYS"
consts and combine into a common function. This also helps so that
if a env var is defined with a trailing slash all will continue to
work as expected.

Fixes #100
10 years ago
..
mem.go change package name. 11 years ago
mem_darwin.go Use vm_stat command on darwin to get memory 10 years ago
mem_darwin_test.go mem[darwin]: fix printf verb. 10 years ago
mem_freebsd.go mem[freebsd]: fix virtual memory available and used. 10 years ago
mem_linux.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
mem_test.go change package name. 11 years ago
mem_windows.go change package name. 11 years ago