<div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div>Hello all,</div><div>I'm glad to announce the release of psutil 5.0.0:</div><div><a href="https://github.com/giampaolo/psutil">https://github.com/giampaolo/psutil</a></div><div>This release introduces important speedups making psutil from 2x to 6x faster depending on what platform you're on.</div><div>A full blog post can be found here:</div><div><a href="http://grodola.blogspot.com/2016/11/psutil-500-is-around-twice-as-fast.html">http://grodola.blogspot.com/2016/11/psutil-500-is-around-twice-as-fast.html</a><br></div><div><br></div><div>About</div><div>=====</div><div><br></div><div>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.</div><div><br></div><div>What's new</div><div>==========</div><div><br></div><div>*2016-11-06*</div><div><br></div><div>**Enhncements**</div><div><br></div><div>- #799: new Process.oneshot() context manager making Process </div><div>  methods around +2x faster in general and from +2x to +6x faster on </div><div>  Windows.</div><div>- #943: better error message in case of version conflict on import.</div><div><br></div><div>**Bug fixes**</div><div><br></div><div>- #932: [NetBSD] net_connections() and Process.connections() may fail without</div><div>  raising an exception.</div><div>- #933: [Windows] memory leak in cpu_stats() and WindowsService.description().</div><div><br></div><div>Links</div><div>=====</div><div><br></div><div>- Home page: <a href="https://github.com/giampaolo/psutil">https://github.com/giampaolo/psutil</a></div><div>- Download: <a href="https://pypi.python.org/pypi/psutil">https://pypi.python.org/pypi/psutil</a></div><div>- Documentation: <a href="http://pythonhosted.org/psutil">http://pythonhosted.org/psutil</a></div><div>- What's new: <a href="https://github.com/giampaolo/psutil/blob/master/HISTORY.rst">https://github.com/giampaolo/psutil/blob/master/HISTORY.rst</a></div><div><br></div><div>--</div><div><br></div><div>Giampaolo - <a href="http://grodola.blogspot.com">http://grodola.blogspot.com</a></div><div><br><br></div></div></div>
</div>