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
Lomanic f98100720e [process][windows] Fix #846 use win32 API in disk.IOCounters() instead of slow WMI call returning wrong values 5 years ago
..
disk.go
disk_darwin.c
disk_darwin.go Use Getfsstat from golang.org/x/sys/unix on Darwin 5 years ago
disk_darwin.h
disk_darwin_cgo.go
disk_darwin_nocgo.go
disk_fallback.go
disk_freebsd.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
disk_freebsd_386.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
disk_freebsd_amd64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
disk_freebsd_arm.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
disk_freebsd_arm64.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
disk_linux.go implement proposed solution 5 years ago
disk_openbsd.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD 5 years ago
disk_openbsd_386.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD 5 years ago
disk_openbsd_amd64.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD 5 years ago
disk_solaris.go
disk_test.go
disk_unix.go
disk_windows.go [process][windows] Fix #846 use win32 API in disk.IOCounters() instead of slow WMI call returning wrong values 5 years ago
types_freebsd.go Use Getstatfs from golang.org/x/sys/unix for 64-bit inode support on FreeBSD 12 5 years ago
types_openbsd.go Use Getfsstat from golang.org/x/sys/unix on OpenBSD 5 years ago