Hello all, I'm glad to announce the release of psutil 4.3.0: 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, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, 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. Main features / fixes =============== - #819: [Linux] different speedup improvements: Process.ppid() is 20% faster Process.status() is 28% faster Process.name() is 25% faster Process.num_threads is 20% faster on Python 3 - #810: [Windows] Windows wheels are incompatible with pip 7.1.2. - #812: [NetBSD] fix compilation on NetBSD-5.x. - #823: [NetBSD] virtual_memory() raises TypeError on Python 3. - #829: [UNIX] psutil.disk_usage() percent field takes root reserved space into account. - #816: [Windows] fixed net_io_counter() values wrapping after 4.3GB in Windows Vista (NT 6.0) and above using 64bit values from newer win APIs. Links ==== - Home page: https://github.com/giampaolo/psutil - Downloads: https://pypi.python.org/pypi/psutil - Documentation: http://pythonhosted.org/psutil/ -- Giampaolo - http://grodola.blogspot.com -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/