github shirou/gopsutil v4.26.3

8 hours ago

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

disk

  • Fix PartitionsWithContext on AIX to avoid returning empty structs by @pgimalac in #2013
  • Implement IOCountersWithContext for AIX with CGO by @pgimalac in #2016
  • disk: fix UsageWithContext unit conversions on AIX nocgo by @Dylan-M in #2032
  • disk: implement IOCountersWithContext for AIX nocgo via iostat by @Dylan-M in #2033

host

load

mem

  • mem: populate Cached from bcachestats on OpenBSD by @skartikey in #2029
  • [mem][linux]: Remove deprecated opt-out for MemAvailable-based Used by @shirou in #2012

net

  • Fix AIX net iocounters error fields and add dropin field by @pgimalac in #2020
  • Fix netstat drop column parsing when address is empty on darwin by @pgimalac in #2025
  • [net][linux]: prevent incorrect deduplication of unnamed UNIX sockets by @shirou in #2031

process

sensors

New Contributors

Full Changelog: v4.26.2...v4.26.3

Don't miss a new gopsutil release

NewReleases is sending notifications on new releases.