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
Thomas Hipp eb4a57117f
process: determine page sizes via function
Instead of hard-coding the page size for linux systems, use Go's
`Getpagesize` function.

This resolves #258.

Signed-off-by: Thomas Hipp <thipp@suse.de>
9 years ago
..
expected/darwin [process]darwin: expected ps file was changed. 9 years ago
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 [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters 9 years ago
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 process: determine page sizes via function 9 years ago
process_linux_386.go process: determine page sizes via function 9 years ago
process_linux_amd64.go process: determine page sizes via function 9 years ago
process_linux_arm.go process: determine page sizes via function 9 years ago
process_linux_arm64.go process: determine page sizes via function 9 years ago
process_posix.go [process]linux: porcess was not started. 9 years ago
process_posix_test.go change package name. 10 years ago
process_test.go [process]linux: linux process status change to "R" not "Running" see #173 9 years ago
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 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