Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1994 > unrolled thread

ANN: psutil 3.4.2 released

Started by"Giampaolo Rodola'" <g.rodola@gmail.com>
First post2016-01-20 17:30 +0100
Last post2016-01-20 17:30 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: psutil 3.4.2 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2016-01-20 17:30 +0100

#1994 — ANN: psutil 3.4.2 released

From"Giampaolo Rodola'" <g.rodola@gmail.com>
Date2016-01-20 17:30 +0100
SubjectANN: psutil 3.4.2 released
Message-ID<mailman.124.1453307594.15297.python-announce-list@python.org>
Hello all,
I'm glad to announce the release of psutil 3.4.2:
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, OpenBSD, NetBSD 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.

Main features / fixes
===============

- (FreeBSD) psutil.virtual_memory() no longer raise MemoryError
- (Sun Solaris) exposed psutil.PROCFS_PATH constant to change the default
  location of /proc filesystem

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web