ANN: psutil 5.9.1 released

13 views
Skip to first unread message

Giampaolo Rodola'

unread,
May 20, 2022, 4:29:11 PM5/20/22
to psu...@googlegroups.com, python-ann...@python.org
Hello all,
I'm glad to announce the release of psutil 5.9.1:
https://github.com/giampaolo/psutil

About
=====

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-05-20

**Enhancements**

- #1053: drop Python 2.6 support.  (patches by Matthieu Darbois and Hugo van
  Kemenade)
- #2050, [Linux]: increase ``read(2)`` buffer size from 1k to 32k when reading
  ``/proc`` pseudo files line by line. This should help having more consistent
  results.
- #2057, [OpenBSD]: add support for `cpu_freq()`_.
- #2107, [Linux]: `Process.memory_full_info()`_ (reporting process USS/PSS/Swap
  memory) now reads ``/proc/pid/smaps_rollup`` instead of ``/proc/pids/smaps``,
  which makes it 5 times faster.

**Bug fixes**

- #2048: ``AttributeError`` is raised if ``psutil.Error`` class is raised
  manually and passed through ``str``.
- #2049, [Linux]: `cpu_freq()`_ erroneously returns ``curr`` value in GHz while
  ``min`` and ``max`` are in MHz.
- #2050, [Linux]: `virtual_memory()`_ may raise ``ValueError`` if running in a
  LCX container.

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

Hashes
======

psutil-5.9.1-cp27-cp27m-manylinux2010_i686.whl
md5: 7a1242ebbc4b120e82aee13d9900089b
sha256: 799759d809c31aab5fe4579e50addf84565e71c1dc9f1c31258f159ff70d3f87

psutil-5.9.1-cp27-cp27m-manylinux2010_x86_64.whl
md5: a73889261651d0668ecafb3106517d38
sha256: 9272167b5f5fbfe16945be3db475b3ce8d792386907e673a209da686176552af

psutil-5.9.1-cp27-cp27m-win32.whl
md5: e207f375e71890db65bd38d3d97b052d
sha256: 0904727e0b0a038830b019551cf3204dd48ef5c6868adc776e06e93d615fc5fc

psutil-5.9.1-cp27-cp27m-win_amd64.whl
md5: 7fcdecb7cf7f1414d32ef6be4bb67f98
sha256: e7e10454cb1ab62cc6ce776e1c135a64045a11ec4c6d254d3f7689c16eb3efd2

psutil-5.9.1-cp27-cp27mu-manylinux2010_i686.whl
md5: debfdb618e51c8952d7d4e8456d8a134
sha256: 56960b9e8edcca1456f8c86a196f0c3d8e3e361320071c93378d41445ffd28b0

psutil-5.9.1-cp27-cp27mu-manylinux2010_x86_64.whl
md5: 5023ea6226dcc3b9ba731478de6ae961
sha256: 44d1826150d49ffd62035785a9e2c56afcea66e55b43b8b630d7706276e87f22

psutil-5.9.1-cp310-cp310-macosx_10_9_x86_64.whl
md5: 62571c4f43d5098b30b3662bb3ca59c3
sha256: c7be9d7f5b0d206f0bbc3794b8e16fb7dbc53ec9e40bbe8787c6f2d38efcf6c9

psutil-5.9.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
md5: e6e1dfa3d5a277e631ff323011611287
sha256: abd9246e4cdd5b554a2ddd97c157e292ac11ef3e7af25ac56b08b455c829dca8

psutil-5.9.1-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
md5: 871ebac7263c173487d358bf00737980
sha256: 29a442e25fab1f4d05e2655bb1b8ab6887981838d22effa2396d584b740194de

psutil-5.9.1-cp310-cp310-win32.whl
md5: e0e89fb12b79806cae4f0f3637fbdd32
sha256: 20b27771b077dcaa0de1de3ad52d22538fe101f9946d6dc7869e6f694f079329

psutil-5.9.1-cp310-cp310-win_amd64.whl
md5: 0696f2e92814fa7a563f4f2d14470401
sha256: 58678bbadae12e0db55186dc58f2888839228ac9f41cc7848853539b70490021

psutil-5.9.1-cp36-cp36m-macosx_10_9_x86_64.whl
md5: d030410b4e45975ac45ae22ce2818b7a
sha256: 3a76ad658641172d9c6e593de6fe248ddde825b5866464c3b2ee26c35da9d237

psutil-5.9.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
md5: df5a7143b0177f911dd2880e59bb22fb
sha256: a6a11e48cb93a5fa606306493f439b4aa7c56cb03fc9ace7f6bfa21aaf07c453

psutil-5.9.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
md5: 69c6fd60db5140cdc9bf2d8a26075f59
sha256: 068935df39055bf27a29824b95c801c7a5130f118b806eee663cad28dca97685

psutil-5.9.1-cp36-cp36m-win32.whl
md5: 045872c718d8dbdc53b2ee34b31277b4
sha256: 0f15a19a05f39a09327345bc279c1ba4a8cfb0172cc0d3c7f7d16c813b2e7d36

psutil-5.9.1-cp36-cp36m-win_amd64.whl
md5: fbff07ef1c54c582565c23273b20097f
sha256: db417f0865f90bdc07fa30e1aadc69b6f4cad7f86324b02aa842034efe8d8c4d

psutil-5.9.1-cp37-cp37m-macosx_10_9_x86_64.whl
md5: 24b14789585376ebc524b72f546ea75c
sha256: 91c7ff2a40c373d0cc9121d54bc5f31c4fa09c346528e6a08d1845bce5771ffc

psutil-5.9.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
md5: 781ee24c78defb6fc4d2fae5532f0f1c
sha256: fea896b54f3a4ae6f790ac1d017101252c93f6fe075d0e7571543510f11d2676

psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
md5: c698fd5a8707f2fc298098460b28aa43
sha256: 3054e923204b8e9c23a55b23b6df73a8089ae1d075cb0bf711d3e9da1724ded4

psutil-5.9.1-cp37-cp37m-win32.whl
md5: 72ec5813da0f9833c76047bff7fcaf8c
sha256: d2d006286fbcb60f0b391741f520862e9b69f4019b4d738a2a45728c7e952f1b

psutil-5.9.1-cp37-cp37m-win_amd64.whl
md5: 7ff63a1128d9e62433fb319ebd8d16ae
sha256: b14ee12da9338f5e5b3a3ef7ca58b3cba30f5b66f7662159762932e6d0b8f680

psutil-5.9.1-cp38-cp38-macosx_10_9_x86_64.whl
md5: f8f7223c4d75bc639c8a85ff26d108bf
sha256: 19f36c16012ba9cfc742604df189f2f28d2720e23ff7d1e81602dbe066be9fd1

psutil-5.9.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
md5: a774e8da98c5eeaa0a54879f5ef77374
sha256: 944c4b4b82dc4a1b805329c980f270f170fdc9945464223f2ec8e57563139cf4

psutil-5.9.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
md5: d11a8777b2979bf502850d87923d660f
sha256: 4b6750a73a9c4a4e689490ccb862d53c7b976a2a35c4e1846d049dcc3f17d83b

psutil-5.9.1-cp38-cp38-win32.whl
md5: 31294b4b5e5e81079d218964cf8c0be9
sha256: a8746bfe4e8f659528c5c7e9af5090c5a7d252f32b2e859c584ef7d8efb1e689

psutil-5.9.1-cp38-cp38-win_amd64.whl
md5: b3319c56f03a234a144119adacab4bfa
sha256: 79c9108d9aa7fa6fba6e668b61b82facc067a6b81517cab34d07a84aa89f3df0

psutil-5.9.1-cp39-cp39-macosx_10_9_x86_64.whl
md5: 850b01c0ef751485a288fa0dab1eeb22
sha256: 28976df6c64ddd6320d281128817f32c29b539a52bdae5e192537bc338a9ec81

psutil-5.9.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
md5: ed2071b80e9962b00790d3eb25134ce4
sha256: b88f75005586131276634027f4219d06e0561292be8bd6bc7f2f00bdabd63c4e

psutil-5.9.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
md5: 04f0c2815aab1e91e142c2db050ac8d2
sha256: 645bd4f7bb5b8633803e0b6746ff1628724668681a434482546887d22c7a9537

psutil-5.9.1-cp39-cp39-win32.whl
md5: b52c91cecb5a1945e237a795901625b8
sha256: 32c52611756096ae91f5d1499fe6c53b86f4a9ada147ee42db4991ba1520e574

psutil-5.9.1-cp39-cp39-win_amd64.whl
md5: 2eac88088aa0087ea0ffc1f14c3ae9a6
sha256: f65f9a46d984b8cd9b3750c2bdb419b2996895b005aefa6cbaba9a143b1ce2c5

psutil-5.9.1.tar.gz
md5: 7d6870f35116d7590dab6cbfc462f89c
sha256: 57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954

--

Giampaolo - https://gmpy.dev/about

Reply all
Reply to author
Forward
0 new messages