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
Tobias Klauser a61c905252 Use golang.org/x/windows functions instead of github.com/shirou/w32
All functions used from github.com/shirou/w32 are also available from
golang.org/x/sys/windows which is already used in other places. Convert
the remaining usages to use the functions from x/sys/windows.
6 years ago
..
testdata/darwin rename expected dir to testdata. 8 years ago
process.go Revert "[process] Fix #599 cap percent values returned by *Percent() between 0 and 100" 6 years ago
process_darwin.go [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 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_darwin_cgo.go [darwin][process] Add cgo implementation of Exe() from PR #243 6 years ago
process_darwin_nocgo.go [darwin][process] Add cgo implementation of Exe() from PR #243 6 years ago
process_fallback.go [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 years ago
process_freebsd.go [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 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 [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 years ago
process_openbsd.go [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 years ago
process_openbsd_amd64.go run go fmt ./... 8 years ago
process_posix.go [process][posix] Fix #607 check pid existence with a signal instead of listing every pids 6 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 [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 years ago
process_windows.go Use golang.org/x/windows functions instead of github.com/shirou/w32 6 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