summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue #281: cache the return value of ppid, name, exe, cmdline and creat...Giampaolo Rodola'2012-06-131-0/+9
* ntuple_* variables renamingGiampaolo Rodola'2012-06-031-17/+16
* Fix issue 260: (Windows) process memory mapsGiampaolo Rodola'2012-04-261-0/+10
* Fix issue #209 (Linux): add partition optionsGiampaolo Rodola'2012-04-191-1/+1
* Issue #229: re-add Linux get_users() implementation.Giampaolo Rodola'2012-03-071-1/+1
* use from __future__ import division to reduce python 2/3 incompatibiliesGiampaolo Rodola'2012-01-201-1/+2
* Issue 229 - psutil.get_users(): initial implementation for UNIX systems, curr...Giampaolo Rodola'2011-11-091-0/+2
* (Windows) implement Process.get_connections() filter in C.Giampaolo Rodola'2011-10-141-0/+30
* Fix #212Giampaolo Rodola'2011-10-051-0/+3
* network_io refactoring: move all the logic of generating nametuples and perni...Giampaolo Rodola'2011-09-221-2/+2
* net io refactoring plus some testsGiampaolo Rodola'2011-09-221-1/+1
* Issue 150: Refactored network_io_counters to behave just like disk_io_counters.jcscoobyrs2011-09-221-2/+1
* Issue 206: disk_io_stats() lower level C API now returns a dict instead of a ...Giampaolo Rodola'2011-09-211-2/+1
* Issue 206: implement disk_io_counters() for OSX (patch by Jeremy Whitlock)Giampaolo Rodola'2011-09-211-0/+2
* Issue 150: add network_io_counters's total parameterGiampaolo Rodola'2011-09-091-0/+1
* Issue 150: implement network IO counters on LinuxGiampaolo Rodola'2011-09-091-0/+1
* usage_percent() utility function: rename 'round' argument in '_round' as it c...Giampaolo Rodola'2011-06-271-3/+3
* define a common function to calculate percent usageGiampaolo Rodola'2011-06-181-0/+12
* Issue 174: implement disk partitions on LinuxGiampaolo Rodola'2011-06-151-0/+1
* Issue #172: implement disk_usage() on posixGiampaolo Rodola'2011-06-111-1/+2
* Issue #171: provide get_phymem() and get_virtmem() functions; total_* avail_*...Giampaolo Rodola'2011-06-091-0/+1
* removal of 'from psutil._ps{platform} import *' in psutil/__init__pyGiampaolo Rodola'2011-06-091-13/+0
* Issue 125: implement system per-cpu percentage utilization and times on LinuxGiampaolo Rodola'2011-06-041-1/+2
* For io nice, rename 'iodata' argument in 'value'.Giampaolo Rodola'2011-03-201-1/+1
* rewrite process status on LinuxGiampaolo Rodola'2011-02-151-9/+10
* Define a new constant type class for process STATUS_* constants which are now...Giampaolo Rodola'2011-02-151-0/+26
* rename compat.py in _compat.pyGiampaolo Rodola'2011-02-151-1/+1
* define a _common.py module containing all the objects which are common to _ps...Giampaolo Rodola'2011-02-151-0/+34