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

17 Commits

Author SHA1 Message Date
WAKAYAMA shirou
6898eef046 fix if disk_io_counters failed. 2014-05-01 18:46:40 +09:00
Shirou WAKAYAMA
8098298111 implements String() which return as JSON to every structs. 2014-05-01 18:43:11 +09:00
Shirou WAKAYAMA
02a91378b8 implements Process.IOCounters on linux. 2014-05-01 18:27:43 +09:00
Shirou WAKAYAMA
d511748bfd golint on Linux 2014-04-30 16:16:07 +09:00
WAKAYAMA Shirou
9de8e26721 golint (not finished yet) 2014-04-30 15:32:05 +09:00
WAKAYAMA Shirou
1a820b9a10 add args which same as psutil. but has not implemented yet. 2014-04-29 14:01:59 +09:00
WAKAYAMA Shirou
cf4ec6b0fa implements ppid, num_threads and exe on windows 2014-04-28 22:35:31 +09:00
WAKAYAMA Shirou
bc5f1da99d Process struct now has functions from members
NOTICE: THIS BREAKS API compatibirities.
2014-04-26 15:45:32 +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
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