summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' a...Giampaolo Rodola'2013-03-251-1/+0
* Fix issue 318: reintroduce python 2.4 compatibility which was accidentally br...Giampaolo Rodola'2012-08-161-3/+2
* Issue 312 (Linux): network_io_counters() - add dropped/error packets supportGiampaolo Rodola'2012-07-251-1/+2
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-0/+22
* Fix issue 309: introduce a isfile_strict() function as a replacement for os.p...Giampaolo Rodola'2012-07-211-1/+21
* Issue 256 (LINUX): swapmem - also provide pswpin / pswpout countersGiampaolo Rodola'2012-07-201-0/+1
* issue 302: (Linux) process num of ctx switchesGiampaolo Rodola'2012-07-111-0/+1
* test_memory_leaks.py: disable cache for cached propertiesGiampaolo Rodola'2012-07-111-3/+6
* Issue 216 (Linux): add UNIX sockets supportGiampaolo Rodola'2012-07-071-2/+9
* get_users(), rename 'options' ntuple field to 'opts' plus update README and H...Giampaolo Rodola'2012-06-271-1/+1
* Fix issue #282: make psutil.STATUS_* constants str-comparableGiampaolo Rodola'2012-06-131-1/+20
* 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