1. 12 2月, 2016 11 次提交
  2. 11 2月, 2016 2 次提交
    • S
      Merge pull request #152 from walles/walles/total-cpu-time · 70b7a99f
      shirou 提交于
      Make a public function for computing total CPU time
      70b7a99f
    • J
      Make a public function for computing total CPU time · ebaa641e
      Johan Walles 提交于
      This function used to be a private part of process.go.
      
      Since I needed that functionality however I think it's better to make it public
      than for me to copy it into my own code.
      
      As a side effect of this change, I also fixed a bug in the function where Stolen
      was not part of the sum. Having the function close to the CPUTimesStat
      declaration will make problems like this less likely to re-occur in the future.
      ebaa641e
  3. 10 2月, 2016 2 次提交
  4. 09 2月, 2016 2 次提交
  5. 07 2月, 2016 1 次提交
  6. 06 2月, 2016 1 次提交
    • E
      try to fix diskio stats on FreeBSD-10.x · d1380cba
      elij 提交于
      FreeBSD apparently changed the magic sysctl mib values for devstats.
      
          --- FAIL: TestDisk_io_counters (0.00s)
          disk_test.go:39: error no such file or directory
          disk_test.go:42: ret is empty, map[]
      
      This code uses an undocumented, but exported, go stdlib method to fetch
      the sysctl by string instead of mib.
      d1380cba
  7. 05 2月, 2016 3 次提交
  8. 02 2月, 2016 5 次提交
  9. 29 1月, 2016 1 次提交
  10. 27 1月, 2016 2 次提交
  11. 21 1月, 2016 1 次提交
  12. 20 1月, 2016 2 次提交
  13. 12 1月, 2016 2 次提交
  14. 10 1月, 2016 2 次提交
  15. 31 12月, 2015 2 次提交
  16. 16 12月, 2015 1 次提交