Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/giampaolo/psutil
Cross-platform lib for process and system monitoring in Python
https://github.com/giampaolo/psutil
Issue 324: NameError: global name 'pid' is not defined
Incorrect use of 'pid' instead of 'self._pid' in exception string format.
17de764249d663828775eef5034fd648cb5e5361 authored over 12 years ago
(solaris) check return value of PyList_New() PyDict_New() and malloc() and raise exception if they fail.
b8214337548b3b1a114203138e34c348f0c8e498 authored over 12 years ago
b8214337548b3b1a114203138e34c348f0c8e498 authored over 12 years ago
Fix failing tests on Windows with Python 3.3
f38737e265fb779d3abde364d2e33e80b98b898d authored over 12 years ago
f38737e265fb779d3abde364d2e33e80b98b898d authored over 12 years ago
(Windows): check return value of PyList_New() PyDict_New() and malloc() and raise exception if they fail.
0e9aa404197ceb681e4cbdbc699d2bb1179822a4 authored over 12 years ago
0e9aa404197ceb681e4cbdbc699d2bb1179822a4 authored over 12 years ago
(BSD) on failed malloc() raise MemoryError instead of OSError
a31502c73d82226561ce249f7c425e72566fc90f authored over 12 years ago
a31502c73d82226561ce249f7c425e72566fc90f authored over 12 years ago
(BSD): check return value of PyList_New() PyDict_New() and malloc() and raise exception if they fail.
5cc28370be2e81a149b4971717e0ae747185dab2 authored over 12 years ago
5cc28370be2e81a149b4971717e0ae747185dab2 authored over 12 years ago
(OSX/Linux): check return value of PyList_New() PyDict_New() and malloc() and raise exception if they fail
8ffda8806f69d561745d23114c90931c3914f5d9 authored over 12 years ago
8ffda8806f69d561745d23114c90931c3914f5d9 authored over 12 years ago
Fix issue 313 (Linux): when calculating system memory stats don't raise exception if certain values cannot be determined due to an incomplete /proc implementation; instead set those value to 0 and raise a RuntimeWarning
ef3464d58f417bf97e5f0be4c8e7c2cac862f4ec authored over 12 years ago
ef3464d58f417bf97e5f0be4c8e7c2cac862f4ec authored over 12 years ago
fix RuntimeWarning in test suite
79f749b6d75b77ab1e436780d615eda9e08b66ee authored over 12 years ago
79f749b6d75b77ab1e436780d615eda9e08b66ee authored over 12 years ago
Fix 319: (Linux) process get_memory_maps() raises KeyError 'Anonymous' on Debian Squeeze
ec1170a5511a327ddd331bf21737142d40b5066f authored over 12 years ago
ec1170a5511a327ddd331bf21737142d40b5066f authored over 12 years ago
(solaris) make sure process is not gone in case we get ENOENT (no such file) when we iterate over multiple files in s/proc/PID
bd842e872df03f866b30db4c8e46901e866eb367 authored over 12 years ago
bd842e872df03f866b30db4c8e46901e866eb367 authored over 12 years ago
(solaris) fix .h file include
76503074b0208cb60e19385d64d6117bb4d7bf98 authored over 12 years ago
76503074b0208cb60e19385d64d6117bb4d7bf98 authored over 12 years ago
(solaris) use X/PY_DECREF around PyList_Append
4a238ffcd5361790160fc2644cc7d4f41be67e19 authored over 12 years ago
4a238ffcd5361790160fc2644cc7d4f41be67e19 authored over 12 years ago
(solaris) multiply sin/sout with PAGESIZE
6049a187da8e0f52d4c071a5b6fc86c706273e60 authored over 12 years ago
6049a187da8e0f52d4c071a5b6fc86c706273e60 authored over 12 years ago
(solaris) implement swap_memory(); since it seems it's impossible to get the same numbers shown by 'swap -l' I give up and implement total/free stats by parsing 'swap -l' output (sigh)
708ab233918f48ca671dbde480e1eb834c40db97 authored over 12 years ago
708ab233918f48ca671dbde480e1eb834c40db97 authored over 12 years ago
Further fix to restore compatibility with python 2.4 and 3.2 on Windows.
27b87d4f2318ff58df49302394c6538f05371bb2 authored over 12 years ago
27b87d4f2318ff58df49302394c6538f05371bb2 authored over 12 years ago
Fix issue 318: reintroduce python 2.4 compatibility which was accidentally broken in 0.6.0 release (patch by Riccardo Murri)
0b0479af46689c579b644d19bebb96583dd68c82 authored over 12 years ago
0b0479af46689c579b644d19bebb96583dd68c82 authored over 12 years ago
(solaris) some other test failure fixes
dfd7e372631fd4a14e8bf8ab05610686a0b7834d authored over 12 years ago
dfd7e372631fd4a14e8bf8ab05610686a0b7834d authored over 12 years ago
(solaris) some other test failure fixes
bae656773ae2b23faf6eecb63e5e90d4e06b3be5 authored over 12 years ago
bae656773ae2b23faf6eecb63e5e90d4e06b3be5 authored over 12 years ago
(solaris) proucess num of fds + fix some test failures
24735301c92675f28083cf47f05c89b59fc9b7c0 authored over 12 years ago
24735301c92675f28083cf47f05c89b59fc9b7c0 authored over 12 years ago
(solaris) process ctx switches
0107d202548ca6374d400cee0865c59f07253ae6 authored over 12 years ago
0107d202548ca6374d400cee0865c59f07253ae6 authored over 12 years ago
(solaris) partial fix for memory related functions
785ed9278f873fbb3c3b4952387284c8dc8757a1 authored over 12 years ago
785ed9278f873fbb3c3b4952387284c8dc8757a1 authored over 12 years ago
(solaris) update solaris branch by merging latest trunk revision
654159c4c247e9210e1f13ca9b166a894355039e authored over 12 years ago
654159c4c247e9210e1f13ca9b166a894355039e authored over 12 years ago
(solaris) network IO counters
834da38a4c5842772d1c802ec2676dae98fabac2 authored over 12 years ago
834da38a4c5842772d1c802ec2676dae98fabac2 authored over 12 years ago
(solaris) implement process memory maps
c31af230ecd70f74f70a29498e26bdc442a8b775 authored over 12 years ago
c31af230ecd70f74f70a29498e26bdc442a8b775 authored over 12 years ago
Windows - process exe: remove the os.path.exists() check as it's not reliable (it may lie). Instead just return the path as presented by original underlying syscall.
40580ce516f5f58b9cad4c91ca2da2bf2aa94f4a authored over 12 years ago
40580ce516f5f58b9cad4c91ca2da2bf2aa94f4a authored over 12 years ago
fix issue 316 - process exe: do a better work at guessing exe from cmdline + avoid to resolve symlinks
9eee551e594e5b2d8a701f981dd1646aa5b2fa73 authored over 12 years ago
9eee551e594e5b2d8a701f981dd1646aa5b2fa73 authored over 12 years ago
meminfo.py, visualize ints instead of floats
b3c1416b15bd01911d5e4f0f6479b887fb0ec4b8 authored over 12 years ago
b3c1416b15bd01911d5e4f0f6479b887fb0ec4b8 authored over 12 years ago
free.py, visualize ints instead of floats
66d5b552b09af7b3f43befed6d2c0bde7427aacc authored over 12 years ago
66d5b552b09af7b3f43befed6d2c0bde7427aacc authored over 12 years ago
set version 0.6.0 in HISTORY file plus use comments to specify API sections in __init__.py
558d6f15c95632ecc1ad0641a4341a4cf1398100 authored over 12 years ago
558d6f15c95632ecc1ad0641a4341a4cf1398100 authored over 12 years ago
yet another small test refactoring + CREDITS file update
2ba240763ebc0fb389aee01771c8945885f12d79 authored over 12 years ago
2ba240763ebc0fb389aee01771c8945885f12d79 authored over 12 years ago
another small refactoring + test fix on OSX
1bedfe959fb90c2f2c3f4e6839478a989aa350a9 authored over 12 years ago
1bedfe959fb90c2f2c3f4e6839478a989aa350a9 authored over 12 years ago
small test refactoring which fixes some failures on OSX
ea41b6a15091f9c77b6292a4e1380cb05ddd9189 authored over 12 years ago
ea41b6a15091f9c77b6292a4e1380cb05ddd9189 authored over 12 years ago
Fix issue 314 / get_children(): exclude children with creation time > self, meaning their PID was reaused by another process
8628deb897c28d678bd6843ba0108e00f8d8c1d5 authored over 12 years ago
8628deb897c28d678bd6843ba0108e00f8d8c1d5 authored over 12 years ago
Issue 312 (Windows): network_io_counters() - add dropped/error packets support
fe82fba15d4239072bd67c8becd5c397bbfbd237 authored over 12 years ago
fe82fba15d4239072bd67c8becd5c397bbfbd237 authored over 12 years ago
Issue 312 (BSD): network_io_counters() - add dropped/error packets support
5782481b1b3dfe17a42ff241c9db7cbbba9499dc authored over 12 years ago
5782481b1b3dfe17a42ff241c9db7cbbba9499dc authored over 12 years ago
Issue 312 (BSD): network_io_counters() - add dropped/error packets support
d05ecec275ed3794e282e2d1547df8a6717152b6 authored over 12 years ago
d05ecec275ed3794e282e2d1547df8a6717152b6 authored over 12 years ago
Issue 312 (Linux): network_io_counters() - add dropped/error packets support
0358a6d8617cc7747fc62a6a345cae89cef90dc9 authored over 12 years ago
0358a6d8617cc7747fc62a6a345cae89cef90dc9 authored over 12 years ago
Issue 311: merge memory branch back to trunk
13689e21aae3cef779b54a57bc985cab36fdaa9e authored over 12 years ago
13689e21aae3cef779b54a57bc985cab36fdaa9e authored over 12 years ago
Fix issue 309: introduce a isfile_strict() function as a replacement for os.path.isfile(), as the latter erroneously swallows EACCES / EPERM
e9f7d2e28214faa7b3a6e6baef1b74b820e06758 authored over 12 years ago
e9f7d2e28214faa7b3a6e6baef1b74b820e06758 authored over 12 years ago
test refactoring: introduce a new 'wait' arg for get_test_subprocess() so that we avoid to explicitly call wait_for_pid() every time; also, use a more robust approach to synchronize the whole process: instead of waiting for the PID to appear in the list of process PIDs, have the test subprocess create a file and wait until that gets written on disk.
004b65acf2f28e4c66fc7070aacf1cf7d2776305 authored over 12 years ago
004b65acf2f28e4c66fc7070aacf1cf7d2776305 authored over 12 years ago
Issue 256 (BSD): swapmem - also provide pswpin / pswpout counters
abcacbf461d3f44e6cbab414a261f46256934490 authored over 12 years ago
abcacbf461d3f44e6cbab414a261f46256934490 authored over 12 years ago
Issue 256 (OSX): swapmem - also provide pswpin / pswpout counters
9ce935163a83bd582a0fee5a88de0efc32a57fff authored over 12 years ago
9ce935163a83bd582a0fee5a88de0efc32a57fff authored over 12 years ago
Issue 256 (LINUX): swapmem - also provide pswpin / pswpout counters
00c867b13bb968f75fbb647cf2c61b646b0aec86 authored over 12 years ago
00c867b13bb968f75fbb647cf2c61b646b0aec86 authored over 12 years ago
update HISTORY
a31dbe98c77e9f870c825d6ce28b5309825d8ddb authored over 12 years ago
a31dbe98c77e9f870c825d6ce28b5309825d8ddb authored over 12 years ago
Fix 256: rename psutil.virtmem_usage() to psutil.swapmem_usage(); also, on Windows make virtmem_usage() return information about swap memory instead of virtual memory; since this breaks compatibility perhaps we better not, don't know... I'll think about that later and maybe reintroduce the original Windows behavior
4bdce8004e73f762c616093f03a07a9ff3962979 authored over 12 years ago
4bdce8004e73f762c616093f03a07a9ff3962979 authored over 12 years ago
Fix issue 308: (BSD) return actual swap memory info instead of virtual memory
8a5c9e0df52dc549ddd74212f4136f646691e156 authored over 12 years ago
8a5c9e0df52dc549ddd74212f4136f646691e156 authored over 12 years ago
OSX - virtmem test: take into account that OSX uses multiple swap files as per http://en.wikipedia.org/wiki/Paging#OS_X
80e0b5833035ee18e3074f4210b89575da05ee29 authored over 12 years ago
80e0b5833035ee18e3074f4210b89575da05ee29 authored over 12 years ago
(OSX) refactoring of virt/swap mem code
bcc61ab71e110b83061a3011f2fbaad516474094 authored over 12 years ago
bcc61ab71e110b83061a3011f2fbaad516474094 authored over 12 years ago
fix some failing tests on FreeBSD 9
b49e6b74388fa19793ccef8d9c3b9e04b95f2c18 authored over 12 years ago
b49e6b74388fa19793ccef8d9c3b9e04b95f2c18 authored over 12 years ago
Fix issue 307 (BSD): values returned by psutil.network_io_counters() are wrong as we were converting them assuming an 'unsigned long long' type instead of 'unsigned long'
5833d7a1a2c734eaca83f039ef6a8feb56b182f3 authored over 12 years ago
5833d7a1a2c734eaca83f039ef6a8feb56b182f3 authored over 12 years ago
Fix issue 305: psutil couldn't compile on FreeBSD 9 due to removal of utmp.h
6a618cfdbc67d016df321c918ff445dac16d8804 authored over 12 years ago
6a618cfdbc67d016df321c918ff445dac16d8804 authored over 12 years ago
setup.py refactoring: get rid of version string; from now on that gets maintain it in __init__.py only; also update README file
0cf84647c7f6c0dd63ba105b3ac4ec18d71a4c65 authored over 12 years ago
0cf84647c7f6c0dd63ba105b3ac4ec18d71a4c65 authored over 12 years ago
little OSX refactoring + update version + get rid of old 'doc' directory references from MANIFEST.in
90f50e5e6f08d678953c119c54139dadb58a7741 authored over 12 years ago
90f50e5e6f08d678953c119c54139dadb58a7741 authored over 12 years ago
BSD little refactoring
b6416bbc449268d6d7156975f5c24e753f2db81a authored over 12 years ago
b6416bbc449268d6d7156975f5c24e753f2db81a authored over 12 years ago
Issue 306: (Windows) check return code of Py* related functions used in get_process_connections()
6d368f9950b7a462f7b7bd2a73ecaa3695b2b324 authored over 12 years ago
6d368f9950b7a462f7b7bd2a73ecaa3695b2b324 authored over 12 years ago
OSX/Linux - pre-emptively set Py objs which are decref'd later to NULL
ed0175a65c6557c71ae4ae53b8e0c59da0d4964b authored over 12 years ago
ed0175a65c6557c71ae4ae53b8e0c59da0d4964b authored over 12 years ago
BSD - pre-emptively set Py objs which are decref'd later to NULL
c432105205a509c43779a1a0776a6543b50e166d authored over 12 years ago
c432105205a509c43779a1a0776a6543b50e166d authored over 12 years ago
Issue 306: (Windows) check return code of Py* related functions
b8ed87d49c83cd57bec8786170e73b5d1bb631f8 authored over 12 years ago
b8ed87d49c83cd57bec8786170e73b5d1bb631f8 authored over 12 years ago
(BSD) remove old cmdline code ignoring error and returning an empty list as it was relying on the old assumption that cmdline was determined alongside other process info
666ec4d5cdae5a220d7cae0cb372aac06199381d authored over 12 years ago
666ec4d5cdae5a220d7cae0cb372aac06199381d authored over 12 years ago
use Py_XDECREF against the intermediate python object which has been created before appending it to the list. Not sure if this makes any difference but it seems more correct logically
d33252d26c81f209d18f6d170581f9e38a90c4ef authored over 12 years ago
d33252d26c81f209d18f6d170581f9e38a90c4ef authored over 12 years ago
Issue 306: (OSX) check return code of Py* related functions
90e6c89ae52a62507b153ecbbdd9719e72fdc51a authored over 12 years ago
90e6c89ae52a62507b153ecbbdd9719e72fdc51a authored over 12 years ago
Issue 306: (BSD) check return code of Py* related functions
05e709bb213676ecf34ded2c39992e50741472c9 authored over 12 years ago
05e709bb213676ecf34ded2c39992e50741472c9 authored over 12 years ago
Issue 306: (Linux) check return code of Py* related functions
8cb26a840b930f442196079c548608c429d2dd6e authored over 12 years ago
8cb26a840b930f442196079c548608c429d2dd6e authored over 12 years ago
Fix issue 305: add examples/netstat.py script
6e45ac1ae357c1eeaf7ae13c135dffecf11bb13f authored over 12 years ago
6e45ac1ae357c1eeaf7ae13c135dffecf11bb13f authored over 12 years ago
remove space committed by accident
99df755197eed21c2af636ee1e6ff998e9f4c8d1 authored over 12 years ago
99df755197eed21c2af636ee1e6ff998e9f4c8d1 authored over 12 years ago
When calculating 'name' property ignore AccessDenied while trying to get a more explicative process name from cmdline. This way on OSX we get the name for all processes, including PID 0
63a5813828843cdd8d3afcf354e6d822293cdfd1 authored over 12 years ago
63a5813828843cdd8d3afcf354e6d822293cdfd1 authored over 12 years ago
Forgot to modify the pyhon layer for get_memory_info()
d7f803fed4d1bd9b60a5d74f19712c3cccca6057 authored over 12 years ago
d7f803fed4d1bd9b60a5d74f19712c3cccca6057 authored over 12 years ago
Give some tolerance to memory test
47663ae96743555e03a0c8f62f46b7270130f29e authored over 12 years ago
47663ae96743555e03a0c8f62f46b7270130f29e authored over 12 years ago
Issue 303 - Windows/get_memory_info(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
f7c2dfdcef58c6b9ce4140a1f36324c8417c458b authored over 12 years ago
f7c2dfdcef58c6b9ce4140a1f36324c8417c458b authored over 12 years ago
Issue 303 - Windows/get_io_counters(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
72b8c5b61ed01f17b6c0d75ccdf64c4ebbaccf4d authored over 12 years ago
72b8c5b61ed01f17b6c0d75ccdf64c4ebbaccf4d authored over 12 years ago
Issue 303 - Windows/get_num_handles(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
051d362d752962acde3a756949e476fcf11550b0 authored over 12 years ago
051d362d752962acde3a756949e476fcf11550b0 authored over 12 years ago
Issue 303 - Windows/get_create_time(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
06894aa60fc29c064e8044671757e792c3c63ad7 authored over 12 years ago
06894aa60fc29c064e8044671757e792c3c63ad7 authored over 12 years ago
Issue 303 - Windows/get_cpu_times: use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
266e91d15bf1812f21cee527ad2aa376c45ee5d5 authored over 12 years ago
266e91d15bf1812f21cee527ad2aa376c45ee5d5 authored over 12 years ago
Windows: fix some compiler warnings
3ca2af046b77566ee4853f40ebe3677f4d6d009a authored over 12 years ago
3ca2af046b77566ee4853f40ebe3677f4d6d009a authored over 12 years ago
Export ERROR_ACCESS_DENIED directly from windows.h instead of hard-declaring it in python.
756539091777ba71db553ab4002484bf7278957b authored over 12 years ago
756539091777ba71db553ab4002484bf7278957b authored over 12 years ago
Windows: little refactoring about C function names.
58156b021edf70949e5a3691e1ef31b61abd8d97 authored over 12 years ago
58156b021edf70949e5a3691e1ef31b61abd8d97 authored over 12 years ago
update HISTORY
76793845961f61294b8784dacfd1a2ca8e96c6ef authored over 12 years ago
76793845961f61294b8784dacfd1a2ca8e96c6ef authored over 12 years ago
(Windows) get rid of pid_is_running() check after using get_process_info(): it's not necessary.
a649c3c52d1931bc14ebf43af317c794ad2fb74a authored over 12 years ago
a649c3c52d1931bc14ebf43af317c794ad2fb74a authored over 12 years ago
Fix heap corruption due to free() erroneously used after get_process_info()
2f39588ec313d49c09b37660c2890d0364aca2ca authored over 12 years ago
2f39588ec313d49c09b37660c2890d0364aca2ca authored over 12 years ago
issue 302: (Windows) process num of ctx switches
0cf4cd40876abf57db1f46d52122f00f8a3345da authored over 12 years ago
0cf4cd40876abf57db1f46d52122f00f8a3345da authored over 12 years ago
issue 302: (OSX) process num of ctx switches
a96ff09509dcf1de2d209c49d78f9e270e4a09f4 authored over 12 years ago
a96ff09509dcf1de2d209c49d78f9e270e4a09f4 authored over 12 years ago
issue 302: (BSD) process num of ctx switches
0c6b8b27d0095566b7ca770168cd0f5b0fb43182 authored over 12 years ago
0c6b8b27d0095566b7ca770168cd0f5b0fb43182 authored over 12 years ago
issue 302: (Linux) process num of ctx switches
36af529a6dbacb3fe26c430c4b62c0ca0821e283 authored over 12 years ago
36af529a6dbacb3fe26c430c4b62c0ca0821e283 authored over 12 years ago
test suite refactoring
d262a02c46f198e89e9164df1b6ec82b9f40af2e authored over 12 years ago
d262a02c46f198e89e9164df1b6ec82b9f40af2e authored over 12 years ago
yet another refactoring for leaks script: instead of using skip*() decorators to skip tests depending on API availability, dinamically exclude them at runtime
e02702108371a4a8d44c470eabd82a610c8579c0 authored over 12 years ago
e02702108371a4a8d44c470eabd82a610c8579c0 authored over 12 years ago
add missing tests for certain Process methods in memory leak script
e6e015c5b6815fb97763d3eebb93dae68e41f127 authored over 12 years ago
e6e015c5b6815fb97763d3eebb93dae68e41f127 authored over 12 years ago
TestProcessObjectLeaksZombie: add kill/resume/suspend/wait tests on Windows; also remove a comment for BSD stating that process cmdline leaks memory (it doesn't)
e63d92afad35b24531b7debb2ca80b1133cb5982 authored over 12 years ago
e63d92afad35b24531b7debb2ca80b1133cb5982 authored over 12 years ago
deprecated decorator: use functools.wraps() to preserve function name and docstring
9418f1474ba3f6fed77424114cd06c6f83532dd2 authored over 12 years ago
9418f1474ba3f6fed77424114cd06c6f83532dd2 authored over 12 years ago
test_memory_leaks.py: disable cache for cached properties
f078cd35ee95984cb3f00b58343a64cd7cbafe8c authored over 12 years ago
f078cd35ee95984cb3f00b58343a64cd7cbafe8c authored over 12 years ago
test_memory_leaks.py: make sure gc.garbage is empty and threading.active_count() == 1; also open a file before running get_open_files() test
2e4dad7376e1c0c707185959ab845860080b42d6 authored over 12 years ago
2e4dad7376e1c0c707185959ab845860080b42d6 authored over 12 years ago
test_memory_leaks.py refactoring + fix zombie test which was broken; we're now 20% faster
eb159b3aaed173e2cba195c385f42a19b9cf4e4e authored over 12 years ago
eb159b3aaed173e2cba195c385f42a19b9cf4e4e authored over 12 years ago
(related to issue 299) add a new test class to test_memory_leak.py testing that no leaks are introduced when dealing with a zombie process raising NoSuchProcess exception
ec1d3f43826a237bd118b52572637ade3dc7e951 authored over 12 years ago
ec1d3f43826a237bd118b52572637ade3dc7e951 authored over 12 years ago
Issue 261: (Windows) provide PrivateUsage for extended memory info.
29a4c8d5166dc0cfdde002e75d6cebcf961dca2b authored over 12 years ago
29a4c8d5166dc0cfdde002e75d6cebcf961dca2b authored over 12 years ago
Issue 261: (Windows) process extended memory info
52a396562856c1889478160b920045c5b5324c7d authored over 12 years ago
52a396562856c1889478160b920045c5b5324c7d authored over 12 years ago
Issue 261: (BSD) process extended memory info
80db157c16b943813acea770dc3f842840a1b398 authored over 12 years ago
80db157c16b943813acea770dc3f842840a1b398 authored over 12 years ago
Issue 261: (OSX) process extended memory info
52e367c5b8d7a3a92d146eaf314d5edd22f018ac authored over 12 years ago
52e367c5b8d7a3a92d146eaf314d5edd22f018ac authored over 12 years ago
Fix issue 301 - process_iter(): sort processes by PID
3c893ff55449966eefde157c94bf231bedbb32e8 authored over 12 years ago
3c893ff55449966eefde157c94bf231bedbb32e8 authored over 12 years ago
Issue 261: (Linux) process extended memory info
e4218cf53834cea0076be36191b75523c2a84b43 authored over 12 years ago
e4218cf53834cea0076be36191b75523c2a84b43 authored over 12 years ago
process exe: when guessing it from the cmdline make sure it's an absolute path
b2c41b1205e76df8f1a9dcdf6c4dbfaf70140b06 authored over 12 years ago
b2c41b1205e76df8f1a9dcdf6c4dbfaf70140b06 authored over 12 years ago