Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'url:pypi': 0.03; '(python': 0.07; '64-bit': 0.07; 'filing': 0.07; 'linux,': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '32-bit': 0.09; '===': 0.09; 'implements': 0.09; 'windows,': 0.09; 'python': 0.11; 'bug': 0.12; 'changes': 0.15; '2.0.0': 0.16; 'folks,': 0.16; 'limiting': 0.16; 'processes.': 0.16; 'retrieving': 0.16; 'solaris,': 0.16; 'to:addr :python-announce-list': 0.16; 'url:display': 0.16; 'library': 0.18; 'command': 0.22; 'versions': 0.24; 'tried': 0.27; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'lot.': 0.31; 'url:python': 0.33; 'running': 0.33; 'announce': 0.33; 'problem': 0.35; 'offered': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'useful': 0.36; 'url:org': 0.36; 'url:action': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'release': 0.40; 'free,': 0.61; 'new': 0.61; 'address': 0.63; 'information': 0.63; 'such': 0.63; 'url:p': 0.64; 'url:blogspot': 0.65; 'management': 0.65; 'home': 0.69; 'as:': 0.81; 'freebsd': 0.84; 'nice,': 0.84; 'url:03': 0.84; 'url:2014': 0.84; 'who,': 0.84; 'disks,': 0.91; 'url:latest': 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=83L3QAkEhcpObmExZvalIJKNrgFC/FIaV1YL1Xi4Ya0=; b=oLMfszYtCn0BWlt8Ir1l03RbxLlrbuXH1P2KseiA7QBOCbV4iMaE6dykCbOJdYdYGT 28mH2K9DJtd5AlZQebKAZu6x/509V87ndodvBnFSrinu2hvw4oiSfdh0JaUw0XNGyHbQ hBisoxD5UEUNq9LLlQujQdu1oZY9oMXlCTpy/iNLTR9SV2FNv3b1b+iLlkDOF+DgmJS6 EH8H5QF6FMMc1Cyrbq0seBJX5fVhEHDnm4xiLlSyb3AlLBD+BMFLAG/fZR2LKrDjEmTR w2JWOD8JbDR06TZgnwgObdRtxAZuEGS6tpjn46t5534cs7trlmEC+Y2bnyqRimnzNtLB 9s7w== X-Received: by 10.112.52.104 with SMTP id s8mr21960143lbo.7.1394452565326; Mon, 10 Mar 2014 04:56:05 -0700 (PDT) MIME-Version: 1.0 From: "Giampaolo Rodola'" Date: Mon, 10 Mar 2014 12:55:44 +0100 Subject: ANN: psutil 2.0.0 released To: python-announce-list@python.org X-Mailman-Approved-At: Mon, 10 Mar 2014 15:16:51 +0100 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394461014 news.xs4all.nl 2829 [2001:888:2000:d::a6]:44087 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1240 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