Commit Graph

1493 Commits (00957cfedcbe63524a680e52aaf369415dac308c)
 

Author SHA1 Message Date
Shirou WAKAYAMA d1b1221e7f implements Process.Send_signal() and other signal functions on posix.
Shirou WAKAYAMA 9ae9ff1bce Merge branch 'master' of github.com:shirou/gopsutil
Shirou WAKAYAMA db655861e3 implements Process.open_files on linux.
WAKAYAMA shirou 2ab5dabb43 fix return type.
Shirou WAKAYAMA 887f7514a4 fix test pid to use os.Getpid()
Shirou WAKAYAMA 400054f2f0 imeplements Process.Memory_Maps(). This is a function because map is very large.
Shirou WAKAYAMA 79811544a4 process.parent is now future work (use ppid instead)
Shirou WAKAYAMA a6e7b8261d implements process.exe on linux.
Shirou WAKAYAMA 51c2995c2b implement cwd on linux.
Shirou WAKAYAMA 2e50131db8 implement Process.Memory_info on linux.
Shirou WAKAYAMA 8b3fb8cea5 update README about process class.
Shirou WAKAYAMA a12080c33c Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 9741156483 Oops miss directive
WAKAYAMA Shirou 744bf3d6d8 add drone.io status badge
Shirou WAKAYAMA 5ed730e5d0 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou fba2063a73 cast rdev to uint64
Shirou WAKAYAMA 0dcaecbada implements Create_time of process_linux.
Shirou WAKAYAMA b01775ecf9 fix CLOCK_TICKS
Shirou WAKAYAMA d5176e0c0b fix fillFunc is not called problem
Shirou WAKAYAMA 19f52ebbf6 use first-class funcs to fill Process information.
Shirou WAKAYAMA 1ecf1a011b posix function move to process_posix.go
WAKAYAMA Shirou b12ec08970 gm fmt
WAKAYAMA Shirou 1703a5b606 implements some of process information on linux/amd64.
Shirou WAKAYAMA 7b61bc5837 change uint64 to float32.
Shirou WAKAYAMA 23b2034406 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 370a78842f start to get windows process information
WAKAYAMA Shirou a1cad298ab change test pid if windows
WAKAYAMA Shirou 64add546a4 add json tags to Process class.
WAKAYAMA Shirou c3d04805c0 update README
WAKAYAMA shirou cd6357f221 remove Refresh func.
WAKAYAMA Shirou 96547e0d22 change to use procGetTickCount.Call() instead of syscall.
WAKAYAMA Shirou f7498f6d12 Merge branch 'master' of https://github.com/shirou/gopsutil
WAKAYAMA Shirou 40d30f8a28 change NewProcess return value to *Process.
WAKAYAMA Shirou afd21dbb61 add placeholder of process on windows
Shirou WAKAYAMA bcb556f89f first commit of process in linux.
Shirou WAKAYAMA 3b296e2ab2 add steal, guest, guest_nice to cpu_times in linux.
Shirou WAKAYAMA 4c6a276474 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 2d7a081554 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 453ef8b077 implements Pids() and Pid_exists() on freebsd.
Shirou WAKAYAMA ddb8d95269 update README to motivate without cgo.
WAKAYAMA Shirou 794b848a54 add net and move Connection to net.go
Shirou WAKAYAMA 503502a89c Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou 3974174035 add initial placeholder of process functions.
WAKAYAMA shirou 6562d7f797 implements cpu_times on freebsd.
Shirou WAKAYAMA 0e1af698cc Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou dcfdf6b13f update README
WAKAYAMA shirou 8418f95f6a separete struct defs to architecture specific files.
WAKAYAMA shirou 5153f22c9c go fmt
WAKAYAMA Shirou 66c5476fb7 add placeholder function.
Shirou WAKAYAMA 6d7ad643fb Merge branch 'master' of github.com:shirou/gopsutil