1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-29 13:49:21 +08:00

9 Commits

Author SHA1 Message Date
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
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
WAKAYAMA Shirou
a1cad298ab change test pid if windows 2014-04-24 01:07:15 +09:00
Shirou WAKAYAMA
bcb556f89f first commit of process in linux. 2014-04-23 17:57:47 +09:00
WAKAYAMA shirou
453ef8b077 implements Pids() and Pid_exists() on freebsd. 2014-04-23 13:24:07 +09:00
WAKAYAMA shirou
3974174035 add initial placeholder of process functions. 2014-04-23 12:26:21 +09:00