1. 12 3月, 2015 1 次提交
  2. 11 3月, 2015 4 次提交
  3. 07 3月, 2015 2 次提交
  4. 06 3月, 2015 7 次提交
  5. 03 3月, 2015 2 次提交
  6. 02 3月, 2015 1 次提交
  7. 01 3月, 2015 1 次提交
  8. 26 2月, 2015 1 次提交
  9. 23 2月, 2015 1 次提交
  10. 22 2月, 2015 2 次提交
  11. 21 2月, 2015 1 次提交
  12. 19 2月, 2015 2 次提交
  13. 15 2月, 2015 3 次提交
  14. 14 2月, 2015 2 次提交
  15. 13 2月, 2015 4 次提交
  16. 12 2月, 2015 1 次提交
  17. 11 2月, 2015 3 次提交
    • S
      Merge pull request #36 from jwilder/jw-panic · 3907a842
      shirou 提交于
      Fix panics with docker stats
      3907a842
    • J
      Fix panic in CgroupCPU · 90c6c3ef
      Jason Wilder 提交于
      If an invalid container ID is passed to CgroupCPU,
      a panic can result.
      90c6c3ef
    • 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
  18. 09 2月, 2015 1 次提交
  19. 07 2月, 2015 1 次提交