ANN: psutil 3.1.0 released

Giampaolo Rodola' g.rodola at gmail.com
Wed Jul 15 02:55:14 CEST 2015


Hello all,
I'm glad to announce the release of psutil 3.1.0:
https://github.com/giampaolo/psutil/

About
=====

psutil (python system and process 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, OSX, FreeBSD and Sun Solaris, both
32-bit and 64-bit architectures, with Python versions from 2.6 to 3.5
(users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also known to
work.

New fatures
=========

- [Linux] disk_partitions() added support for ZFS filesystems.
- continuous tests integration for Windows
- continuous code quality test integration

Main bugfixes
===========

- [Windows] Process.open_files() no longer hangs. Instead it uses a
  thred which times out and skips the file handle in case it's taking too
long
  to be retrieved.  (patch by Jeff Tang)
- [Windows] Process.name() no longer raises AccessDenied for pids owned
  by another user.
- [Windows] Process.memory_info()  no longer raises AccessDenied for pids
  owned by another user.
- [Linux] Process.cmdline() can be truncated.
- [Windows] add inet_ntop function for Windows XP to support IPv6.

Links
====

- Home page: https://github.com/giampaolo/psutil
- Downloads:
https://pypi.python.org/pypi?:action=display&name=psutil#downloads
- Documentation: http://pythonhosted.org/psutil/


-- 
Giampaolo - http://grodola.blogspot.com


More information about the Python-announce-list mailing list