Commit Graph

2773 Commits (a5e496769c35f1f732960bc50269bdd39c38cc47)
 

Author SHA1 Message Date
shirou 904a5a4842
Merge pull request #1695 from Yurunsoft/patch-1
Fix badge link in README.md
7 months ago
Yurun 39c93c6a20
Fix badge link in README.md 7 months ago
Slawek Figiel 977269202e fix: handle invalid KinfoProc size on BSD systems 7 months ago
Pierre Gimalac d4ac231298
Merge branch 'master' of github.com:pgimalac/gopsutil into pgimalac/fix-proc-smaps-parsing 7 months ago
Pierre Gimalac a1f9e69b5d
fix: join path elements in case it contains spaces 7 months ago
shirou e8aa2144bd
Merge pull request #1667 from shirou/dependabot/github_actions/actions/checkout-4.1.7
chore(deps): bump actions/checkout from 4.1.5 to 4.1.7
7 months ago
shirou d5fea7bed1
Merge pull request #1685 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.6
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
7 months ago
shirou 770b84f6bf
Merge pull request #1693 from shirou/feat/fix_golangcilint_max_to_maxConn
fix: golangci lint with max -> maxConn
7 months ago
shirou 6a1c12a89d
Merge pull request #1680 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.1.0
chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
7 months ago
shirou 5f158096be fix: golangci lint with max -> maxConn 7 months ago
Pierre Gimalac 33251d10ec
fix(proc): parsing of smaps path 7 months ago
shirou edff3add94
Merge pull request #1688 from zmyzheng/zmyzheng/fix-IOCountersWithContext
fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation
7 months ago
Mingyang Zheng 16d7f3242c fix(IOCountersWithContext): Fix the issue of not using names to filter devices in func IOCountersWithContext of the windows implementation 7 months ago
shirou 6dfedba254
Merge pull request #1686 from shirou/dependabot/go_modules/golang.org/x/sys-0.24.0
chore(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0
7 months ago
dependabot[bot] 24d2d79ab1
chore(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.24.0.
- [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
dependabot[bot] 5d59cf10f4
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b2256b8c0...834a144ee9)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months ago
shirou 1915e9377e
Merge pull request #1677 from shirou/feat/win_mem_use_performance_counter_on_swap_memory
[windows][mem]: change to use Performance Counter on SwapMemory.
8 months ago
dependabot[bot] 082c17b880
chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](a4f60bb28d...aaa42aa062)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
shirou 1221983189 [windows][mem]: change to use Performance Counter on SwapMemory. 8 months ago
shirou 262afcf2e6
Merge pull request #1673 from shirou/dependabot/github_actions/actions/upload-artifact-4.3.4
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
8 months ago
shirou 3f547e4dd4
Merge pull request #1670 from coderZoe/bugfix_for_docker_memory
fix: docker_memory in centos_7.5 & docker_1.13.1
8 months ago
dependabot[bot] 88ac4ed061
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65462800fd...0b2256b8c0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
shirou d04251e658
Merge pull request #1676 from shirou/feature/remove_macos11_on_github_actions
fix: remove macos11 and add ubuntu-24.04 on GitHub runner list.
8 months ago
shirou 79fe1617f5 fix: remove macos11 and add ubuntu-24.04 on GitHub runner list. 8 months ago
shirou 0fc9a73c61
Merge pull request #1672 from Girbons/fix/arm-temperature-sensors
fix: read temperature sensors darwin arm
8 months ago
shirou dab07a32fa
Merge pull request #1674 from shirou/dependabot/github_actions/actions/setup-go-5.0.2
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2
8 months ago
dependabot[bot] cf2a42d757
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](cdcb360436...0a12ed9d6a)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Alessandro De Angelis ba82fefdee fix: add SPDX 8 months ago
shirou dec1eb337b
Merge pull request #1671 from shirou/dependabot/go_modules/golang.org/x/sys-0.22.0
chore(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0
9 months ago
Alessandro De Angelis fec0b2fcc6 fix: read temperature sensors darwin arm 9 months ago
dependabot[bot] cf7ca77d49
chore(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.22.0.
- [Commits](https://github.com/golang/sys/compare/v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
coderZoe 91a267020c fix: docker_momory in centos_7.5 & docker_1.13.1 9 months ago
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
dependabot[bot] d4e520aaac
chore(deps): bump actions/checkout from 4.1.5 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](44c2b7a8a4...692973e3d9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
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
10 months ago
Niv Govrin 97351d2736 fix: remove tab in empty line 10 months ago
Niv Govrin b6c524eda4
Merge branch 'shirou:master' into patch-1 10 months ago
Aidan 33265e15aa Merge branch 'issue-1661' of https://github.com/aidangill-projects/gopsutil_fixes into issue-1661 10 months ago
Aidan bcde3cb240 Removed logging line 10 months ago
aidangill-projects 5dbbebffac
Merge branch 'shirou:master' into issue-1661 10 months ago
Aidan 8f3d0d0c57 Correctly parse new uptime case at zero minutes, has been tested against all test cases 10 months ago
Aidan 789cad37be Correctly parse new uptime case at zero minutes, has been tested against all test cases 10 months ago
Aidan 2b6d0754ed Comments 10 months ago
Aidan 42957707db Return error if hours not in expected format to prevent panic 10 months ago