github shirou/gopsutil v4.24.9

8 hours ago

Important Change

Since #1702, the Darwin implementation has been switched from cgo to purego (Great contribution from @uubulb). As a result, cgo has been removed from the Darwin implementation, making cross-compilation easier. We believe this change will not have any impact, but if you encounter any issues, please create an issue.

What's Changed

cpu, mem, sensors, disk, process on darwin

  • feat(cpu, mem, sensors, disk, process)(darwin): cgo-free implementations by @uubulb in #1702

process

  • [process][darwin][freebsd][linux][openbsd] Make process.Children not reliant on pgrep by @Lomanic in #1706
  • implement process:NumFDs for Windows by @al-online in #1712
  • Fix resolution for process create time limited to seconds by @joshiste in #1713

Other Changes

  • fix: remove coverall and godocs.io badge from README by @shirou in #1705
  • [common] add HOST_PROC_MOUNTINFO to EnvMap by @atoulme in #1707
  • Fix error message typo in sensors_linux by @henrygd in #1715

New Contributors

Full Changelog: v4.24.8...v4.24.9

Don't miss a new gopsutil release

NewReleases is sending notifications on new releases.