| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-29 | 3.2 kB | |
| v4.26.3 source code.tar.gz | 2026-03-29 | 201.1 kB | |
| v4.26.3 source code.zip | 2026-03-29 | 350.9 kB | |
| Totals: 3 Items | 555.2 kB | 1 | |
Important Notice
The temporary opt-out option WillBeDeletedOptOutMemAvailableCalc, introduced in v4.25.8, has been removed in this release.
Code that relied on this option may fail to build. If so, please update your code to work with the current VirtualMemoryStat.Used calculation, as the opt-out mechanism is no longer available.
What's Changed
cpu
- Use total stats for AIX CPU times by @pgimalac in https://github.com/shirou/gopsutil/pull/2014
- Use provided description for CPU model name on AIX by @pgimalac in https://github.com/shirou/gopsutil/pull/2015
- Fix logical cpu in CountsWithContext for AIX by @pgimalac in https://github.com/shirou/gopsutil/pull/2017
- Fix SIGBUS/SIGSEGV crash in TemperaturesWithContext on macOS ARM64 by @lubeschanin in https://github.com/shirou/gopsutil/pull/2063
disk
- Fix PartitionsWithContext on AIX to avoid returning empty structs by @pgimalac in https://github.com/shirou/gopsutil/pull/2013
- Implement IOCountersWithContext for AIX with CGO by @pgimalac in https://github.com/shirou/gopsutil/pull/2016
- disk: fix UsageWithContext unit conversions on AIX nocgo by @Dylan-M in https://github.com/shirou/gopsutil/pull/2032
- disk: implement IOCountersWithContext for AIX nocgo via iostat by @Dylan-M in https://github.com/shirou/gopsutil/pull/2033
host
- Fix host user parsing on AIX by @pgimalac in https://github.com/shirou/gopsutil/pull/2021
- Add implementation of numProcs for AIX with cgo by @pgimalac in https://github.com/shirou/gopsutil/pull/2022
load
- Fix running and blocked process count for AIX by @pgimalac in https://github.com/shirou/gopsutil/pull/2019
mem
- mem: populate Cached from bcachestats on OpenBSD by @skartikey in https://github.com/shirou/gopsutil/pull/2029
- [mem][linux]: Remove deprecated opt-out for MemAvailable-based Used by @shirou in https://github.com/shirou/gopsutil/pull/2012
net
- Fix AIX net iocounters error fields and add dropin field by @pgimalac in https://github.com/shirou/gopsutil/pull/2020
- Fix netstat drop column parsing when address is empty on darwin by @pgimalac in https://github.com/shirou/gopsutil/pull/2025
- [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by @shirou in https://github.com/shirou/gopsutil/pull/2031
process
- Fix golangci-lint linter jobs by @pgimalac in https://github.com/shirou/gopsutil/pull/2018
- Fix effective gid on darwin by @pgimalac in https://github.com/shirou/gopsutil/pull/2023
- Do not set swap field to an incorrect value on darwin by @pgimalac in https://github.com/shirou/gopsutil/pull/2027
sensors
- Fix macos sensor data type field by @pgimalac in https://github.com/shirou/gopsutil/pull/2026
- sensors(aix): remove orphaned VirtualizationWithContext by @Dylan-M in https://github.com/shirou/gopsutil/pull/2011
New Contributors
- @lubeschanin made their first contribution in https://github.com/shirou/gopsutil/pull/2063
Full Changelog: https://github.com/shirou/gopsutil/compare/v4.26.2...v4.26.3