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
Big private APIs rename:
- rename Process' _platform_impl attribute to _proc
- remove the redundant 'get_process_' prefix ...
cpu_count(): mimic os.cpu_count() and return None if num of cpus can't be determined
29183401f88a3dbf4141d25ddb74cd52f48bf461 authored about 11 years ago
29183401f88a3dbf4141d25ddb74cd52f48bf461 authored about 11 years ago
merge
db72eedb7e1e3399c51c0174b07e10e604c8daea authored about 11 years ago
db72eedb7e1e3399c51c0174b07e10e604c8daea authored about 11 years ago
c style
b554de56fd2d8967fb34e5ac1fc268afdc03df5e authored about 11 years ago
b554de56fd2d8967fb34e5ac1fc268afdc03df5e authored about 11 years ago
issue 455: create test for RLIM_INFINITY (currently failing)
083ae3c928493201ed275bb3b267caf48329f88d authored about 11 years ago
083ae3c928493201ed275bb3b267caf48329f88d authored about 11 years ago
fix test failing every once in a while
328e9d2cdbc64d0b17da1f7af49d19e4c7052708 authored about 11 years ago
328e9d2cdbc64d0b17da1f7af49d19e4c7052708 authored about 11 years ago
Makefile: provide .PHONY directive; it seems to be necessary for make to work on OSX
84255ea4ae4ca511ad7dab15f688d53003e74f92 authored about 11 years ago
84255ea4ae4ca511ad7dab15f688d53003e74f92 authored about 11 years ago
C style: 2 blank lines between functions
3227de0cbec2a77dd3d3c6fd7e79f9a30249044b authored about 11 years ago
3227de0cbec2a77dd3d3c6fd7e79f9a30249044b authored about 11 years ago
C style: replace '/* comment */' with '// comment
d60a7b5f36853ddae8139c43442864d16a324c3c authored about 11 years ago
d60a7b5f36853ddae8139c43442864d16a324c3c authored about 11 years ago
C style: turn '//foo' into '// foo'
00fab022b64ecf4c6fc9ea7e982682f63ea8d91f authored about 11 years ago
00fab022b64ecf4c6fc9ea7e982682f63ea8d91f authored about 11 years ago
truncate lines > 80 chars
4d521246d1144c815e0f148596717a7a86344430 authored about 11 years ago
4d521246d1144c815e0f148596717a7a86344430 authored about 11 years ago
work around unicode test on python 3.X where we always get a failure
270fced9aa5f69485ee5b7ea5de0d157744ac323 authored about 11 years ago
270fced9aa5f69485ee5b7ea5de0d157744ac323 authored about 11 years ago
pep8ify line > 80 chars
e36ed2e806837f13d891ac10ff57f74e18dd3578 authored about 11 years ago
e36ed2e806837f13d891ac10ff57f74e18dd3578 authored about 11 years ago
pep8ify
27359b9290e34cd017ba66e7e05ead5737004db3 authored about 11 years ago
27359b9290e34cd017ba66e7e05ead5737004db3 authored about 11 years ago
fix test on python 2.4
222a2217c4267d54685ad190c2c29583e73b2a33 authored about 11 years ago
222a2217c4267d54685ad190c2c29583e73b2a33 authored about 11 years ago
namedtuples refactoring
7c500e75dc30782bb5b526d4c78106eede6c97d6 authored about 11 years ago
7c500e75dc30782bb5b526d4c78106eede6c97d6 authored about 11 years ago
improve __eq__ test
213b8115fc8dfd55fd96f5b83dc04fa2758bd254 authored about 11 years ago
213b8115fc8dfd55fd96f5b83dc04fa2758bd254 authored about 11 years ago
move cleanup function up
c8669c81627d20bb51b2e501760f4f4fd17202f2 authored about 11 years ago
c8669c81627d20bb51b2e501760f4f4fd17202f2 authored about 11 years ago
small refactoring
c29bf5444614d074ad94a8a1cfdb5ad599c0efe4 authored about 11 years ago
c29bf5444614d074ad94a8a1cfdb5ad599c0efe4 authored about 11 years ago
sort frozenset
a92dcb90c4aa54e534ba1e251e77a56e269b70d7 authored about 11 years ago
a92dcb90c4aa54e534ba1e251e77a56e269b70d7 authored about 11 years ago
fix memoize decorator so that it also supports kwargs
3112b873834791756c1a8feedb4d614fcb18901b authored about 11 years ago
3112b873834791756c1a8feedb4d614fcb18901b authored about 11 years ago
refactoring of _compat.py
ce7273d2b60f7d4230fc8052074d0a3814af91bf authored about 11 years ago
ce7273d2b60f7d4230fc8052074d0a3814af91bf authored about 11 years ago
introduce @lru_cache decorator from python 3.2
aaf0f95f076b0f6632492b50455e33e49930d0a5 authored about 11 years ago
aaf0f95f076b0f6632492b50455e33e49930d0a5 authored about 11 years ago
give ModuleWrapper a nice __repr__
fdeb28aa8e362b7bd48182b589365b575d54b985 authored about 11 years ago
fdeb28aa8e362b7bd48182b589365b575d54b985 authored about 11 years ago
fix issue 454: cached properties should be read-only
c234084a8792a33cf3a180ab816d54e24f9b010f authored about 11 years ago
c234084a8792a33cf3a180ab816d54e24f9b010f authored about 11 years ago
tests refactoring
5f29c2a443a24c3a0db555c0e3a836a38db86e59 authored about 11 years ago
5f29c2a443a24c3a0db555c0e3a836a38db86e59 authored about 11 years ago
re-establish python 2.4 compatibility
ceb215e2462f2d6bdb184e38a5a1ad69b8130d97 authored about 11 years ago
ceb215e2462f2d6bdb184e38a5a1ad69b8130d97 authored about 11 years ago
remove old references to unittest2 compatibility
043a05a2c2a13b400d88269c49ca2db4914d0546 authored about 11 years ago
043a05a2c2a13b400d88269c49ca2db4914d0546 authored about 11 years ago
use functools.wraps around @memoize decorator in order to preserve original function docstring
6ab9b29637505f1384a2ed6c5d84d67425733c66 authored about 11 years ago
6ab9b29637505f1384a2ed6c5d84d67425733c66 authored about 11 years ago
use a global timeout for functions which have to wait
fd80ecc8a71c8e4f3df11dace5a164cea18d9b6c authored about 11 years ago
fd80ecc8a71c8e4f3df11dace5a164cea18d9b6c authored about 11 years ago
remove unused import
645db1c10894382ad21d90b45484dbf52d8dea42 authored about 11 years ago
645db1c10894382ad21d90b45484dbf52d8dea42 authored about 11 years ago
fix issue 453: required unittest2 on python < 2.7
e07cdf65c453ed60f4225410a927e206a4663e54 authored about 11 years ago
e07cdf65c453ed60f4225410a927e206a4663e54 authored about 11 years ago
get rid of 'setup.py clean' command; now that we have a Makefile that is no longer necessary
bba3a1c85d3982423370f22bd49e6191823dca9a authored about 11 years ago
bba3a1c85d3982423370f22bd49e6191823dca9a authored about 11 years ago
update docs
90a2463030bed5db319db63fea5ec6b229b6b8b0 authored about 11 years ago
90a2463030bed5db319db63fea5ec6b229b6b8b0 authored about 11 years ago
merge depr-consts-#451 branch
efe2c8146ce0b8b7a3257bfe47b8886e51057074 authored about 11 years ago
efe2c8146ce0b8b7a3257bfe47b8886e51057074 authored about 11 years ago
issue 451: deprecate TOTAL_PHYMEM constant
71e7f5801cab4315acd3c2e318a33094d3a40191 authored about 11 years ago
71e7f5801cab4315acd3c2e318a33094d3a40191 authored about 11 years ago
put note explaining why we're not caching system boot time
cae700fe9bc65cb7d70678af2716b872091346b2 authored about 11 years ago
cae700fe9bc65cb7d70678af2716b872091346b2 authored about 11 years ago
(Linux) cache system boot time: it is used for calculating process creation time (which happens every time a process is instantiated) therefore we want to be fast
5ac0307dc5ac263a4c9afa3d0aeb62dac6389b18 authored about 11 years ago
5ac0307dc5ac263a4c9afa3d0aeb62dac6389b18 authored about 11 years ago
issue 451: deprecate BOOT_TIME constant
8ae286e470478fc65d539576fa2746db72f4257f authored about 11 years ago
8ae286e470478fc65d539576fa2746db72f4257f authored about 11 years ago
fix issue #451: deprecate NUM_CPUS module constant and implement an hack to make it an alias for new psutil.cpu_count() (thanks Josiah Carlson)
cd9a91d695bd9d3442ea16831bcd5e6d4f51a4c3 authored about 11 years ago
cd9a91d695bd9d3442ea16831bcd5e6d4f51a4c3 authored about 11 years ago
Makefile: introduce nosetests so that I can easily run a single test wiht 'make nosetests FLAGS=test_name'
473ea4164af2503f3205156f880919fe82745d00 authored about 11 years ago
473ea4164af2503f3205156f880919fe82745d00 authored about 11 years ago
include Makefile in MANIFEST.in
8aa39e3ebe69862740fe740a4ffda4f4fc51a937 authored about 11 years ago
8aa39e3ebe69862740fe740a4ffda4f4fc51a937 authored about 11 years ago
parametrize test script
5a43a2fd8f696a2dbd42eda9101c41ad54cf42bb authored about 11 years ago
5a43a2fd8f696a2dbd42eda9101c41ad54cf42bb authored about 11 years ago
Makefile: also take python 2.4 and 2.5 into account
5f512ebb90170264ccb38fdefd7e2d286e256093 authored about 11 years ago
5f512ebb90170264ccb38fdefd7e2d286e256093 authored about 11 years ago
updaet Makefile and pep8ify
2b4695bbdcf18a0b9597497713e8634ec051c1b2 authored about 11 years ago
2b4695bbdcf18a0b9597497713e8634ec051c1b2 authored about 11 years ago
add Makefile in order to ease-up repetitive tasks
a795a89514a622e86426ba94010f22a50e0e696d authored about 11 years ago
a795a89514a622e86426ba94010f22a50e0e696d authored about 11 years ago
add Makefile in order to ease-up repetitive tasks
d46ccac1da65a557cf13809571c65959a024f587 authored about 11 years ago
d46ccac1da65a557cf13809571c65959a024f587 authored about 11 years ago
merge
7fe07f4ad404185e9c80309cd1758eab38bb20a1 authored about 11 years ago
7fe07f4ad404185e9c80309cd1758eab38bb20a1 authored about 11 years ago
(hopefully) fix tests which fails intermittently
2e77a8da05389252fba8a912812299d9bf9e0523 authored about 11 years ago
2e77a8da05389252fba8a912812299d9bf9e0523 authored about 11 years ago
take advantage of hashable Process and wait_procs() in reap_children()
9e3e7e900abd42f872d13edfd09cd7340520e5f6 authored about 11 years ago
9e3e7e900abd42f872d13edfd09cd7340520e5f6 authored about 11 years ago
issue 452: after all it seems we can try to do our best to use create_time when testing for equality (thanks Josiah Carlson)
32ba1bf2c374ecde1b320a7d506d81482c5b0cd0 authored about 11 years ago
32ba1bf2c374ecde1b320a7d506d81482c5b0cd0 authored about 11 years ago
fix issue 452: override __eq__ and __hash__ so that Process objects can be used swith set()s
e2e145564c79cdb4ea07e8d6ffda89f717799f83 authored about 11 years ago
e2e145564c79cdb4ea07e8d6ffda89f717799f83 authored about 11 years ago
update TODO
2cfe7e836d06e2ec7976faa9677ddd31df660c1b authored about 11 years ago
2cfe7e836d06e2ec7976faa9677ddd31df660c1b authored about 11 years ago
during tests consider all unhandled warnings as application errors
4a3516443956d9207ee758770ac7ec7114f884e7 authored about 11 years ago
4a3516443956d9207ee758770ac7ec7114f884e7 authored about 11 years ago
re-establish python 3 compatibility
004c53029798425ee7c562fd5fca83dc7a407b34 authored about 11 years ago
004c53029798425ee7c562fd5fca83dc7a407b34 authored about 11 years ago
re-established python 2.4 compatibility
86eddf9e625ca6bc144d130206aa1fd329e80c42 authored about 11 years ago
86eddf9e625ca6bc144d130206aa1fd329e80c42 authored about 11 years ago
update TODO
39b1c37518a95ea6852a72639185b7e08459df0b authored about 11 years ago
39b1c37518a95ea6852a72639185b7e08459df0b authored about 11 years ago
update TODO
3e45a25ebda2305910c93b907e723b5b8caaa5a1 authored about 11 years ago
3e45a25ebda2305910c93b907e723b5b8caaa5a1 authored about 11 years ago
update TODO
474f3c9bd910ee1eacd74ac5d98bd2196940ed43 authored about 11 years ago
474f3c9bd910ee1eacd74ac5d98bd2196940ed43 authored about 11 years ago
fix compilation warning on Solaris
0d6e4671a0c52fa4fb27be20d93bf8ad7ead1de9 authored about 11 years ago
0d6e4671a0c52fa4fb27be20d93bf8ad7ead1de9 authored about 11 years ago
issue 443 / set cpu affinity / Linux: reimplement bitmask calculation in C
df08e3208e30002edc8a7091840d41fe05db763b authored about 11 years ago
df08e3208e30002edc8a7091840d41fe05db763b authored about 11 years ago
C restyling
e6563d0b0e6955321483df0ad880e62718fd83cc authored about 11 years ago
e6563d0b0e6955321483df0ad880e62718fd83cc authored about 11 years ago
C restyling
d8e15a5a39bff6e3318b0bcf130940777e2f010a authored about 11 years ago
d8e15a5a39bff6e3318b0bcf130940777e2f010a authored about 11 years ago
C restyling
6e07496aa3478fbcfe4defb092f85126a5af4fd9 authored about 11 years ago
6e07496aa3478fbcfe4defb092f85126a5af4fd9 authored about 11 years ago
C restyling
f68ea6c66b6c29e9c17b19f6752580712dad1f09 authored about 11 years ago
f68ea6c66b6c29e9c17b19f6752580712dad1f09 authored about 11 years ago
merge
873652a848da2f04958a9195067429fe07afdfa9 authored about 11 years ago
873652a848da2f04958a9195067429fe07afdfa9 authored about 11 years ago
C restyling
3da871e2022620b2e31cdf3169002a9c14b5c5b5 authored about 11 years ago
3da871e2022620b2e31cdf3169002a9c14b5c5b5 authored about 11 years ago
C restyling
b0e8d042b31f3f5f6bcde9498d85275a332dc6f2 authored about 11 years ago
b0e8d042b31f3f5f6bcde9498d85275a332dc6f2 authored about 11 years ago
Fix issue #448: fis memory leak of get_ppi_map() on Windows (patch by Ulrich Klank)
2d4d23f87714c72ef57ac049fa30f5fe6b454f09 authored about 11 years ago
2d4d23f87714c72ef57ac049fa30f5fe6b454f09 authored about 11 years ago
update HISTORY
b48edbf82fddc3e89fbaa9a49b45408c898653b1 authored about 11 years ago
b48edbf82fddc3e89fbaa9a49b45408c898653b1 authored about 11 years ago
merge
db3a27fd16fa4f20c07031b3a52c87631078be90 authored about 11 years ago
db3a27fd16fa4f20c07031b3a52c87631078be90 authored about 11 years ago
wait_procs(): implement optional timeout
ec02bdc6bfb6e30d4f732aca83efa79eb0198191 authored about 11 years ago
ec02bdc6bfb6e30d4f732aca83efa79eb0198191 authored about 11 years ago
update TODO
1b10bac7eaee5344e19071f8b3d09d40e5e179d5 authored about 11 years ago
1b10bac7eaee5344e19071f8b3d09d40e5e179d5 authored about 11 years ago
C restyling
41475eb82f2c64d3c3e5db6c55e4fc233f2d0d80 authored about 11 years ago
41475eb82f2c64d3c3e5db6c55e4fc233f2d0d80 authored about 11 years ago
C restyling
163013021c3fe22a766924d7d1419387acaef05b authored about 11 years ago
163013021c3fe22a766924d7d1419387acaef05b authored about 11 years ago
fix EXAMPLES_DIR relative path
685edf83ccfe1a720674f9ac98f0b66dc66704da authored about 11 years ago
685edf83ccfe1a720674f9ac98f0b66dc66704da authored about 11 years ago
tests: re-establish python 2.4 compatibility
c0dfdddfb4943a8dd9d293c407f282ef4f25c5c6 authored about 11 years ago
c0dfdddfb4943a8dd9d293c407f282ef4f25c5c6 authored about 11 years ago
pep8ify
2fa537cfe2b99423e10927477e374455232e7fa3 authored about 11 years ago
2fa537cfe2b99423e10927477e374455232e7fa3 authored about 11 years ago
update TODO and bump up version
2a49f21826400ac6d02da39a5edf49730b67d119 authored about 11 years ago
2a49f21826400ac6d02da39a5edf49730b67d119 authored about 11 years ago
Added tag release-1.2.1 for changeset dd3f3450bcbe
9d59f1f04856a6d949c8d36266e925ce49eac077 authored about 11 years ago
9d59f1f04856a6d949c8d36266e925ce49eac077 authored about 11 years ago
merge
c32ebbc22a986559ed83dbe0360ff1c65ded6206 authored about 11 years ago
c32ebbc22a986559ed83dbe0360ff1c65ded6206 authored about 11 years ago
wait_procs(): guard against ZeroDivisionError
1701d0ce171e5a66ff2495a2d34106090e93d2f0 authored about 11 years ago
1701d0ce171e5a66ff2495a2d34106090e93d2f0 authored about 11 years ago
Fix issue #348 (Windows XP): DLL load failed on mudule import
ac8afe4720b1c877764b5dea7b01d269250ef318 authored about 11 years ago
ac8afe4720b1c877764b5dea7b01d269250ef318 authored about 11 years ago
fix issue 443: [Linux] can't set CPU affinity when having more than 63 cores
8d20e75dc67a314b9fc506c722c400283266827c authored about 11 years ago
8d20e75dc67a314b9fc506c722c400283266827c authored about 11 years ago
pep8ify
c01b46d1079a30d4f95154cb9fe117cee63ffdb6 authored about 11 years ago
c01b46d1079a30d4f95154cb9fe117cee63ffdb6 authored about 11 years ago
pep8ify
b34ad41eea259a90dc6e6e8b7d11bcba1096eee2 authored about 11 years ago
b34ad41eea259a90dc6e6e8b7d11bcba1096eee2 authored about 11 years ago
comments
3298de90dcb6bc6b6af6bf8c7dba5a9600ce8460 authored about 11 years ago
3298de90dcb6bc6b6af6bf8c7dba5a9600ce8460 authored about 11 years ago
update TODO
41ff172e0820a85d86c8c4ed41a80c20cafe276f authored about 11 years ago
41ff172e0820a85d86c8c4ed41a80c20cafe276f authored about 11 years ago
pep8ify
c7b7d700d1317272d99043653eb3570c1e9e6fc3 authored about 11 years ago
c7b7d700d1317272d99043653eb3570c1e9e6fc3 authored about 11 years ago
pep8ify
a6d88fb553a7d571c77622c7a8bac90d8b9a6aa8 authored about 11 years ago
a6d88fb553a7d571c77622c7a8bac90d8b9a6aa8 authored about 11 years ago
pep8ify
d59d12c6b815d6488cf40cc1e4e380bc4ddc934a authored about 11 years ago
d59d12c6b815d6488cf40cc1e4e380bc4ddc934a authored about 11 years ago
pep8ify
33024b00cdf3cb0253fba91bedc429ed8344e933 authored about 11 years ago
33024b00cdf3cb0253fba91bedc429ed8344e933 authored about 11 years ago
pep8ify
45b587a39d20979455d023d865268ed711124651 authored about 11 years ago
45b587a39d20979455d023d865268ed711124651 authored about 11 years ago
pep8ify
9c1caad3096f1efd009fe08d24cad3e8d3a531d6 authored about 11 years ago
9c1caad3096f1efd009fe08d24cad3e8d3a531d6 authored about 11 years ago
pep8ify
b35ecaf6830a54a110ab32b2070b63100f644f98 authored about 11 years ago
b35ecaf6830a54a110ab32b2070b63100f644f98 authored about 11 years ago
pep8ify
d25a4137132142256cad8c7b3d5648d7f6b505d1 authored about 11 years ago
d25a4137132142256cad8c7b3d5648d7f6b505d1 authored about 11 years ago
pep8ify
f7dfcd09a8b1a50149b7da002257d0021cd5c538 authored about 11 years ago
f7dfcd09a8b1a50149b7da002257d0021cd5c538 authored about 11 years ago
pep8ify
09607919f6eb20e9f719d372d49cb7583817a5b6 authored about 11 years ago
09607919f6eb20e9f719d372d49cb7583817a5b6 authored about 11 years ago
pep8ify
55e3d666566fae1f422f17007fa90e969a4fb48b authored about 11 years ago
55e3d666566fae1f422f17007fa90e969a4fb48b authored about 11 years ago
Added tag release-1.2.0 for changeset f532f6ff1f1a
2a9c9cd2a5e69ae40acb0a57b3d6d57d35baa7f7 authored about 11 years ago
2a9c9cd2a5e69ae40acb0a57b3d6d57d35baa7f7 authored about 11 years ago