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 68ad8d603c
process: make `ClockTicks` arch-independent
The value for `ClockTicks` is defined as `100` by the Linux kernel for
all currently supported architectures in Go. Therefore, there is no need
to define this constant for each architecture separately.

This fixes #260.

Signed-off-by: Thomas Hipp <thomashipp@gmail.com>
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: make `ClockTicks` arch-independent 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