Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1254
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '(python': 0.07; '64-bit': 0.07; 'linux,': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '32-bit': 0.09; '===': 0.09; 'windows,': 0.09; 'python': 0.11; 'doc:': 0.16; 'folks,': 0.16; 'retrieving': 0.16; 'solaris,': 0.16; 'to:addr:python-announce- list': 0.16; 'library': 0.18; 'versions': 0.24; 'post': 0.26; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'running': 0.33; 'announce': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'to:addr:python.org': 0.39; 'release': 0.40; 'here:': 0.62; 'information': 0.63; 'url:p': 0.64; 'url:blogspot': 0.65; 'home': 0.69; 'freebsd': 0.84; 'url:2014': 0.84; 'disks,': 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=LK86G2L0ph2hvL8DSZpZpTZrT1mcoyNqBZJJ9NpXdnI=; b=YRNMGdCchu3yO7c//ltqbOPk8eze+hVyCnJQhVgX4mh6J/tZD2wwX7bpPePaxjE5TS wfesCUdwJtT/5lClOSBtqHNlQz9VIjI/8eDsP8y2yZSXsomc0fP7ntTioGC1clQHu6U9 awCvsm0toTqgTSdOlL6gX+tatvvZGntBi5szhMjbC/PphFBn+Zsu/5PydapXfYM8Ozg4 r9uWDrdoAiW6p/qLMVS59NuQ1/QdDZdLmT1sDLKEDsT6xWujY9VkVEiThVAvqlk7ooWn +vuXkfDNJcroxJU7innfBroFvslhkzxIxmYHwyFSPdflbe5bmjVaIsPgcXlasQosE9Fs 3E+A== |
| X-Received | by 10.152.43.70 with SMTP id u6mr8046187lal.3.1397060032074; Wed, 09 Apr 2014 09:13:52 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
| Date | Wed, 9 Apr 2014 18:13:31 +0200 |
| Subject | ANN: psutil 2.1.0 released |
| To | python-announce-list@python.org |
| X-Mailman-Approved-At | Fri, 11 Apr 2014 09:15:57 +0200 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.15 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| 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.9181.1397200559.18130.python-announce-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1397200560 news.xs4all.nl 2950 [2001:888:2000:d::a6]:38578 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1254 |
Show key headers only | View raw
Hi folks, I'm pleased to announce the 2.1.0 release of psutil including netstat-like functionalities: http://code.google.com/p/psutil/ Detailed blog post is here: http://grodola.blogspot.com/2014/04/reimplementing-netstat-in-cpython.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 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. === Links === * Home page: http://code.google.com/p/psutil * Doc: https://pythonhosted.org/psutil/ * Forum: https://groups.google.com/forum/#!forum/psutil -- Giampaolo - http://grodola.blogspot.com
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN: psutil 2.1.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2014-04-09 18:13 +0200
csiph-web