Commit Graph

2047 Commits (f7e1f364187cb3b9f56d10b819ba241209aadf0b)
 

Author SHA1 Message Date
shirou 6d324b0586 [v3][cpu] remove accidentally added GPL files.
shirou d765dfc473
Merge pull request #1027 from it-novum/fixwindowscounter
Fixes #1026 windows counters on non english systems
Johannes Drummer 76fb312c4b delete unused PdhAddCounterW
Johannes Drummer 7f11ad65d9 Merge branch 'master' into fixwindowscounter
Johannes Drummer 82b235c9f5 v2 windows counters on non english systems
Paweł Zuzelski 17c03b3b2d Clarify the godoc of the Children function.
The previous godoc string was slightly confusing and only described information that can be deduced from the function signature.
Johannes Drummer 6e7f4ffe99 Fix windows counters on non english systems
shirou a9a6146c93 [process] fix MemoryInfo comment. remove Swap
fixes #1012
shirou be483f0a78
Merge pull request #1017 from rishabh-arya95/hotfix/smap-parser
[process][linux] Fixing smaps parser
Lomanic 8fd13bfa55
Merge pull request #1019 from MashaSamoylova/unix-udp4-fix
Fix lsof args for udp4 in unix
MashaSamoylova 7631bb0e5e Fix lsof args for udp4 in unix
Rishabh Arya 5b1d8ecae7 fix smap parser
fG! ab33d5ec89
Fix wrong user count
There are empty entries in OpenBSD's utmp that have a line and time entry but no user logged in (the entry is "cleared" after user logs out but not totally as expected in the code here). Current checks are insufficient so check if Name field is empty and skip in that case.
shirou afe0c04c5d
Merge pull request #1008 from imsodin/patch-1
use rest syntax not markdown
Simon Frei 72d4813f24
use rest syntax not markdown
Lomanic ebd8102702
Merge pull request #897 from james-bebbington/load-processes-created
Lomanic 94e574749b
Merge pull request #995 from Lomanic/fix-mktypessh-v3
Lomanic a6ed12aa0e
Merge pull request #998 from shirou/feature/implement_load_windows_v3
[v3][load][windows] implement load.Avg on windows
shirou 478eb4c76a
Merge pull request #1004 from Lomanic/issue1002
[mem][linux] Fix #1002 only try to parse /proc/meminfo numeric values on fields we're interested in
Lomanic cd25417bd7 [mem][linux] Fix #1002 only try to parse /proc/meminfo numeric values on fields we're interested in
Lomanic 07887a9e9f [mem][linux] Add mocked test for VirtualMemory() and fix SReclaimable SUnreclaim retrieval
Lomanic ca10f91f44
Merge pull request #1003 from ajacoutot/v3-process-openbsd
v3/process: unbreak on OpenBSD
Antoine Jacoutot 0178a24563 v3/process: unbreak on OpenBSD
Fix camel case: GetpageSizeWithContext -> GetPageSizeWithContext
Shirou Wakayama 74e1643f82 [load][windows] implement load on windows.
shirou 340db113de
Merge pull request #997 from shirou/feature/remove_circle_ci
remove circleci testing
shirou 34412e0b7f [net] relax NetIOCounterAll test
shirou fd963e2e16 remove circleci, change to use go 1.13 for testing.
and badge.
shirou 6286bea32a
Merge pull request #989 from Lomanic/issue734tests
[ci] Implement automatic tests on GH Actions on linux, windows and darwin
shirou 2fb5da2f24
Merge pull request #977 from AtakanColak/add-load-for-windows
[load][windows] Implement load.Avg() for Windows
shirou 2c0ad9dfac
Merge pull request #988 from Lomanic/cpu-remove-windows-specific-dead-code
[v3][cpu][windows] Remove exported windows-specific dead code
Lomanic 2f46781b0e Make shell scripts shellcheck-compliant
Lomanic b0b7969cbf [ci] Implement automatic shellcheck test on GH Actions
Lomanic d6f7462429 Make mktypes.sh generate code for v3
AtakanColak 277c95057b tidy up loop control and mutex
AtakanColak b2a3574216 remove percent
AtakanColak fb44aead39 use ticker and explicit contants
Lomanic 318614d7ed [v3][process][darwin] Fix test Test_Pids_Fail missing testdata folder
Lomanic 995610e109 [process][windows] Fix Nice() test expecting Unix values
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
Lomanic 148a662b06 [process][darwin] Remove Groups() as it's non-functional
Lomanic 64e16cc8c3 [net][darwin] Fix tests with mismatched types
Lomanic 7f0ba43398 [net][darwin][freebsd] Fix tests with func not returning common.ErrNotImplementedError
Lomanic 907e475a45 [v3][process] Fix Test_Process_Status test with new Status() API
Lomanic 29304ebf73 [ci] Implement automatic tests on GH Actions on linux, windows and darwin
Based off 3710bfcc3e/.github/workflows/test.yml
shirou 7e5409b131
Merge pull request #991 from Lomanic/issue849-newer-api
[cpu][linux] Get logical cores in Counts() with non-deprecated kernel API first
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
AtakanColak 498a39984d tidy comments
Lomanic e1b5db2987
Merge pull request #984 from bi-zone/udp6-fix
Lomanic 87b3c898bf [doc] Fix links in v3Changes.md
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.