summaryrefslogtreecommitdiff
path: root/examples/top.py
Commit message (Expand)AuthorAgeFilesLines
* sort importsGiampaolo Rodola2015-10-241-2/+3
* fix flake8 complaintsGiampaolo Rodola2015-02-071-5/+6
* some refactoringGiampaolo Rodola2014-11-081-1/+1
* update docGiampaolo Rodola'2014-02-271-0/+1
* example scripts: show output in the docstringsGiampaolo Rodola'2014-02-271-0/+23
* rename old APIsGiampaolo Rodola'2013-12-261-3/+3
* rename psutil.get_boot_time() to psutil.boot_time()Giampaolo Rodola'2013-12-241-1/+1
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-2/+4
* issue 451: deprecate BOOT_TIME constantGiampaolo Rodola'2013-12-071-1/+1
* pep8ifyGiampaolo Rodola'2013-11-211-6/+10
* Fix issue 408: turn STATUS_* and CONN_* constants into plain Python strings a...Giampaolo Rodola'2013-08-091-2/+2
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* (sunos) fix some example scripts not working on solarisGiampaolo Rodola'2012-06-081-1/+5
* set +x bit for scripts in examples directoryGiampaolo Rodola'2013-04-101-0/+0
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-10/+6
* Fix 256: rename psutil.virtmem_usage() to psutil.swapmem_usage(); also, on Wi...Giampaolo Rodola'2012-07-191-5/+5
* fix examples/top.py on OSXGiampaolo Rodola'2012-06-301-8/+17
* - fix python 3 support on linuxGiampaolo Rodola'2012-06-261-1/+1
* Fix #287: implement a cache for process_iter()Giampaolo Rodola'2012-06-191-19/+11
* Fix 278: add Process.as_dict()Giampaolo Rodola'2012-06-101-16/+12
* fix bytes2human(): in case of n < 1024 we were always returning '0'; we now r...Giampaolo Rodola'2011-12-131-5/+5
* nettop.py: sort network interfaces so that the ones which generated more traf...Giampaolo Rodola'2011-11-161-6/+7
* fix 228: some example scripts are not working with python 3Giampaolo Rodola'2011-11-031-9/+13
* bump up version number + some minor fixesGiampaolo Rodola'2011-10-291-2/+2
* example scripts refactoringGiampaolo Rodola'2011-10-281-35/+36
* top.py refactoringGiampaolo Rodola'2011-10-281-28/+39
* fix KeyError in top.pyGiampaolo Rodola'2011-10-221-3/+4
* fix top.py on freebsdGiampaolo Rodola'2011-10-211-2/+3
* minor fixGiampaolo Rodola'2011-10-191-2/+2
* emulate top's TIME+ column, showing process CPU cumulative timeGiampaolo Rodola'2011-10-191-3/+7
* top.py: add process statusesGiampaolo Rodola'2011-10-191-7/+19
* Fix issue 223: add top.py example scriptGiampaolo Rodola'2011-10-181-0/+172