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


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

ANN: psutil 3.0.0 released

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <g.rodola@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '(python': 0.05; 'implements': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '===': 0.09; '===========': 0.09; 'solaris,': 0.09; 'url:github': 0.09; 'python': 0.11; 'python.': 0.11; '--\xc2\xa0': 0.16; 'commandline': 0.16; 'df,': 0.16; 'folks,': 0.16; 'processes.': 0.16; 'retrieving': 0.16; 'url:display': 0.16; 'linux,': 0.18; 'library': 0.20; 'versions': 0.20; '64-bit': 0.22; 'message-id:@mail.gmail.com': 0.28; 'command': 0.28; "i'm": 0.29; '32-bit': 0.29; 'windows,': 0.29; 'work.': 0.30; 'announce': 0.32; 'url:python': 0.33; 'running': 0.34; 'received:google.com': 0.34; 'changed': 0.35; 'useful': 0.35; 'url:action': 0.35; 'url:org': 0.36; 'there': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'offered': 0.38; 'supports': 0.38; 'to:addr:python.org': 0.39; 'resources': 0.39; 'free,': 0.60; 'skip:u 10': 0.62; 'information': 0.62; 'management': 0.63; 'pleased': 0.64; 'home': 0.67; 'as:': 0.79; 'nice,': 0.84; 'who,': 0.84; '-\xc2\xa0': 0.91; 'disks,': 0.91; 'url:2015': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=MF9oK/hDO7isHQabjQpGaqPBV8/ETXlC8c5Y1lNbnYc=; b=MpCvegTuMyla/2IjOfN5ho+mZYWRM8GfgxoOB+E97qrfRcvDRGdoRgK67+w3VyWZy1 Pepktz+jN1alDDJuC2TY/ZB1gWsBZCBkC4x2vMHH/aMFxig80Ox2RSTa3s8ClBTjv5Fb BkI6L5ifSa7os7v7ApE39GulxWxfJxInze6zD4o7pSqwfbQqpYeuhVE/aM5qH0GOafE8 fcJoM0GVBx3X+FUW/j9HJdmOmEKOgknR7qHqVOYxHYyz07iTeWPjYkgsA4Z3gQthkVxv CNWE3/ySvQW6gyelFbwAkkHUWn4hZqAofDbMJ8U3e7sRE7gTf6W3ketZUGoNPk9sWGOI HUmA==
X-Received by 10.194.11.73 with SMTP id o9mr38182409wjb.116.1434223752342; Sat, 13 Jun 2015 12:29:12 -0700 (PDT)
MIME-Version 1.0
From "Giampaolo Rodola'" <g.rodola@gmail.com>
Date Sat, 13 Jun 2015 21:28:51 +0200
Subject ANN: psutil 3.0.0 released
To python-announce-list@python.org
X-Mailman-Approved-At Sun, 14 Jun 2015 08:07:23 +0200
Content-Type text/plain; charset=UTF-8
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.473.1434262044.13271.python-announce-list@python.org> (permalink)
Lines 35
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1434262044 news.xs4all.nl 2956 [2001:888:2000:d::a6]:40137
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1738

Show key headers only | View raw


Hi there folks,
I'm pleased to announce release 3.0.0 release of psutil:
http://grodola.blogspot.com/2015/06/psutil-30.html

=== 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
===========

See detailed blog post:
http://grodola.blogspot.com/2015/06/psutil-30.html


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

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


Thread

ANN: psutil 3.0.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2015-06-13 21:28 +0200

csiph-web