Sourced from github.com/shirou/gopsutil/v4's releases.
v4.24.8
What's Changed
disk
- fix(IOCountersWithContext): Fix the issue of not using names to fil ter devices in func IOCountersWithContext of the windows implementation by
@zmyzhengin shirou/gopsutil#1688- [disk][windows]: ignore network drive when not ready by
@shirouin shirou/gopsutil#1699process
- Fix parsing of /proc/pid/smaps when path is empty by
@pgimalacin shirou/gopsutil#1691- Refactoring the algorithm for calculating CPU usage by
@TheBestLLin shirou/gopsutil#1692- Fix panic on OpenBSD and FreeBSD systems if KinfoProc size has an unexpected size by
@fivittiin shirou/gopsutil#1694Other Changes
- Fix badge link in README.md by
@Yurunsoftin shirou/gopsutil#1695- fix golangcilint errors, ignore gosec G115 by
@shirouin shirou/gopsutil#1697- fix: golangci lint with max -> maxConn by
@shirouin shirou/gopsutil#1693New Contributors 🎉
@zmyzhengmade their first contribution in shirou/gopsutil#1688@Yurunsoftmade their first contribution in shirou/gopsutil#1695@pgimalacmade their first contribution in shirou/gopsutil#1691@TheBestLLmade their first contribution in shirou/gopsutil#1692@fivittimade their first contribution in shirou/gopsutil#1694Full Changelog: https://github.com/shirou/gopsutil/compare/v4.24.7...v4.24.8
74cb403
Merge pull request #1694
from fivitti/master7404c1f
Merge pull request #1699
from shirou/feat/win_disk_ignore_remote_drive_on_error72d3ba4
[disk][windows]: ignore network drive when not ready829f2fa
Refactoring the algorithm for calculating CPU usage (#1692)2a37a1d
Merge pull request #1691
from pgimalac/pgimalac/fix-proc-smaps-parsing2c51005
Merge pull request #1697
from shirou/feature/fix_golangclilint_gosec37f5310
fix golangcilint errors, ignore gosec G115904a5a4
Merge pull request #1695
from Yurunsoft/patch-139c93c6
Fix badge link in README.md9772692
fix: handle invalid KinfoProc size on BSD systems