1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-24 13:48:56 +08:00

96 Commits

Author SHA1 Message Date
WAKAYAMA Shirou
688e3a9028 add windows implementation memo. 2014-04-25 23:45:36 +09:00
WAKAYAMA Shirou
456cd82a1a add get_proc_info which get information via NtQuerySystemInformation. but not worked(yet) 2014-04-25 23:45:22 +09:00
WAKAYAMA Shirou
665ddbd7c3 add signal test stub on windows. and move to signal test process_test_posix 2014-04-25 22:26:22 +09:00
Shirou WAKAYAMA
d1b1221e7f implements Process.Send_signal() and other signal functions on posix. 2014-04-25 18:05:02 +09:00
Shirou WAKAYAMA
9ae9ff1bce Merge branch 'master' of github.com:shirou/gopsutil 2014-04-25 17:19:35 +09:00
Shirou WAKAYAMA
db655861e3 implements Process.open_files on linux. 2014-04-25 17:19:03 +09:00
WAKAYAMA shirou
2ab5dabb43 fix return type. 2014-04-25 16:38:23 +09:00
Shirou WAKAYAMA
887f7514a4 fix test pid to use os.Getpid() 2014-04-25 16:34:32 +09:00
Shirou WAKAYAMA
400054f2f0 imeplements Process.Memory_Maps(). This is a function because map is very large. 2014-04-25 16:29:15 +09:00
Shirou WAKAYAMA
79811544a4 process.parent is now future work (use ppid instead) 2014-04-25 15:22:47 +09:00
Shirou WAKAYAMA
a6e7b8261d implements process.exe on linux. 2014-04-25 15:22:18 +09:00
Shirou WAKAYAMA
51c2995c2b implement cwd on linux. 2014-04-25 15:19:19 +09:00
Shirou WAKAYAMA
2e50131db8 implement Process.Memory_info on linux. 2014-04-25 15:10:23 +09:00
Shirou WAKAYAMA
8b3fb8cea5 update README about process class. 2014-04-25 14:38:26 +09:00
Shirou WAKAYAMA
a12080c33c Merge branch 'master' of github.com:shirou/gopsutil 2014-04-25 13:16:26 +09:00
WAKAYAMA Shirou
9741156483 Oops miss directive 2014-04-24 21:48:51 +09:00
WAKAYAMA Shirou
744bf3d6d8 add drone.io status badge 2014-04-24 21:45:51 +09:00
Shirou WAKAYAMA
5ed730e5d0 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-24 19:14:41 +09:00
WAKAYAMA shirou
fba2063a73 cast rdev to uint64 2014-04-24 19:14:00 +09:00
Shirou WAKAYAMA
0dcaecbada implements Create_time of process_linux. 2014-04-24 19:08:07 +09:00
Shirou WAKAYAMA
b01775ecf9 fix CLOCK_TICKS 2014-04-24 19:07:34 +09:00
Shirou WAKAYAMA
d5176e0c0b fix fillFunc is not called problem 2014-04-24 19:07:07 +09:00
Shirou WAKAYAMA
19f52ebbf6 use first-class funcs to fill Process information. 2014-04-24 18:41:46 +09:00
Shirou WAKAYAMA
1ecf1a011b posix function move to process_posix.go 2014-04-24 18:28:45 +09:00
WAKAYAMA Shirou
b12ec08970 gm fmt 2014-04-24 17:20:12 +09:00
WAKAYAMA Shirou
1703a5b606 implements some of process information on linux/amd64. 2014-04-24 17:12:40 +09:00
Shirou WAKAYAMA
7b61bc5837 change uint64 to float32. 2014-04-24 16:15:57 +09:00
Shirou WAKAYAMA
23b2034406 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-24 15:22:01 +09:00
WAKAYAMA Shirou
370a78842f start to get windows process information 2014-04-24 01:07:38 +09:00
WAKAYAMA Shirou
a1cad298ab change test pid if windows 2014-04-24 01:07:15 +09:00
WAKAYAMA Shirou
64add546a4 add json tags to Process class. 2014-04-24 00:38:19 +09:00
WAKAYAMA Shirou
c3d04805c0 update README 2014-04-24 00:31:57 +09:00
WAKAYAMA shirou
cd6357f221 remove Refresh func. 2014-04-24 00:23:21 +09:00
WAKAYAMA Shirou
96547e0d22 change to use procGetTickCount.Call() instead of syscall. 2014-04-23 22:04:27 +09:00
WAKAYAMA Shirou
f7498f6d12 Merge branch 'master' of https://github.com/shirou/gopsutil 2014-04-23 21:58:51 +09:00
WAKAYAMA Shirou
40d30f8a28 change NewProcess return value to *Process. 2014-04-23 21:57:18 +09:00
WAKAYAMA Shirou
afd21dbb61 add placeholder of process on windows 2014-04-23 21:38:13 +09:00
Shirou WAKAYAMA
bcb556f89f first commit of process in linux. 2014-04-23 17:57:47 +09:00
Shirou WAKAYAMA
3b296e2ab2 add steal, guest, guest_nice to cpu_times in linux. 2014-04-23 17:48:42 +09:00
Shirou WAKAYAMA
4c6a276474 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-23 13:25:00 +09:00
WAKAYAMA shirou
2d7a081554 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-23 13:24:39 +09:00
WAKAYAMA shirou
453ef8b077 implements Pids() and Pid_exists() on freebsd. 2014-04-23 13:24:07 +09:00
Shirou WAKAYAMA
ddb8d95269 update README to motivate without cgo. 2014-04-23 12:53:27 +09:00
WAKAYAMA Shirou
794b848a54 add net and move Connection to net.go 2014-04-23 12:51:28 +09:00
Shirou WAKAYAMA
503502a89c Merge branch 'master' of github.com:shirou/gopsutil 2014-04-23 12:41:47 +09:00
WAKAYAMA shirou
3974174035 add initial placeholder of process functions. 2014-04-23 12:26:21 +09:00
WAKAYAMA shirou
6562d7f797 implements cpu_times on freebsd. 2014-04-23 11:37:00 +09:00
Shirou WAKAYAMA
0e1af698cc Merge branch 'master' of github.com:shirou/gopsutil 2014-04-23 10:37:39 +09:00
WAKAYAMA shirou
dcfdf6b13f update README 2014-04-23 10:37:21 +09:00
WAKAYAMA shirou
8418f95f6a separete struct defs to architecture specific files. 2014-04-23 10:35:27 +09:00