Commit Graph

115 Commits

Author SHA1 Message Date
Shirou WAKAYAMA 9a32bb9bd0 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-30 15:37:07 +09:00
WAKAYAMA Shirou 9de8e26721 golint (not finished yet) 2014-04-30 15:32:05 +09:00
Shirou WAKAYAMA 1b320efd01 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-30 10:08:42 +09:00
WAKAYAMA Shirou c0eb515899 add contributing to README 2014-04-29 15:34:48 +09:00
WAKAYAMA Shirou f187906bf2 implements disk_io_counters on linux. 2014-04-29 14:59:57 +09:00
WAKAYAMA Shirou 12b10a9f5a implements disk_partitions on linux using /etc/mtab 2014-04-29 14:15:00 +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 7e2e63dc13 update README 2014-04-28 23:22:48 +09:00
WAKAYAMA Shirou cf4ec6b0fa implements ppid, num_threads and exe on windows 2014-04-28 22:35:31 +09:00
Shirou WAKAYAMA 1f1cf900b6 Merge branch 'master' of github.com:shirou/gopsutil 2014-04-28 15:45:33 +09:00
WAKAYAMA shirou ab50ecbd8f change freebsd according to Process interface changes. 2014-04-28 15:39:01 +09:00
Shirou WAKAYAMA 609c103d0e fix return value. 2014-04-28 15:31:23 +09:00
Shirou WAKAYAMA bd438932ad Merge branch 'master' of github.com:shirou/gopsutil 2014-04-28 15:30:59 +09:00
Shirou WAKAYAMA 6c59081710 implements net_io_counters on linux. 2014-04-28 10:16:38 +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 bc5f1da99d Process struct now has functions from members
NOTICE: THIS BREAKS API compatibirities.
2014-04-26 15:45:32 +09:00
WAKAYAMA Shirou 9fb29c8e90 move parseInt funcs to common. 2014-04-26 15:44:22 +09:00
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