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
Joseph Malicki 6f716d14c8 Add support for Linux discards and flushes in IOCounterStats.
These were added in kernels 4.18 and 5.5, respectively.

Flushes (i.e. fsyncs) are especially important for logging for database servers and
the like, as flushes can be a very limiting factor on IO throughput.
3 years ago
..
testdata/linux Add support for Linux discards and flushes in IOCounterStats. 3 years ago
disk.go Add support for Linux discards and flushes in IOCounterStats. 3 years ago
disk_aix.go gofumpt 3 years ago
disk_darwin.go gofumpt 3 years ago
disk_darwin_cgo.go gofumpt 3 years ago
disk_darwin_nocgo.go gofumpt 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 Add support for Linux discards and flushes in IOCounterStats. 3 years ago
disk_linux_test.go Add support for Linux discards and flushes in IOCounterStats. 3 years ago
disk_openbsd.go gofumpt 3 years ago
disk_openbsd_386.go gofumpt 3 years ago
disk_openbsd_amd64.go delete v2 directory, move v3 to top #1078 4 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 refactor: remove unnecessary exec.LookPath calls 3 years ago
disk_test.go Add support for Linux discards and flushes in IOCounterStats. 3 years ago
disk_unix.go gofumpt 3 years ago
disk_windows.go [disk][windows] Set EnableCounterForIoctl reg key to 1 in init() to automatically enable diskperf on Server editions 3 years ago
iostat_darwin.c [mac] fix deprecated code in macOS Monterey 4 years ago
iostat_darwin.h [mac] fix deprecated code in macOS Monterey 4 years ago
types_freebsd.go gofumpt 3 years ago
types_openbsd.go gofumpt 3 years ago