Commit Graph

19 Commits (87b0257e5b74e066a03b5c3cfeddd15a76584be4)

Author SHA1 Message Date
Matthieu MOREL b673968d5d
enable errorlint linter
shirou 0969c9436b delete v2 directory, move v3 to top #1078
Lomanic b7781f5858 [disk] Skip tests on non-implemented platforms #446
Lomanic dc5a4756c9 [disk][darwin] Fix #560 using github.com/lufia/iostat cgo implementation
shirou 57f370e130 [disk]linux: fix test
shirou 756e91c8f5 [disk]linux: use basename such as sda1 for IOCounters
Marc Magnin 31f4fb8dee fixed test TestDiskIOCountersStat_String to consider new weightedIO field
Lukas Fittl 8f2153dfcf Add missing disk IO statistics for merged reads/writes, IOPS in progress.
WAKAYAMA shirou e864f2a037 [disk]freebsd: update 386.
Shirou WAKAYAMA 4bb84648bf JSON representation is renamed to fit Google JSON style, camelCase.
Shirou WAKAYAMA ea152ea901 [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters
WAKAYAMA shirou bb04b692c3 disk[freebsd]: update devstat mib.
Shirou WAKAYAMA 59c4b4ca75 disk[linux]: fix fstype map.
Shirou WAKAYAMA ad6c3f60a7 disk[freebsd,darwin,windows]: add fstype to DiskUsageStat.
Shirou WAKAYAMA b5ffc220a6 common: Rename StringContains to StringsContains and add StringsHas.
WAKAYAMA shirou 0451709fe3 disk: add disk_io_counter to FreeBSD by using sysctl(kern.devstat.all).
Shirou WAKAYAMA 13cd195a7e change package name.
Shirou WAKAYAMA 1cb67eb4c2 merge 039b9defab
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24