Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1254 > unrolled thread
| Started by | "Giampaolo Rodola'" <g.rodola@gmail.com> |
|---|---|
| First post | 2014-04-09 18:13 +0200 |
| Last post | 2014-04-09 18:13 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
ANN: psutil 2.1.0 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2014-04-09 18:13 +0200
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
|---|---|
| Date | 2014-04-09 18:13 +0200 |
| Subject | ANN: psutil 2.1.0 released |
| Message-ID | <mailman.9181.1397200559.18130.python-announce-list@python.org> |
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 top | Article view | comp.lang.python.announce
csiph-web