Hello all,
I'm glad to announce the release of psutil 5.9.4:
https://github.com/giampaolo/psutilAbout
=====
psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, macOS, Sun Solaris, FreeBSD, OpenBSD, NetBSD and AIX, both 32-bit and 64-bit architectures. Supported Python versions are 2.7 and 3.4+. PyPy is also known to work.
What's new
==========
2022-11-07
**Enhancements**
- #2102: use Limited API when building wheels with CPython 3.6+ on Linux,
macOS and Windows. This allows to use pre-built wheels in all future versions
of cPython 3. (patch by Matthieu Darbois)
**Bug fixes**
- #2077, [Windows]: Use system-level values for `virtual_memory()`_. (patch by
Daniel Widdis)
- #2156, [Linux]: compilation may fail on very old gcc compilers due to missing
``SPEED_UNKNOWN`` definition. (patch by Amir Rossert)
- #2010, [macOS]: on MacOS, arm64 ``IFM_1000_TX`` and ``IFM_1000_T`` are the
same value, causing a build failure. (patch by Lawrence D'Anna)
Links
=====
- Home page:
https://github.com/giampaolo/psutil- Download:
https://pypi.org/project/psutil/#files- Documentation:
http://psutil.readthedocs.io- What's new:
https://github.com/giampaolo/psutil/blob/master/HISTORY.rst--
Giampaolo -
https://gmpy.dev/about