Commit Graph

16 Commits

Author SHA1 Message Date
WAKAYAMA Shirou 1ed1140089 fix build failure and panic on Windows. 2014-05-16 16:59:46 +09:00
Shirou WAKAYAMA 2ab7b00f2b implements Process.NumCtxSwitches() on linux. 2014-05-01 19:10:15 +09:00
WAKAYAMA shirou 91ef0f989f goimports 2014-04-30 16:40:54 +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 5c8c707ddd return "not implemented yet" error instead of nil. 2014-04-29 13:54:20 +09:00
WAKAYAMA Shirou cf4ec6b0fa implements ppid, num_threads and exe on windows 2014-04-28 22:35:31 +09:00
WAKAYAMA Shirou 5126ce482c change to use (modified version of ) github.com/AllenDang/w32 on windows 2014-04-28 01:15:29 +09:00
WAKAYAMA Shirou ed92078bb7 change Process to funcs on windows 2014-04-28 00:25:32 +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
WAKAYAMA shirou 2ab5dabb43 fix return type. 2014-04-25 16:38:23 +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 370a78842f start to get windows process information 2014-04-24 01:07:38 +09:00
WAKAYAMA Shirou afd21dbb61 add placeholder of process on windows 2014-04-23 21:38:13 +09:00