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
司芳源 facd46a4a5 Implement disk.GetDiskSerialNumber for Windows via WMI. Parameter should be drive letter, so it can be used in IOCountersStat. See last part of https://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx. 7 years ago
..
disk.go [disk][linux] add label based on devicemapper name of disk 7 years ago
disk_darwin.go disk: Check for error objects returned by Getfsstat 7 years ago
disk_darwin.h disk_darwin: Add support for IOCounters using IOKit 8 years ago
disk_darwin_386.go [disk] darwin i386: add definition for darwin/386 7 years ago
disk_darwin_amd64.go [disk] darwin i386: add definition for darwin/386 7 years ago
disk_darwin_arm64.go [disk] darwin i386: add definition for darwin/386 7 years ago
disk_darwin_cgo.go Add WithContext functions. 7 years ago
disk_darwin_nocgo.go Add WithContext functions. 7 years ago
disk_fallback.go Add WithContext functions. 7 years ago
disk_freebsd.go disk: Check for error objects returned by Getfsstat 7 years ago
disk_freebsd_386.go [disk]freebsd: update 386. 9 years ago
disk_freebsd_amd64.go Merge branch 'master' into v2 9 years ago
disk_linux.go disk[linux]: cast uint64 for build on MIPS 7 years ago
disk_openbsd.go disk: Check for error objects returned by Getfsstat 7 years ago
disk_openbsd_amd64.go run go fmt ./... 8 years ago
disk_solaris.go Add WithContext functions. 7 years ago
disk_test.go [disk]linux: fix test 7 years ago
disk_unix.go Add WithContext functions. 7 years ago
disk_windows.go Implement disk.GetDiskSerialNumber for Windows via WMI. Parameter should be drive letter, so it can be used in IOCountersStat. See last part of https://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx. 7 years ago
types_freebsd.go [disk]freebsd: change to use C.sizeof_struct. 9 years ago
types_openbsd.go run go fmt ./... 8 years ago