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/process
Conor Branagan 7b058c7436 Just look at filenames for linux NumFDs call.
In NumFDs we don't care about the contents of the fields, just how many
there are.
8 years ago
..
testdata/darwin rename expected dir to testdata. 8 years ago
process.go added funtion for calculation of CPU usage percentage of a process 8 years ago
process_darwin.go Fix process.Exe() on macOS 10.12 8 years ago
process_darwin_386.go add platform compatibility 8 years ago
process_darwin_amd64.go [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 9 years ago
process_fallback.go Add support for OpenBSD/amd64 8 years ago
process_freebsd.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago
process_freebsd_386.go run go fmt ./... 8 years ago
process_freebsd_amd64.go run go fmt ./... 8 years ago
process_freebsd_arm.go Add native struct support for FreeBSD/arm. 8 years ago
process_linux.go Just look at filenames for linux NumFDs call. 8 years ago
process_openbsd.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago
process_openbsd_amd64.go run go fmt ./... 8 years ago
process_posix.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago
process_posix_test.go Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}` 8 years ago
process_test.go add features to README. Thank you for all of great contributors! 8 years ago
process_windows.go Merge pull request #387 from tychoish/windows-data-collection 8 years ago
process_windows_386.go [process]windows: implement process.MemoryInfo (but no swap) 9 years ago
process_windows_amd64.go [process]windows: implement process.MemoryInfo (but no swap) 9 years ago
types_darwin.go process: fix darwin kinfo_proc struct and introduce creation by godef. 10 years ago
types_freebsd.go [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs. 9 years ago
types_openbsd.go run go fmt ./... 8 years ago