Commit Graph

1446 Commits (71ddd2ac23fe3233667c96a24722fe67d82e733e)
 

Author SHA1 Message Date
Lomanic 71ddd2ac23
Merge pull request #800 from Girbons/feature/restore-temperature-info-macos
Fix #797 restore temperature info for macOS
5 years ago
Alessandro De Angelis b7ac341eac fix compilation warnings 5 years ago
Lomanic f586a57353
Merge pull request #796 from Lomanic/issue795
[process][darwin][openbsd][freebsd] Fix #795 don't truncate process names to 16 characters
5 years ago
Alessandro De Angelis 65a2e0e9bb Restored temperature info for macOS 5 years ago
Lomanic 8e4dde660a [process][darwin] Fix Test_Process_Status and Status returning more than status letter 5 years ago
Lomanic a8fd6e1956
Merge pull request #798 from like-inspur/master
add HOST_RUN config description
5 years ago
likerj 2ae2e5bda0
add HOST_RUN config description
there are five system environment variable can be config in common/common.go
5 years ago
Lomanic e7090ba9fc [process] Fix Test_Children test regression because of some other running test 5 years ago
Lomanic 1fcea92f73 [process] Skip if not implemented Test_IsRunning (for openbsd) 5 years ago
Lomanic e4f087a4af [process] Test process.Name() with long names #795 5 years ago
Lomanic 4f0e679e35 [process][darwin][openbsd][freebsd] Fix #795 don't truncate process names to 16 characters 5 years ago
Lomanic fc7e5e7af6
Merge pull request #790 from Lomanic/issue773
[process] Fix #773 remove data race in NewProcess
5 years ago
Lomanic e34a731c69 [process] Fix #773 remove data race in NewProcess
Reproduction case https://github.com/shirou/gopsutil/issues/773#issuecomment-554723678
5 years ago
Lomanic c9a2a69ca7
Merge pull request #789 from shirou/feature/add_length_check_to_cpuinfo
[cpu][linux]: add cpuinfo parse check.
5 years ago
shirou b0025409e9 [cpu][linux]: add cpuinfo parse check. 5 years ago
shirou 7c51a74806
Merge pull request #783 from Brian-Williams/Without
Add WithoutUids funcs for Connections
5 years ago
shirou 44ad96e2ab
Merge pull request #786 from shirou/feature/change_circleci_1_11
change cirleci version to 1.11
5 years ago
shirou dec0e04600 change cirleci version to 1.11 5 years ago
Brian C. Williams f00df5cffe Add WithoutUids funcs 5 years ago
shirou 0a33b6d8d2
Merge pull request #778 from alialaee/issue777
Fix #777 cpu.Total should not add Guest and GuestNice
5 years ago
Lomanic 2d37960e4c
Merge pull request #776 from sajoupa/revert-f4e2355
Revert "[process] Fix #599 cap percent values returned by *Percent() …
5 years ago
alialaee b8f51de8f6 Fix #777 cpu.Total should not add Guest and GuestNice 5 years ago
Laurent Sesques b3cfb9abc3 Revert "[process] Fix #599 cap percent values returned by *Percent() between 0 and 100"
This reverts commit f4e23559a2.
Fixes #755
5 years ago
shirou 1c09419d4b
Merge pull request #767 from shirou/feature/revert_pr_763
Revert "Merge pull request #763 from Iqoqo/add-android-support-for-host"
6 years ago
shirou 5d6f343619
Merge pull request #772 from shirou/feature/remove_modules
remove go module settings
6 years ago
shirou 93f397e135 remove go module settings. 6 years ago
shirou a21ed69d3a Revert "Merge pull request #763 from Iqoqo/add-android-support-for-host"
This reverts commit f58b2e3677, reversing
changes made to 84e6215770.
6 years ago
shirou b5bcef9226
Merge pull request #762 from Lomanic/issue760
[process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process
6 years ago
shirou f58b2e3677
Merge pull request #763 from Iqoqo/add-android-support-for-host
add android support for host
6 years ago
Ilya Guterman 11244886bb add android support for host 6 years ago
Lomanic 547679f88e [process] Fix #760 implement IsRunning by checking process with same PID has same CreateTime as current process 6 years ago
shirou 84e6215770
Merge pull request #759 from Lomanic/windows-process-connections
[process][windows] Implement Connections() using net.ConnectionsPid()
6 years ago
shirou 56ed89e0cf
Merge pull request #758 from Lomanic/process-cleanup
[process] Propagate context internally on linux and improve tests
6 years ago
shirou d3cd09021b
Merge pull request #757 from Lomanic/darwin-process-exe-cgo-implementation
[darwin][process] Add cgo implementation of Exe() from PR #243
6 years ago
Lomanic f5131dc333 [process][windows] Implement Connections() using net.ConnectionsPid() 6 years ago
Lomanic f09ba75b25 [process] Skip tests on non-implemented platforms #446 and fix Kill/Children tests on windows 6 years ago
Lomanic 6f5b1dbee7 [darwin][process] Add cgo implementation of Exe() from PR #243
Original from ppanyukov 4473014098
6 years ago
Lomanic f49203762b [process] Fix Connections() test with goroutines listening/connecting on TCP 6 years ago
Lomanic 36aa63bdd1 [process][linux] Propagate context internally 6 years ago
Lomanic e4ec7b275a [disk][linux] Fix #555 for kernels >=2.6.26 6 years ago
shirou 2f74cb5178
Merge pull request #751 from asnowfox/master
Add interface ifIndex support
6 years ago
shirou dad54b96cb
Merge pull request #754 from Lomanic/issue752
[process] Fix #752 sort PIDS returned by process.Pids()
6 years ago
Lomanic 3eefe64948 [process] Fix #752 sort PIDS returned by process.Pids() 6 years ago
Lomanic 58dc3b28aa [process][windows] Amend last commit, don't wrap err in NumThreads() 6 years ago
Lomanic 9a445d5f6a [process][windows] Use win32 API in process.NumThreads() instead of slow WMI call 6 years ago
shirou e4d2c2f87a
Merge pull request #749 from Lomanic/issue628windows
[cpu][windows] Add support for logical arg in Counts #640 #628
6 years ago
shirou fe02b2b4ba
Merge pull request #750 from Lomanic/issue560
[disk][darwin] Fix #560 using github.com/lufia/iostat cgo implementation
6 years ago
Lomanic dc5a4756c9 [disk][darwin] Fix #560 using github.com/lufia/iostat cgo implementation 6 years ago
Lomanic 71adb75383 [cpu][windows] Add support for logical arg in Counts #640 #628 6 years ago
Lomanic e6aa38bec2 [cpu][windows] WIP Add support for logical arg in Counts #640 #628 6 years ago