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
Steve Zhang cf62eac8f9 The current codes miss below statistic data under solaris/illumos:
1. the disk io statistic data as: nread, nwritten, reads, writes, rtime, wtime;
2. the free memory under global zone;
3. the net io statistic data as: rbytes64, ipackets64, idrops64, ierrors, obytes64, opackets64, odrops64, oerrors.

The new feature branch adds the above missing statistic data based on the psutil project (https://psutil.readthedocs.io/), it has been tested under solaris ( Oracle Solaris 11.4 X86) and illumos (OmniOS v11 r151044).
3 years ago
..
disk.go delete v2 directory, move v3 to top #1078 3 years ago
disk_aix.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
disk_aix_cgo.go aix: split code, that uses perfstat, to _cgo and _nocgo files 3 years ago
disk_aix_nocgo.go aix disk: implement getFSType to get Usage() from disk_unix working; implement Partitions() 3 years ago
disk_darwin.go gofumpt 3 years ago
disk_darwin_cgo.go [ios][disk] IOKit is not available on iOS 3 years ago
disk_darwin_nocgo.go [ios][disk] IOKit is not available on iOS 3 years ago
disk_fallback.go gofumpt 3 years ago
disk_freebsd.go refactor: remove unnecessary exec.LookPath calls 3 years ago
disk_freebsd_386.go gofumpt 3 years ago
disk_freebsd_amd64.go gofumpt 3 years ago
disk_freebsd_arm.go gofumpt 3 years ago
disk_freebsd_arm64.go gofumpt 3 years ago
disk_linux.go follow the psutil principles, do nothing if can not find root device 3 years ago
disk_openbsd.go Mirror updated x/sys/unix OpenBSD Statfs_t fields 3 years ago
disk_openbsd_386.go gofumpt 3 years ago
disk_openbsd_amd64.go delete v2 directory, move v3 to top #1078 3 years ago
disk_openbsd_arm.go host: add support for OpenBSD/armv7 3 years ago
disk_openbsd_arm64.go gofumpt 3 years ago
disk_solaris.go The current codes miss below statistic data under solaris/illumos: 3 years ago
disk_test.go enable errorlint linter 3 years ago
disk_unix.go Merge pull request #1341 from chbuescher/master 3 years ago
disk_windows.go code review 3 years ago
iostat_darwin.c Use 0 as default mach port 3 years ago
iostat_darwin.h Replace IOMainPort/IOMasterPort() and kIOMainPortDefault/kIOMasterPortDefault with NULL 3 years ago
types_freebsd.go gofumpt 3 years ago
types_openbsd.go gofumpt 3 years ago