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


Groups > comp.lang.python.announce > #1240

ANN: psutil 2.0.0 released

From "Giampaolo Rodola'" <g.rodola@gmail.com>
Date 2014-03-10 12:55 +0100
Subject ANN: psutil 2.0.0 released
Newsgroups comp.lang.python.announce
Message-ID <mailman.7999.1394461014.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi there folks,
I'm pleased to announce the 2.0.0 release of psutil:
http://code.google.com/p/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.4 to 3.4. Pypi
is also known to work.

=== What changed ===

A lot. I tried to address all the changes in this blog post:
http://grodola.blogspot.com/2014/03/psutil-20.html


=== Links ===

* Home page: http://code.google.com/p/psutil
* Downloads:
https://pypi.python.org/pypi?:action=display&name=psutil#downloads
* Documentation: http://psutil.readthedocs.org/en/latest/

Please try out this new release and let me know if you experience any
problem by filing issues on the bug tracker.

All the best,

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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: psutil 2.0.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2014-03-10 12:55 +0100

csiph-web