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
shirou 79184fee44 Merge pull request #251 from theothertomelliott/master
Correctly handle long running processes on OSX
9 years ago
..
expected/darwin
process.go Remove the requirement to use lsof by using the information provided in status to get the parent pid 9 years ago
process_darwin.go Correctly handle long running processes on OSX 9 years ago
process_darwin_amd64.go
process_fallback.go Add fallback code for all unsupported operating systems. 9 years ago
process_freebsd.go fixed by golint. 9 years ago
process_freebsd_386.go [process]freebsd: update 386. 9 years ago
process_freebsd_amd64.go [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs. 9 years ago
process_linux.go fix incorrect names for fields in proc/pid/io 9 years ago
process_linux_386.go
process_linux_amd64.go
process_linux_arm.go
process_linux_arm64.go [process]linux: add linux_arm64.go explicitly 9 years ago
process_posix.go [process]linux: porcess was not started. 9 years ago
process_posix_test.go
process_test.go
process_windows.go Casting the values of working set and page file to uint64 9 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
types_freebsd.go [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs. 9 years ago