| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-29 | 2.0 kB | |
| v4.26.4 source code.tar.gz | 2026-04-29 | 211.8 kB | |
| v4.26.4 source code.zip | 2026-04-29 | 366.4 kB | |
| Totals: 3 Items | 580.2 kB | 1 | |
What's Changed
cpu
- [cpu][windows]: fix percpu stats on Windows hosts with multiple processor groups by @shirou in https://github.com/shirou/gopsutil/pull/2081
disk
- Fix infinite loop when failed to find path for volume on Windows by @woct0rdho in https://github.com/shirou/gopsutil/pull/2066
host
- host: add testInvoker dependency injection for AIX by @Dylan-M in https://github.com/shirou/gopsutil/pull/2040
- Use getconf instead of bootinfo on AIX to get kernel architecture by @pgimalac in https://github.com/shirou/gopsutil/pull/2079
load
- load: fix MiscWithContext process state parsing on AIX nocgo by @Dylan-M in https://github.com/shirou/gopsutil/pull/2037
mem
- Fix NetBSD mem / net stats by @fraggerfox in https://github.com/shirou/gopsutil/pull/2077
net
- net: populate BytesSent/BytesRecv via entstat on AIX nocgo by @Dylan-M in https://github.com/shirou/gopsutil/pull/2034
- fix: add bounds check for /proc/net/dev fields to prevent panic by @Yanhu007 in https://github.com/shirou/gopsutil/pull/2075
- net: add parseEntstat and parseNetstatI unit tests with AIX fixtures by @Dylan-M in https://github.com/shirou/gopsutil/pull/2073
- Implement net ProtoCounters for AIX by @pgimalac in https://github.com/shirou/gopsutil/pull/2083
process
- fix: add bounds check for /proc/[pid]/stat fields in fillFromTIDStat by @Yanhu007 in https://github.com/shirou/gopsutil/pull/2076
- [process][linux]: use TrimSuffix instead of Trim by @shirou in https://github.com/shirou/gopsutil/pull/2068
New Contributors
- @woct0rdho made their first contribution in https://github.com/shirou/gopsutil/pull/2066
- @Yanhu007 made their first contribution in https://github.com/shirou/gopsutil/pull/2075
- @fraggerfox made their first contribution in https://github.com/shirou/gopsutil/pull/2077
Full Changelog: https://github.com/shirou/gopsutil/compare/v4.26.3...v4.26.4