Commit Graph

2590 Commits (865b8c3f58d6ee4c47dab074fbf3c4b037abfd96)
 

Author SHA1 Message Date
shirou 865b8c3f58
Merge pull request #1668 from uubulb/master
fix: package misnaming in `sensors_freebsd.go`
9 months ago
UUBulb 4610b55878
fix: typo in `sensors_freebsd` package name 9 months ago
shirou 47f16043f1
Merge pull request #1663 from aidangill-projects/issue-1661
Resolved Issue 1661 - AIX Runtime Panic in Host
9 months ago
Aidan dbab8d86e9 Additional error case found 9 months ago
Aidan 4ea639f0f8 Incorrect test comparisons 9 months ago
Aidan b206a02af4 Added tests for uptimer parser 9 months ago
Aidan b1ddeddda5 Removed repeated logic for days 9 months ago
shirou bf0a7e9838
Merge pull request #1655 from govrin/patch-1
Fix boot time not returning stat file value
9 months ago
Niv Govrin 97351d2736 fix: remove tab in empty line 9 months ago
Niv Govrin b6c524eda4
Merge branch 'shirou:master' into patch-1 9 months ago
Aidan 33265e15aa Merge branch 'issue-1661' of https://github.com/aidangill-projects/gopsutil_fixes into issue-1661 9 months ago
Aidan bcde3cb240 Removed logging line 9 months ago
aidangill-projects 5dbbebffac
Merge branch 'shirou:master' into issue-1661 9 months ago
Aidan 8f3d0d0c57 Correctly parse new uptime case at zero minutes, has been tested against all test cases 9 months ago
Aidan 789cad37be Correctly parse new uptime case at zero minutes, has been tested against all test cases 9 months ago
Aidan 2b6d0754ed Comments 9 months ago
Aidan 42957707db Return error if hours not in expected format to prevent panic 9 months ago
shirou ac15d68545
Merge pull request #1659 from aidangill-projects/issue-1658
Issue 1658: Fix for parsing error where 'day,' is ignored on AIX uptime check
9 months ago
Aidan 62e5850726 Fixed parsing error where 'day,' is ignored 9 months ago
shirou 29699cd493
Merge pull request #1656 from thechampagne/master
fix memory leak
9 months ago
XXIV e19951c34f
fix memory leak 10 months ago
shirou 184fb1ccbc Add a link to v4 release note and `Ex` struct in README. 10 months ago
shirou 3489a343b2
Merge pull request #1628 from shirou/release/v4
Release/v4
10 months ago
shirou 9d35f6e749 fix(github): change v4 to v4 in github actions and README 10 months ago
shirou aca0ba4517 [aix]: move tempereture from host to sensors package. 10 months ago
shirou c34d29a8bf fix: rename v3 that remained in file c to v4 10 months ago
shirou 6bdbf65126 [process]: Introduce DiskReadBytes on process which shows Disk IO only. 10 months ago
shirou.wakayama 0e9c0ade3c [host][windows]: change platform version from build version to display version 10 months ago
shirou d725bd1786 fix lint 10 months ago
shirou 3caf443966 [mem][windows]: add ExWindows and implement VirualTotal/Avail
This commit fixes #1588. Thank you!
10 months ago
shirou 930a873984 [mem][linux]: add ExLinux on mem package and move VirtualMemoryEx info on it 10 months ago
shirou 989328f334 add sensors package on labeler. 10 months ago
shirou 5dfaba1490 [sensors][linux]: add ExLinux on sensors.
This commit references and fixes #1589. Thank you!
10 months ago
shirou 5cd488ff30 [net][linux]: remove unused files. go1.11 is not supported now. 10 months ago
shirou e9591b5b01 rename redundant test function names, such as TestCPU in cpu package 10 months ago
shirou 85f5f3a8e2 process.Uids and process.Gids are now return uint32 10 months ago
Sergey Chernomorets aace5e9d8f Groups in /proc/PID/status has type uint32.
Fix error of parser:
> error get info about worker process status 3150292: strconv.ParseInt:
> parsing "4294967293": value out of range

$ grep Groups /proc/self/status
Groups: 20001 [...] 4294967293
10 months ago
shirou f9c39a6d8f fix mktypes.sh 10 months ago
shirou ab0d977709 [sensors] move Temperatures from host to sensors. 10 months ago
shirou bc060cc227 add SPDX License, remove old build tag, and replace import 10 months ago
shirou 87b0257e5b bump go version to 1.20, and update go.mod 10 months ago
shirou 42e7556a11 remove unnecessary files and remove coverall 10 months ago
shirou 4336530318
Merge pull request #1649 from shirou/feat/add_process_cwd_openbsd
[process][openbsd]: add cwd on openbsd.
10 months ago
shirou cb52f7a661
Merge pull request #1651 from Dylan-M/aix_support
Improve AIX Support
10 months ago
Niv Govrin aa0b73dc6d
fix: return boot time from stat file
add missing return statement for boot time value retrieved from stat file. Also move current time fetch to be closer to where the "time since boot file" is read
10 months ago
Dylan Myers 125da53703 Update the README charts with the AIX information 10 months ago
Dylan Myers ff4ae36cc0 Remove extraneous development note comments
Move a function from nocgo to main file for disk package
10 months ago
Dylan Myers df9c9bf340 Update min version in the readme to match new required min version. 10 months ago
Dylan Myers 1d7b4a315e Revert accidental change of go version in go.mod (wasn't supposed to commit).
Version set properly to 1.18, which is the new minimum needed for changes in this branch.
Run go mod tidy again with version set back to 1.18.
10 months ago
Dylan Myers 9bf502f825 Fix logic errors, syntax errors, and typos 10 months ago