Commit Graph

94 Commits (665ddbd7c36baed2a315ca1ab3da7a660fc34c4c)
 

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