1. 22 2月, 2016 4 次提交
  2. 21 2月, 2016 2 次提交
  3. 20 2月, 2016 4 次提交
  4. 17 2月, 2016 3 次提交
  5. 12 2月, 2016 16 次提交
  6. 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
  7. 10 2月, 2016 2 次提交
  8. 09 2月, 2016 2 次提交
  9. 07 2月, 2016 1 次提交
  10. 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
  11. 05 2月, 2016 3 次提交