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/disk
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
..
binary.go disk: forget to add some files. 10 years ago
disk.go disk[freebsd,darwin,windows]: add fstype to DiskUsageStat. 10 years ago
disk_darwin.go disk[freebsd,darwin,windows]: add fstype to DiskUsageStat. 10 years ago
disk_darwin_amd64.go change package name. 11 years ago
disk_freebsd.go disk[freebsd]: update devstat mib. 10 years ago
disk_freebsd_amd64.go disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all). 10 years ago
disk_linux.go common: rename package common to internal/common. Add ENV helper funcs. 10 years ago
disk_test.go disk[freebsd]: update devstat mib. 10 years ago
disk_unix.go disk[freebsd,darwin,windows]: add fstype to DiskUsageStat. 10 years ago
disk_windows.go disk[windows]: change to use WMI to get disk io counter information. 10 years ago
types_freebsd.go disk: forget to add some files. 10 years ago