Commit Graph

1668 Commits (340db113de4d1b4f14905e76ca5012d4d45a4fc9)
 

Author SHA1 Message Date
Ilya Guterman 11244886bb add android support for host
Lomanic 547679f88e [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process
shirou 84e6215770
Merge pull request #759 from Lomanic/windows-process-connections
[process][windows] Implement Connections() using net.ConnectionsPid()
shirou 56ed89e0cf
Merge pull request #758 from Lomanic/process-cleanup
[process] Propagate context internally on linux and improve tests
shirou d3cd09021b
Merge pull request #757 from Lomanic/darwin-process-exe-cgo-implementation
[darwin][process] Add cgo implementation of Exe() from PR #243
Lomanic f5131dc333 [process][windows] Implement Connections() using net.ConnectionsPid()
Lomanic f09ba75b25 [process] Skip tests on non-implemented platforms #446 and fix Kill/Children tests on windows
Lomanic 6f5b1dbee7 [darwin][process] Add cgo implementation of Exe() from PR #243
Original from ppanyukov 4473014098
Lomanic f49203762b [process] Fix Connections() test with goroutines listening/connecting on TCP
Lomanic 36aa63bdd1 [process][linux] Propagate context internally
Lomanic e4ec7b275a [disk][linux] Fix #555 for kernels >=2.6.26
shirou 2f74cb5178
Merge pull request #751 from asnowfox/master
Add interface ifIndex support
shirou dad54b96cb
Merge pull request #754 from Lomanic/issue752
[process] Fix #752 sort PIDS returned by process.Pids()
Lomanic 3eefe64948 [process] Fix #752 sort PIDS returned by process.Pids()
Lomanic c58a1e8ec7 [host][linux] Fix #391 retrieve sensors temps on OSes lacking hwmon
Lomanic 58dc3b28aa [process][windows] Amend last commit, don't wrap err in NumThreads()
Lomanic 9a445d5f6a [process][windows] Use win32 API in process.NumThreads() instead of slow WMI call
shirou e4d2c2f87a
Merge pull request #749 from Lomanic/issue628windows
[cpu][windows] Add support for logical arg in Counts #640 #628
shirou fe02b2b4ba
Merge pull request #750 from Lomanic/issue560
[disk][darwin] Fix #560 using github.com/lufia/iostat cgo implementation
Lomanic dc5a4756c9 [disk][darwin] Fix #560 using github.com/lufia/iostat cgo implementation
Lomanic 71adb75383 [cpu][windows] Add support for logical arg in Counts #640 #628
Lomanic e6aa38bec2 [cpu][windows] WIP Add support for logical arg in Counts #640 #628
shirou ffb381dc5d
Merge pull request #747 from tmm1/patch-3
Proper fix for unavailable /proc/filesystems
Aman Gupta 74d3cea10f Proper fix for unavailable /proc/filesystems
Lomanic 903a879e03
Merge pull request #748 from tmm1/patch-4
[host] Trim null bytes from unix.Uname() results
Aman Gupta 25be4d08fe
Trim null bytes from kernel arch
Aman Gupta 62a406ec1b
Trim null bytes from kernel version
shirou 8a5bcfdb53
Merge pull request #739 from Lomanic/issue738
[host][linux] Fix #738 use uname syscall to get version in KernelVersion()
shirou dd49c3f47f
Merge pull request #741 from floren/fix-mapper
Fixes a problem when using Docker on a host with an encrypted LLVM root.
shirou af62c4eab6
Merge pull request #745 from Lomanic/issue737
[host] Fix #737 add KernelArch field in InfoStat struct returning 'uname -m' result
Lomanic 097237b157
Merge pull request #735 from Lomanic/issue729
[process] Fix #729 check process existence in NewProcess()
Lomanic 4bf185067d [host] Fix #737 add KernelArch field in InfoStat struct returning 'uname -m' result
Lomanic 98c779765f [host] go-fmt and propagate context on Windows in Info()
John Floren 93e08ea089 Fixes a problem when using Docker on a host with an encrypted LLVM root. A docker container with a volume mounted from the host will see /dev/mapper in its mount info file, but will not be able to read it.
Lomanic 8c28c3ba17 [host][linux] Fix #738 use uname syscall to get version in KernelVersion()
Lomanic 3465186bca [process] Fix #729 check process existence in NewProcess()
Lomanic d80c43f9c9
Merge pull request #733 from eshimizu/eshimizu-patch-1
Update disk_linux.go remove unused runtime package
eshimizu 91b1c81467
Update disk_linux.go
shirou 0bb41276be
Merge pull request #728 from fancybits/android-filesystems
ignore /proc/filesystems errors on android
Aman Gupta 34b030b41c
Ignore getFileSystems errors when requesting all partitions
shirou 4db8c21d1e update Gopkg.lock
shirou 2bcfa5e074
Merge pull request #731 from traetox/master
Fixes issue #730
shirou 3ad4fbbb0c
Merge pull request #715 from Lomanic/issue599process
[process] Fix #599 cap percent values returned by *Percent() between 0 and 100
shirou 1edab195ef
Merge pull request #713 from Lomanic/issue607
[process] Fix #607 properly check PID existence
Kris Watts c3720007e4 Fixes issue #730
Lomanic 1917a27206
Merge pull request #725 from mznet/add_unreclaim
add SUnreclaim metric, this closes #719
Aman Gupta ea0f864aef ignore /proc/filesystems errors on android
Minje Park b7f9acbce8 add unreclaim metric, this closes #719
Snow Fox 018950cf06
Merge pull request #2 from shirou/master
merge master
litong 1f9466536e Add ifIndex support