Commit Graph

1772 Commits (d87e955d79de0f4ba86784cd691910a1bbcfd939)
 

Author SHA1 Message Date
shirou 34412e0b7f [net] relax NetIOCounterAll test 4 years ago
shirou fd963e2e16 remove circleci, change to use go 1.13 for testing.
and badge.
4 years ago
shirou 6286bea32a
Merge pull request #989 from Lomanic/issue734tests
[ci] Implement automatic tests on GH Actions on linux, windows and darwin
4 years ago
shirou 2fb5da2f24
Merge pull request #977 from AtakanColak/add-load-for-windows
[load][windows] Implement load.Avg() for Windows
4 years ago
shirou 2c0ad9dfac
Merge pull request #988 from Lomanic/cpu-remove-windows-specific-dead-code
[v3][cpu][windows] Remove exported windows-specific dead code
4 years ago
Lomanic 2f46781b0e Make shell scripts shellcheck-compliant 4 years ago
Lomanic b0b7969cbf [ci] Implement automatic shellcheck test on GH Actions 4 years ago
Lomanic d6f7462429 Make mktypes.sh generate code for v3 4 years ago
AtakanColak 277c95057b tidy up loop control and mutex 4 years ago
AtakanColak b2a3574216 remove percent 4 years ago
AtakanColak fb44aead39 use ticker and explicit contants 4 years ago
Lomanic 318614d7ed [v3][process][darwin] Fix test Test_Pids_Fail missing testdata folder 4 years ago
Lomanic 995610e109 [process][windows] Fix Nice() test expecting Unix values 4 years ago
Lomanic 5641beec4c [process][darwin] Fix Parent() when lsof returns warnings
Same as #867, the error being:
error strconv.Atoi: parsing "      Output information may be incomplete.": invalid syntax
4 years ago
Lomanic 148a662b06 [process][darwin] Remove Groups() as it's non-functional 4 years ago
Lomanic 64e16cc8c3 [net][darwin] Fix tests with mismatched types 4 years ago
Lomanic 7f0ba43398 [net][darwin][freebsd] Fix tests with func not returning common.ErrNotImplementedError 4 years ago
Lomanic 907e475a45 [v3][process] Fix Test_Process_Status test with new Status() API 4 years ago
Lomanic 29304ebf73 [ci] Implement automatic tests on GH Actions on linux, windows and darwin
Based off 3710bfcc3e/.github/workflows/test.yml
4 years ago
shirou 7e5409b131
Merge pull request #991 from Lomanic/issue849-newer-api
[cpu][linux] Get logical cores in Counts() with non-deprecated kernel API first
4 years ago
Lomanic 976679ee00 [cpu][linux] Get logical cores in Counts() with non-deprecated kernel API first
Implementing https://github.com/giampaolo/psutil/pull/1727#issuecomment-707624964
and bfae1fc4a3
4 years ago
AtakanColak 498a39984d tidy comments 4 years ago
Lomanic e1b5db2987
Merge pull request #984 from bi-zone/udp6-fix 4 years ago
Lomanic 87b3c898bf [doc] Fix links in v3Changes.md 4 years ago
Lomanic 186fbc7fb4 [v3][cpu][windows] Remove exported windows-specific dead code
Users wanting to use this Windows-specific feature can still use github.com/StackExchange/wmi by themselves.
4 years ago
Lomanic f2b8fbd047
Merge pull request #983 from shirou/v3_fix_cpu_windows_struct_name
[cpu][windows] fix CPU struct name on windows.
4 years ago
shirou 6b690e8250
Merge pull request #985 from Lomanic/fix-labeler-ci
Fix labeler CI "HttpError: Resource not accessible by integration" error
4 years ago
Lomanic 596154ddc6 Fix labeler CI "HttpError: Resource not accessible by integration" error
See https://github.com/actions/labeler/issues/12#issuecomment-670967607
4 years ago
MashaSamoylova 860f332c22 Fix getting udp6 ports 4 years ago
AtakanColak 2c98f69e11 add load v2
tidied up common/windows
added load benchmark for load_test
cpu percent is used as load if queue is zero
4 years ago
shirou 9e51e095ad [cpu][windows] fix CPU struct name on windows. 4 years ago
shirou a1e77476b2
Merge pull request #938 from shirou/feature/migration_to_v3
v3 migration
4 years ago
shirou 407a11a7e1 [v3] add to labeler. 4 years ago
shirou 99de861280 [v3] update README 4 years ago
shirou 8e2446b0ac [v3][process] apply #962 4 years ago
shirou 09af60d248 [v3 migration] add more changelog and README. 4 years ago
shirou b7e74218ca [v3 migration] change process.Status returns []string with no letter status string. 4 years ago
shirou 4b5a200e71 [v3 migration] change return type to CgroupCPUStat 4 years ago
shirou 6920de8509 [v3 migration] Fixed temperature sensors detection in Linux #905 4 years ago
shirou 05fef68f42 [v3 migration] change net.[]InterfaceAddr to net.InterfaceAddrList 4 years ago
shirou 33e4b67dfc [v3] rename Label and SerialNumber to all platform from linux specific. 4 years ago
shirou 005a35c436 [v3 migartion] add v3 sourcodes, and change disk.opts to []string 4 years ago
shirou 2f4e0de9bf rename tools to _tools 4 years ago
shirou 1fb8e86fd8 remove unused struct in process_windows.go 4 years ago
shirou 10473900b7 add more JSON incorrect names. 4 years ago
shirou 558b36a764 fix platform dependent exported values. 4 years ago
shirou bdd85e5bc0 fix #545 4 years ago
shirou 9bbeb5bc81 initial commit of v3 migration. 4 years ago
Lomanic f810d518bb
Merge pull request #962 from AtakanColak/fix-ppid-race-961
Fix Windows Ppid Cache Race Condition
4 years ago
shirou bb232c46d3
Merge pull request #980 from shirou/feature/fix_tests_and_not_implemented_error
fix test and openbsd errors.
4 years ago