1. 37d8908 [process]freebsd: implementes proceess.Nice() by WAKAYAMA shirou · 10 years ago v1
  2. 37b6b40 [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs. by WAKAYAMA shirou · 10 years ago
  3. e5c53aa Merge branch 'master' of github.com:shirou/gopsutil by WAKAYAMA shirou · 10 years ago
  4. be06a94 fix the gopkgin versioning on README. by Shirou WAKAYAMA · 10 years ago
  5. 70ba280 add version 2 breaking change notification to README. by Shirou WAKAYAMA · 10 years ago
  6. dc8b14a [disk]freebsd: change to use C.sizeof_struct. by WAKAYAMA shirou · 10 years ago
  7. 1f32ce1 [net]linux: skip if "/proc/sys/net" is not exists on test environment. by Shirou WAKAYAMA · 10 years ago
  8. fa3e1cc [common]linux: add HostEtc to switch '/etc' See #175. by Shirou WAKAYAMA · 10 years ago
  9. 4dfd293 Merge pull request #169 from shirou/net/replace_lsof by shirou · 10 years ago
  10. 34b63e6 [net]linux: add a test and fix private field name. by Shirou WAKAYAMA · 10 years ago
  11. 627d2a9 [process]: fix CPU_Percent always 0 if duration > 0 (#172) by Shirou WAKAYAMA · 10 years ago
  12. 567da00 [net]linux: explicit skip CI. by Shirou WAKAYAMA · 10 years ago
  13. 32fa88e [net]linux: TestGetProcInodes will fail on CI. by Shirou WAKAYAMA · 10 years ago
  14. 31439aa [net]linux: fix valious bugs in NetConnections. by Shirou WAKAYAMA · 10 years ago
  15. e4ddff0 [net]linux: add process_unix for NetConnections. by Shirou WAKAYAMA · 10 years ago
  16. 32c62b5 [net]linux: implement processInet(). by Shirou WAKAYAMA · 10 years ago
  17. 715c421 [process]: add OpenFiles() test. by Shirou WAKAYAMA · 10 years ago
  18. 24e2746 Merge pull request #171 from raviparimi/make-slice-errors by shirou · 10 years ago
  19. be2dab5 Provide correct length for slice creation. by raviparimi · 10 years ago
  20. a0cf924 Merge pull request #170 from vecmezoni/fd-close by shirou · 10 years ago
  21. f4902fa Properly close opened file by Alexander Inozemtsev · 10 years ago
  22. 6c35201 [net]linux: start replacing lsof. still work in progress. by Shirou WAKAYAMA · 10 years ago
  23. 1de1357 [process]: add FailNow to avoid panic. by Shirou WAKAYAMA · 10 years ago
  24. 1ab11f7 Merge pull request #167 from cgilling/cmdline_slice by shirou · 10 years ago
  25. 8c186ae process: add CmdlineSlice for darwin + windows by Chris Gilling · 10 years ago
  26. d6702c9 Merge pull request #168 from cgilling/faster_linux_new_process by shirou · 10 years ago
  27. a3bbd9e process: change linux NewProcess to only stat /proc/[pid] by Chris Gilling · 10 years ago
  28. d098bf1 process: fix bug in CmdlineSlice where cmdline is empty by Chris Gilling · 10 years ago
  29. b8c40ac process: add CmdlineSlice function for linux + freebsd by Chris Gilling · 10 years ago
  30. 3618a77 Merge pull request #162 from shirou/load/add_misc by shirou · 10 years ago
  31. cfe7e5f Merge pull request #163 from walles/walles/test_proc_cputimes by shirou · 10 years ago
  32. 3232d34 Add test for process.CPUTimes() by Johan Walles · 10 years ago
  33. 97bcc35 [process]linux: change to use exec.LookPath to invoke lsof. by Shirou WAKAYAMA · 10 years ago
  34. 1d09f7a Merge pull request #160 from walles/walles/vmtest by shirou · 10 years ago
  35. dd875d4 Fix memory stats on Darwin, non-CGO by Johan Walles · 10 years ago
  36. d109284 Fix memory stats on Darwin, CGO by Johan Walles · 10 years ago
  37. 27093ae mem_darwin_test.go: Compare `total` to `sysctl hw.memsize` by Johan Walles · 10 years ago
  38. 0d55927 Fix memory stats on LinuxFreeBSD by Johan Walles · 10 years ago
  39. 66a0793 Fix memory stats on Linux by Johan Walles · 10 years ago
  40. 4438159 Document + add tests for for mem.VirtualMemory() by Johan Walles · 10 years ago
  41. e04a02d Merge pull request #161 from walles/walles/darwin-vmperf by shirou · 10 years ago
  42. 44f817e Split mem_darwin.go into CGO and non CGO variants by Johan Walles · 10 years ago
  43. 821a014 [load]: add comments. by Shirou WAKAYAMA · 10 years ago
  44. c973fdb [load]linux: fix compile problems. by Shirou WAKAYAMA · 10 years ago
  45. f9effa4 [load]all: add Misc in load to get miscellaneous host info from /proc/stat by Shirou WAKAYAMA · 10 years ago
  46. 00504a3 Remove unused import by Johan Walles · 10 years ago
  47. a6cd6f8 Use Go's built in syscall.Getpagesize() by Johan Walles · 10 years ago
  48. 13e00c7 Use OS calls rather than exec() to get memory statistics by Johan Walles · 10 years ago
  49. 5771ea9 Add Darwin specific mem.VirtualMemory() tests by Johan Walles · 10 years ago
  50. 3166d41 set LC_ALL to C in order to avoid number formatting problem. by Shirou WAKAYAMA · 10 years ago
  51. 79f021f Merge pull request #158 from walles/walles/darwin-memorypercent by shirou · 10 years ago
  52. 70444b5 process: Implement platform independent MemoryPercent() by Johan Walles · 10 years ago
  53. 956f927 Merge pull request #156 from shirou/add_build_check by shirou · 10 years ago
  54. 01ddce7 test verbose. by Shirou WAKAYAMA · 10 years ago
  55. cb5866a we can not test other arch. by Shirou WAKAYAMA · 10 years ago
  56. fb3a6df add other platform test by Shirou WAKAYAMA · 10 years ago
  57. e21c97d [process]darwin: forget to change as binary.go movement. by Shirou WAKAYAMA · 10 years ago
  58. 0af91ba [disk,process]freebsd: binary.go moved to internal. by WAKAYAMA shirou · 10 years ago
  59. 614df95 Merge pull request #155 from shirou/add_circleci by shirou · 10 years ago
  60. fe4c9f8 change CI status badge to CircleCI. by Shirou WAKAYAMA · 10 years ago
  61. 5a09d40 [process]darwin: expected ps file was changed. by Shirou WAKAYAMA · 10 years ago
  62. c822415 Merge branch 'master' into add_circleci by Shirou WAKAYAMA · 10 years ago
  63. 7fd975a Merge pull request #153 from walles/walles/processusername by shirou · 10 years ago
  64. 7f22150 CPU num is different on the CircleCI environemnt, so we skip it. by Shirou WAKAYAMA · 10 years ago
  65. c54ae65 add circle.yml. by Shirou WAKAYAMA · 10 years ago
  66. 17db031 Empty commit to trigger CI by Johan Walles · 10 years ago
  67. 09fbece Darwin: Remove questionable UIDs by Johan Walles · 10 years ago
  68. e3a7a45 process.Username(): Correct user names on Darwin by Johan Walles · 10 years ago
  69. 70b7a99 Merge pull request #152 from walles/walles/total-cpu-time by shirou · 10 years ago
  70. ebaa641 Make a public function for computing total CPU time by Johan Walles · 10 years ago
  71. b7e206b Merge pull request #151 from vrecan/mem_info by shirou · 10 years ago
  72. faeb99d fix meminfo output on consecutive calls by Ben Aldrich · 10 years ago
  73. e774385 Merge pull request #144 from weberr13/noChildrenError by shirou · 10 years ago
  74. c804a9e Per suggestions by Robert Weber · 10 years ago
  75. 59b63de Merge pull request #148 from cactus/sysctl-go by shirou · 10 years ago
  76. d1380cb try to fix diskio stats on FreeBSD-10.x by elij · 10 years ago
  77. 4dcb099 no or by Robert Weber · 10 years ago
  78. 6496b57 Need to promote this error by Robert Weber · 10 years ago
  79. 21daedd There are two possible error scenarios for CallPgrep. One indicates a broken by Robert Weber · 10 years ago
  80. cc040dd Merge pull request #139 from rburchell/master by shirou · 10 years ago
  81. 55cacb4 host_darwin: Use a named constant for USER_PROCESS. by Robin Burchell · 10 years ago
  82. 3fc7bc1 host_linux: Skip everything that isn't a normal process. by Robin Burchell · 10 years ago
  83. 41f9994 Merge pull request #141 from ovear/master by shirou · 10 years ago
  84. a0692cc 1)fix callps command generate error by Heretic · 10 years ago
  85. 9d8191d Merge pull request #137 from shirou/process/add_netiocounter_for_linux by shirou · 10 years ago
  86. 61dd483 Merge pull request #138 from sparrc/cs-ps-a by shirou · 10 years ago
  87. f251637 Add -a when calling ps on darwin by Cameron Sparr · 10 years ago
  88. d680853 net,process[linux]: add process.NetIOCounter and net.NetIOCounterByFile. by Shirou WAKAYAMA · 10 years ago
  89. 85bf097 Merge pull request #135 from influxdata/process-percent by shirou · 10 years ago
  90. 6688f35 Optimize per-process stats calculation by Cameron Sparr · 10 years ago
  91. 8850f58 Merge pull request #134 from pquerna/pq/arch_add_release by shirou · 10 years ago
  92. 008f2b4 Get Arch Linux Version from LSB by Paul Querna · 10 years ago
  93. b39e953 Merge pull request #133 from sekimura/gofmt by shirou · 10 years ago
  94. 3a1fa5d format go program with go 1.5.2 "go fmt" by Masayoshi Sekimura · 10 years ago
  95. ef151b7 Merge pull request #132 from shawnps/patch-1 by shirou · 10 years ago
  96. 9cc9e82 fix typos by Shawn Smith · 10 years ago
  97. f58654f Merge pull request #122 from jimmystewpot/add_netfilter by shirou · 10 years ago
  98. 134e15b Merge pull request #130 from sparrc/ibdnW by shirou · 10 years ago
  99. ff98b44 Merge pull request #131 from yhat/cpu-race-condition-fix by shirou · 10 years ago
  100. 4d7275a Rebrandoning back. by Ryan J. O'Neil · 10 years ago