1. 11 2月, 2015 1 次提交
    • J
      Don't ignore err when getting CgroupMemDocker stats · 812b04d3
      Jason Wilder 提交于
      Fixes panic: runtime error: index out of range
      
      goroutine 10 [running]:
      testing.func·006()
      	/usr/local/go/src/testing/testing.go:441 +0x181
      github.com/shirou/gopsutil/docker.CgroupMem(0x586b30, 0x6, 0x5a87d0, 0x1c, 0x0, 0x0, 0x0)
      	/home/jwilder/go/src/github.com/shirou/gopsutil/docker/docker_linux.go:119 +0xf48
      github.com/shirou/gopsutil/docker.CgroupMemDocker(0x586b30, 0x6, 0x0, 0x0, 0x0)
      	/home/jwilder/go/src/github.com/shirou/gopsutil/docker/docker_linux.go:184 +0x57
      
      If the ID passed to the CGroupMemDocker does not exist, you can get
      a panic at runtime.  This can happen when a container exits before
      calling the func.
      812b04d3
  2. 09 2月, 2015 1 次提交
  3. 07 2月, 2015 4 次提交
  4. 22 1月, 2015 3 次提交
  5. 14 1月, 2015 1 次提交
  6. 13 1月, 2015 3 次提交
  7. 05 1月, 2015 1 次提交
  8. 01 1月, 2015 2 次提交
  9. 31 12月, 2014 4 次提交
  10. 30 12月, 2014 3 次提交
  11. 28 12月, 2014 3 次提交
  12. 27 12月, 2014 8 次提交
  13. 06 12月, 2014 3 次提交
  14. 29 11月, 2014 1 次提交
  15. 27 11月, 2014 2 次提交