summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* last minute cleanups + update HISTORYrelease-0.4.0Giampaolo Rodola'2011-10-293-4/+2
* example scripts refactoringGiampaolo Rodola'2011-10-283-68/+70
* iotop.py refactoringGiampaolo Rodola'2011-10-281-18/+33
* top.py refactoringGiampaolo Rodola'2011-10-282-28/+42
* add nettop example scriptGiampaolo Rodola'2011-10-282-0/+143
* update HISTORYGiampaolo Rodola'2011-10-261-0/+1
* do various hacks/tricks I'm really ashamed of to make per_cpu_times(), getcwd...Giampaolo Rodola'2011-10-263-8/+45
* fix compilation errors on freebsd 7.xGiampaolo Rodola'2011-10-261-0/+5
* added a test for POSIX platforms which tests nic names returned by network_io...Giampaolo Rodola'2011-10-242-0/+13
* added Windows specific tests which compares network interface names returned ...Giampaolo Rodola'2011-10-242-1/+18
* Windows - net_io_counters(): fix the returning dict on python 3 where erroneo...Giampaolo Rodola'2011-10-241-16/+22
* Windows: fix memory leak in network_io_counters.Giampaolo Rodola'2011-10-241-52/+61
* Windows: fix memory leak in disk_partitions().Giampaolo Rodola'2011-10-241-3/+6
* BSD: fix memory leak in network_io_countersGiampaolo Rodola'2011-10-242-3/+4
* BSD: make sure mem_ptr exists before free()ing itGiampaolo Rodola'2011-10-221-1/+3
* BSD: fix memory leak in disk_io_counters();Giampaolo Rodola'2011-10-221-0/+3
* fix printing on WindowsGiampaolo Rodola'2011-10-221-1/+1
* ok, *now* it is fixed =)Giampaolo Rodola'2011-10-221-1/+1
* fix failing test on OSXGiampaolo Rodola'2011-10-221-0/+4
* OSX: fix compatibility in the C API for py 3.Giampaolo Rodola'2011-10-221-2/+2
* Windows: fix compatibility in the C API for py 3.Giampaolo Rodola'2011-10-221-8/+12
* update html docGiampaolo Rodola'2011-10-221-18/+46
* Windows: fix for Py_BuildValue to support py 2.4Giampaolo Rodola'2011-10-221-2/+8
* Fix compatibility with mingw32 and 2 compiler warnings.Giampaolo Rodola'2011-10-222-3/+1
* fix compatibility with py 2.4Giampaolo Rodola'2011-10-222-2/+9
* fix compiler warnings on FreeBSDGiampaolo Rodola'2011-10-222-2/+2
* Fix #217: get_connections() 'kind' parameter on FreeBSDGiampaolo Rodola'2011-10-221-1/+9
* fix failing tests on new 3.x linux kernelGiampaolo Rodola'2011-10-221-3/+4
* fix KeyError in top.pyGiampaolo Rodola'2011-10-221-3/+4
* fix get_cpu_percent() test after previous commitGiampaolo Rodola'2011-10-221-1/+4
* fix #194: psutil.Process.get_cpu_percent() now reports a percentage over 100 ...Giampaolo Rodola'2011-10-222-3/+9
* update to version 0.4.0; remove test which makes sure counters have increased...Giampaolo Rodola'2011-10-224-15/+4
* disk_io_counters(): cast read/write times to a long long typeGiampaolo Rodola'2011-10-211-4/+8
* add a test for disk_io_counters() checking that the counters have incresed; a...Giampaolo Rodola'2011-10-212-67/+75
* 206: implement disk_io_counters() on FreeBSDGiampaolo Rodola'2011-10-214-1/+55
* fix top.py on freebsdGiampaolo Rodola'2011-10-211-2/+3
* add a comment signaling why test_Popen causes a resource warning on py 3Giampaolo Rodola'2011-10-211-0/+3
* fix get_connections() failures on py 3: we were opening a file in binary mode...Giampaolo Rodola'2011-10-191-1/+1
* fix some idioms incompatible with py 3Giampaolo Rodola'2011-10-191-6/+6
* 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
* update HISTORYGiampaolo Rodola'2011-10-181-0/+2
* Fix issue 223: add top.py example scriptGiampaolo Rodola'2011-10-182-0/+174
* Retrieve total, free and buffers physmem info in C by using syscall() instead...Giampaolo Rodola'2011-10-173-27/+28
* Linux: determine psutil.NUM_CPUS by using os.sysconf(SC_NPROCESSORS_ONLN) as ...Giampaolo Rodola'2011-10-171-8/+16
* Fix #154: (BSD) add support for process cwdGiampaolo Rodola'2011-10-145-5/+61
* replace tabs with spacesGiampaolo Rodola'2011-10-142-20/+20
* Fix #221: (BSD) Process.get_open_files has been rewritten in C and no longer ...Giampaolo Rodola'2011-10-145-5/+58
* temporary fix for get_connections() on FreeBSD to make possible at least psut...Giampaolo Rodola'2011-10-141-2/+3