Commit Graph

664 Commits (606680edc5486977c85fa90eca9e9d6becf74fa6)
 

Author SHA1 Message Date
WAKAYAMA Shirou 69ad6a7822 fix new line problem on Windows 10 years ago
shirou 3907a842a7 Merge pull request #36 from jwilder/jw-panic
Fix panics with docker stats
10 years ago
Jason Wilder 90c6c3ef3e Fix panic in CgroupCPU
If an invalid container ID is passed to CgroupCPU,
a panic can result.
10 years ago
Jason Wilder 812b04d363 Don't ignore err when getting CgroupMemDocker stats
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.
10 years ago
若山史郎 d6802457a3 update README. now i386 is supported. 10 years ago
shirou ec19c4651d Merge pull request #34 from rekby/freebsd_386
+ process struct for freebsd 386
10 years ago
shirou 79dbbb73a6 Merge pull request #35 from rekby/linux_386
+ host and process for linux 386
10 years ago
rekby 29807862fb + host and process for linux 386 10 years ago
rekby 81898dcc91 + process struct for freebsd 386 10 years ago
Shirou WAKAYAMA 59fefdbf72 add common_test. 10 years ago
Shirou WAKAYAMA 389b362cce if not NULL terminated, size is not set correctly. 10 years ago
若山史郎 1dd94cadbd add coverall.sh which can concatinate multi-package coverage. 10 years ago
shirou 4a0ce1d13e Merge pull request #33 from codeskyblue/master
change cpu_linux.go: on some android, runtime.NumCPU() will not return r...
10 years ago
codeskyblue 3b43a3f496 change cpu_linux.go: on some android, runtime.NumCPU() will not return right number of cpu cores 10 years ago
shirou df6dbdd1dc Merge pull request #32 from brunoqc/patch-1
README: highlight the example's code
10 years ago
Bruno Bigras a0eef8dfe9 README: highlight the example's code 10 years ago
Shirou WAKAYAMA 1f5941f396 add doc.go as placeholder to top. 10 years ago
Shirou WAKAYAMA 3ff690d1d8 make single network interface about NetIOCounters on darwin and freebsd 10 years ago
Shirou WAKAYAMA 406cbe9b87 implements pernic of NetIOCounters. 10 years ago
Shirou WAKAYAMA a73ca04d3a update README 10 years ago
Shirou WAKAYAMA ce433bf86e Merge branch 'separate_directories'
Conflicts:
	README.rst
10 years ago
Shirou WAKAYAMA cfb473f810 host linux now use godefs. 10 years ago
WAKAYAMA shirou 64f1a93c00 forget to add. 10 years ago
WAKAYAMA shirou b0c9f81246 host_freebsd now use godefs 10 years ago
Shirou WAKAYAMA 4973aa73f9 start to use godefs to get C structs. 10 years ago
Shirou WAKAYAMA 13cd195a7e change package name. 10 years ago
Shirou WAKAYAMA 4ff6a1cdc0 update README about disk_partitions of darwin 10 years ago
Shirou WAKAYAMA e9d79d2fc4 disk_darwin is backported with 1.3 frozen syscall. 10 years ago
Shirou WAKAYAMA 3f7769ccfa implement disk_partition of Darwin using golang.org/x/sys/unix. 10 years ago
Shirou WAKAYAMA c0338e392f fix README 10 years ago
Shirou WAKAYAMA 2efdb23875 add 1.4 notice. 10 years ago
Shirou WAKAYAMA b4355247d6 README update. 10 years ago
Shirou WAKAYAMA 8e2514d23a merge 9e216add90 10 years ago
Shirou WAKAYAMA 1cb67eb4c2 merge 039b9defab 10 years ago
Shirou WAKAYAMA 16de570414 merge 039b9defab 10 years ago
Shirou WAKAYAMA c348a399b0 merged 6e713f1469 10 years ago
Shirou WAKAYAMA 9e216add90 add Notice about package structure changed to README. 10 years ago
shirou 512ba09921 Merge pull request #29 from jamescun/master
Unify JSON tags to snake_case
10 years ago
James Cunningham bddb35d0c6
Updated Tests to snake_case 10 years ago
James Cunningham 039b9defab
Unified all structs json tags to snake_case 10 years ago
shirou 2b6366a26d Merge pull request #28 from def/master
[linux] fix /proc/net/dev parsing
10 years ago
WAKAYAMA Shirou 9f2c985a28 fix windows build. 10 years ago
Shirou WAKAYAMA a1c1d7b25f fix on Linux. 10 years ago
WAKAYAMA shirou d11680c773 fix bugs on FreeBSD. 10 years ago
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24 10 years ago
Nikolay Sivko 6e713f1469 [linux] fix /proc/net/dev parsing 10 years ago
shirou 2f128c3955 Merge pull request #27 from logavanc/master
Update README.rst
10 years ago
logavanc 7a3e3cad63 Update README.rst
Corrected spelling error.
10 years ago
shirou 0f9f812472 Merge pull request #26 from logavanc/master
Update README.rst
10 years ago
logavanc 5e5c9048d1 Update README.rst
Corrected some typos and grammer errors.
Tweaked a couple of small things for consistency (section title capitalization, etc.).
Corrected a misreference to an added function CPUInfo (the function returned a CPUInfoStat struct, but the actual function name is CPUInfo).
10 years ago