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
fix travis
bc8ed5c097dfdea2fe8410afd389b12480f19f0d authored almost 10 years ago
bc8ed5c097dfdea2fe8410afd389b12480f19f0d authored almost 10 years ago
#250: linux implementation
5e0e458aa09f6dc84b89cdd801671536d89e8306 authored almost 10 years ago
5e0e458aa09f6dc84b89cdd801671536d89e8306 authored almost 10 years ago
test NIC address names
543225c5e768aa45e00827c46002a1186ed53e66 authored about 10 years ago
543225c5e768aa45e00827c46002a1186ed53e66 authored about 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil
2b738eb674281a27ed306cbe8a9a749bb671eba0 authored about 10 years ago
2b738eb674281a27ed306cbe8a9a749bb671eba0 authored about 10 years ago
Merge pull request #590 from mindw/doc_and_warnings
docs and warning fix
8ba4601122070b0b7f95a3732e82b1fec936b3d6 authored about 10 years ago
refactorize import
c19b914929fce0706a52859ae82e39ba54e0e714 authored about 10 years ago
c19b914929fce0706a52859ae82e39ba54e0e714 authored about 10 years ago
docs and warning fix
58fbe2445d7195f8ebaea585fb317f7be0fd6590 authored about 10 years ago
58fbe2445d7195f8ebaea585fb317f7be0fd6590 authored about 10 years ago
#469: turn IOPRIO_CLASS_* and *_PRIORITY_CLASS constants into enums on Python >= 3.4
84d63c10e1a750c5a26cc5e79bdd9d6d0b51cd8f authored about 10 years ago
84d63c10e1a750c5a26cc5e79bdd9d6d0b51cd8f authored about 10 years ago
tox / travis: install deps on all python versions
77f8732f1ab83cf4cb88f7530434e30fa6797b6c authored about 10 years ago
77f8732f1ab83cf4cb88f7530434e30fa6797b6c authored about 10 years ago
fix 589: cpu_affinity() accept any kind of iterable; also make sure there are no duplicates on both get and set
4320a329c9957fb9b0a172afcfcac3cc26a749e8 authored about 10 years ago
4320a329c9957fb9b0a172afcfcac3cc26a749e8 authored about 10 years ago
solve potential memory leak
88ceaf9c27c4b4fe1ace97b0e65f02ea7aab424c authored about 10 years ago
88ceaf9c27c4b4fe1ace97b0e65f02ea7aab424c authored about 10 years ago
update HISTORY and README
734208781900e194878a712e9973859f843d8283 authored about 10 years ago
734208781900e194878a712e9973859f843d8283 authored about 10 years ago
Merge pull request #588 from giampaolo/ifconfig-376
Ifconfig 376
2b983b5d294870a315292f5f006b717e5456b99a authored about 10 years ago
make flake8 happy
e34c853ea6d48fd4e888d70a1501b152884cd332 authored about 10 years ago
e34c853ea6d48fd4e888d70a1501b152884cd332 authored about 10 years ago
merge from master
76cd3a6e5cbd86aea6cc36b59245ba530c4317ac authored about 10 years ago
76cd3a6e5cbd86aea6cc36b59245ba530c4317ac authored about 10 years ago
fix #587: re-apply the relative import changes and use setup.py build_ext -i in order to fix the import error when using the interactive interpreter from within the root directory
ea8853644e34ef3036912df77e8f1615e9251e87 authored about 10 years ago
ea8853644e34ef3036912df77e8f1615e9251e87 authored about 10 years ago
update doc [skip ci]
5c7e53c558290e1cb4f4270dabfbc5d029ae0596 authored about 10 years ago
5c7e53c558290e1cb4f4270dabfbc5d029ae0596 authored about 10 years ago
fix #585 - net_connections() - FreeBSD: fix KeyError caused by invalid TCP status
bc32f8b04e90b7ac739830b52fa8498bd19ee97f authored about 10 years ago
bc32f8b04e90b7ac739830b52fa8498bd19ee97f authored about 10 years ago
#578: another attempt to fix import failures
5d7a7e2a6e90774c736af5b7e34cbeb8f00a7e5c authored about 10 years ago
5d7a7e2a6e90774c736af5b7e34cbeb8f00a7e5c authored about 10 years ago
#578: another attempt to fix import failures
510a122584bba7e4280d2f20b92c1668fd89e560 authored about 10 years ago
510a122584bba7e4280d2f20b92c1668fd89e560 authored about 10 years ago
#578: another attempt to fix import failures
334ee8883ba91776e268001b0d4aa35688d549f8 authored about 10 years ago
334ee8883ba91776e268001b0d4aa35688d549f8 authored about 10 years ago
fix imports on python 3
23a348f3fc3a7a4d966715e95984f8eb3b5b978a authored about 10 years ago
23a348f3fc3a7a4d966715e95984f8eb3b5b978a authored about 10 years ago
revert changes introduced in #584 because relative imports no longer works if we run the interactive interpreter from within psutil installation directory
454b1ac3ae7e594f644e9da1e16ef586c4de7c70 authored about 10 years ago
454b1ac3ae7e594f644e9da1e16ef586c4de7c70 authored about 10 years ago
Merge pull request #579 from mindw/fix_win32_failures
fix most warnings and test failures on win32
b91d2f020c87e5b34cc768f05be7e72c80867c61 authored about 10 years ago
make tests friendler to auto test discoverers.
2f7a4039a0a55a263835b3660c23a360ee8ecf88 authored about 10 years ago
2f7a4039a0a55a263835b3660c23a360ee8ecf88 authored about 10 years ago
fix test_connections failure on py27 in case enum34 and py27-ipaddress are installed
7e103d1ae5a7d99d042a7e99ea0d0a59322bb89f authored about 10 years ago
7e103d1ae5a7d99d042a7e99ea0d0a59322bb89f authored about 10 years ago
review input
b880f5e99656f0cbe2b7f45671230b9bc31ca855 authored about 10 years ago
b880f5e99656f0cbe2b7f45671230b9bc31ca855 authored about 10 years ago
fix open_files() on windows when process PID > 64K
b7762513d287dc91a0a2fd7340afe2f85efc5192 authored about 10 years ago
b7762513d287dc91a0a2fd7340afe2f85efc5192 authored about 10 years ago
fix most warnings and test failures on win32
c7bd810fecde8bfff0a4ca3f9325f915d38d7de3 authored about 10 years ago
c7bd810fecde8bfff0a4ca3f9325f915d38d7de3 authored about 10 years ago
Merge pull request #555 from spacewander/master
consider hostname ':0' as 'localhost' too
76560add8aaee39874170ee53fc27adccf4bc3d5 authored about 10 years ago
update HISTORY/CREDITS [skip ci]
713ff8e8cb143c714c680901cf913ca1a2ce1700 authored about 10 years ago
713ff8e8cb143c714c680901cf913ca1a2ce1700 authored about 10 years ago
consider hostname ':0' as 'localhost' too
d6ad137b32ae8c9fbe78a18a2dcad3475b4c892a authored about 10 years ago
d6ad137b32ae8c9fbe78a18a2dcad3475b4c892a authored about 10 years ago
Merge pull request #584 from giampaolo/mindw-move_extension_2_pkg
Mindw move extension 2 pkg
e5d09464ded836f9e57f591fc5088ad05c6a5099 authored about 10 years ago
fix tox issue by adding 'develop' option; also reindent imports as they were before
849d96aa7fe0f6e8bc83210a4e895e7a871a6c9b authored about 10 years ago
849d96aa7fe0f6e8bc83210a4e895e7a871a6c9b authored about 10 years ago
merge
1a1e7e45b39fdbdfefabd2a760761f9b67212b8a authored about 10 years ago
1a1e7e45b39fdbdfefabd2a760761f9b67212b8a authored about 10 years ago
fix flake8 complaints
2c81d1e838ee63e89de411c2d908d06e6058ba8f authored about 10 years ago
2c81d1e838ee63e89de411c2d908d06e6058ba8f authored about 10 years ago
fix #582: turn *connections() constants into enums on python 3.4+
97ecaf5877ea6d2599225ab2a76675b8b9edbfc9 authored about 10 years ago
97ecaf5877ea6d2599225ab2a76675b8b9edbfc9 authored about 10 years ago
update TODO [skip ci]
266112cf3e0e28f0e3aed2d270fcb8215637734f authored about 10 years ago
266112cf3e0e28f0e3aed2d270fcb8215637734f authored about 10 years ago
#376: unify AF_LINK constant across all platforms + update doc and tests
80b04a57c00036926de9f872ee858b8497a43440 authored about 10 years ago
80b04a57c00036926de9f872ee858b8497a43440 authored about 10 years ago
Merge branch 'master' into ifconfig-376
d507407589057e36f16b855a0c3b2c201f8f0336 authored about 10 years ago
d507407589057e36f16b855a0c3b2c201f8f0336 authored about 10 years ago
introduce ipaddr dep (py 3.3) for checking validity of IP addresses
c780ac61398543f60a1db35c17a2ce84defd2842 authored about 10 years ago
c780ac61398543f60a1db35c17a2ce84defd2842 authored about 10 years ago
tox: make sure flake8 is executed only against the revisione *.py files
88e76b5f6832fc9383636fef7fcc19e6045a7ebb authored about 10 years ago
88e76b5f6832fc9383636fef7fcc19e6045a7ebb authored about 10 years ago
assume primary IP address can never be None
a627ee75d59e96fc32c65e5d64572a9bfdf23ea8 authored about 10 years ago
a627ee75d59e96fc32c65e5d64572a9bfdf23ea8 authored about 10 years ago
#376: add another test for verifying the returned NIC names
de9f48b3ddb8f0c15e5d30cff38a8e2cdc6e8ef9 authored about 10 years ago
de9f48b3ddb8f0c15e5d30cff38a8e2cdc6e8ef9 authored about 10 years ago
remove reference to deprecated BOOT_TIME constant from boot_time() docstring
a4a43684f9b56e8306433084ff01de900a078fa4 authored about 10 years ago
a4a43684f9b56e8306433084ff01de900a078fa4 authored about 10 years ago
point to INSTALL.rst in the doc and README.rst
c8a77563eec70404cc6991da6686bc8f3d9358af authored about 10 years ago
c8a77563eec70404cc6991da6686bc8f3d9358af authored about 10 years ago
#581: add .gitignore to MANIFEST.in
0ae075fdef34a8a3706bae5c6e5134e8fbdc3cc7 authored about 10 years ago
0ae075fdef34a8a3706bae5c6e5134e8fbdc3cc7 authored about 10 years ago
(issue #581) add more stuff in .gitignore - bump up version to 3.0.0
9e65e5bbd8d76a1429d2c6f88f30319db740b07e authored about 10 years ago
9e65e5bbd8d76a1429d2c6f88f30319db740b07e authored about 10 years ago
Merge pull request #581 from mindw/add_gitignore
add .gitignore
97a22c99612af3b81ff41fd210002e84d68eb272 authored about 10 years ago
add_gitignore
41aaa27e67177e14a3011e47140d1ce19ba1a99d authored about 10 years ago
41aaa27e67177e14a3011e47140d1ce19ba1a99d authored about 10 years ago
temporarily revert previous commit in order to not create conflicts with PR https://github.com/giampaolo/psutil/pull/578
fdc87ba570c0e4b5c1d329d4787ddfbff9f1b2f1 authored about 10 years ago
fdc87ba570c0e4b5c1d329d4787ddfbff9f1b2f1 authored about 10 years ago
setup.py: include _psutil_common.c in the list of extensions which should be compiled - both platforms do not use them but maybe in the future they might
613667d1b5b9f1a9c352c09e177b8cf1461e5bbc authored about 10 years ago
613667d1b5b9f1a9c352c09e177b8cf1461e5bbc authored about 10 years ago
remove unused import
bc8158bb0d8cb14ae5a990bcaaf1d4bb1780245f authored about 10 years ago
bc8158bb0d8cb14ae5a990bcaaf1d4bb1780245f authored about 10 years ago
remove names which are no longer in use from _compat.py
fa60625b145b4e3c8b5e7d50b6807c47d33f156e authored about 10 years ago
fa60625b145b4e3c8b5e7d50b6807c47d33f156e authored about 10 years ago
improve ifconfig.py script
512579d5383107d2c51312f4bc4ee3390adb5cf3 authored about 10 years ago
512579d5383107d2c51312f4bc4ee3390adb5cf3 authored about 10 years ago
Merge branch 'master' into ifconfig
d57c85cdacd5f7875aaf7c87fd904cf641fd2c8a authored about 10 years ago
d57c85cdacd5f7875aaf7c87fd904cf641fd2c8a authored about 10 years ago
fix test errors on Windows
a5c6553baac1f68d0635e6a60edaa573e1857902 authored about 10 years ago
a5c6553baac1f68d0635e6a60edaa573e1857902 authored about 10 years ago
skip failing test on travis
c5817b6507ed409bfa82ada43c363c1fde43b7f0 authored about 10 years ago
c5817b6507ed409bfa82ada43c363c1fde43b7f0 authored about 10 years ago
provide better error msg
37290ded8b14fc75f6208d652d6cce6c5756ea3b authored about 10 years ago
37290ded8b14fc75f6208d652d6cce6c5756ea3b authored about 10 years ago
provide better error message during NIC test
35e9a7fa58c5c4c2cf7271d0238547f91b5b4fba authored about 10 years ago
35e9a7fa58c5c4c2cf7271d0238547f91b5b4fba authored about 10 years ago
modernize some code
559a239617ece6802d1f4c8b18978dfc7f230583 authored about 10 years ago
559a239617ece6802d1f4c8b18978dfc7f230583 authored about 10 years ago
use contextlib.close()
f6a1bdbd1a4aef39b085b2d12a4317fb07057c38 authored about 10 years ago
f6a1bdbd1a4aef39b085b2d12a4317fb07057c38 authored about 10 years ago
fix bytes related errors on python 3
443f43cec495fcf693346827d4c6b32d2f25f639 authored about 10 years ago
443f43cec495fcf693346827d4c6b32d2f25f639 authored about 10 years ago
fix import errors
b005ead650812690b67e4d91216ef278c0159c3a authored about 10 years ago
b005ead650812690b67e4d91216ef278c0159c3a authored about 10 years ago
merge from master
4307694310228a4bc7eceaf8f05501f6a75f033b authored about 10 years ago
4307694310228a4bc7eceaf8f05501f6a75f033b authored about 10 years ago
update README version [skip ci]
19fcf2a6dae339892f414f2b00eef50373a6ddb8 authored about 10 years ago
19fcf2a6dae339892f414f2b00eef50373a6ddb8 authored about 10 years ago
update HISTORY/CREDITS [skip ci]
84eb441a6129ebbe1839063363d784b1eb1ed3f2 authored about 10 years ago
84eb441a6129ebbe1839063363d784b1eb1ed3f2 authored about 10 years ago
Merge pull request #575 from bbinet/572
Don't raise exception if sockets refer to multiple inodes
5765650c2468ddc64e8e4f1498a8045cae99dddf authored about 10 years ago
Don't raise exception if sockets refer to multiple inodes
fix #572
e367ce4afce6c84a03cceaf44b871310f78e0905 authored about 10 years ago
process connections: make sure results are unique
27bdffae7e8124f5fbb985dc53fa815dd8e29659 authored about 10 years ago
27bdffae7e8124f5fbb985dc53fa815dd8e29659 authored about 10 years ago
Modules aren't scripts.
They shouldn't have shebang lines.
7e82dd32c9df5be2e72993209d031babd48219c9 authored about 10 years ago
remove last python 2.4/2.5 references
2bc8555f0428af81c2d067aa76168ed7bc5e0179 authored about 10 years ago
2bc8555f0428af81c2d067aa76168ed7bc5e0179 authored about 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil
389d9ef9f3c34d244a0ae8de2e216042eed64d3e authored about 10 years ago
389d9ef9f3c34d244a0ae8de2e216042eed64d3e authored about 10 years ago
windows: remove last python 2.4/2.5 references from make.bat; update dates
ea6e3d7cbc47e6b49b7cbff83575fe7254dc8a4d authored about 10 years ago
ea6e3d7cbc47e6b49b7cbff83575fe7254dc8a4d authored about 10 years ago
attempt to fix travis failure
d5d3fd493640959977aec0a8e99a821ea65c712d authored about 10 years ago
d5d3fd493640959977aec0a8e99a821ea65c712d authored about 10 years ago
attempt to fix travis failure
97fba78f6b8bf39176ea98188f668f761b1d1281 authored about 10 years ago
97fba78f6b8bf39176ea98188f668f761b1d1281 authored about 10 years ago
fix #570: test_memory_leaks test for error conditions
e4d0aa990d1c8802b262a1af4c23af47922ff89b authored about 10 years ago
e4d0aa990d1c8802b262a1af4c23af47922ff89b authored about 10 years ago
pidof: do not unnecessarily invoke cmdline() if pgname already matched process name()
029f05154f373e934586d7ca9f1c2b11f0c0dffe authored about 10 years ago
029f05154f373e934586d7ca9f1c2b11f0c0dffe authored about 10 years ago
#250: BSD implementation
bb54a548de355baeeac30fb9a7d6680f220810f1 authored about 10 years ago
bb54a548de355baeeac30fb9a7d6680f220810f1 authored about 10 years ago
get rid of the old check assuming Process methods where either properties or callable
7de10ef356e079cdb170e1f8c77675b053895560 authored about 10 years ago
7de10ef356e079cdb170e1f8c77675b053895560 authored about 10 years ago
remove redundant os.getpid()
609bfe087802ddab2ffb8ff42a94dc4a56e9b1ef authored about 10 years ago
609bfe087802ddab2ffb8ff42a94dc4a56e9b1ef authored about 10 years ago
as_dict(): set default 'attrs' value to None instead of []
37e7a742d43b0f58f791bedf4cf410f8d2f3cf2c authored about 10 years ago
37e7a742d43b0f58f791bedf4cf410f8d2f3cf2c authored about 10 years ago
#568: add test for examples/pidof.py script
feae48f74a62cb1f16f7c3e7ebc1f46216b5dad9 authored about 10 years ago
feae48f74a62cb1f16f7c3e7ebc1f46216b5dad9 authored about 10 years ago
Issue #568 pidof.py: also consider process name()
f3d8137d8b79cd715b3a36e1408b04a0fb599dd1 authored about 10 years ago
f3d8137d8b79cd715b3a36e1408b04a0fb599dd1 authored about 10 years ago
Merge pull request #568 from karthikrev/master
example/pidof.py same as pidof cli tool mentioned in TODO:
c8a3f82e3810b6fc5fe66ff2fae66062ddc1b539 authored about 10 years ago
fix #571: [Linux] Process.open_files() might swallow AccessDenied exceptions
18230b9a3e59262655dce918193023772471061b authored about 10 years ago
18230b9a3e59262655dce918193023772471061b authored about 10 years ago
#556: all open() statements are now done via 'with' ctx manager; hopefully this should fix all fds leaks
ad2624ae1679e884087f448df8c1aedbaf3d346d authored about 10 years ago
ad2624ae1679e884087f448df8c1aedbaf3d346d authored about 10 years ago
remove unused imports
0cac87adf0e41187907e5d1b421b2581af085269 authored about 10 years ago
0cac87adf0e41187907e5d1b421b2581af085269 authored about 10 years ago
merge from master
bba6b31848c6ca1a9023049d4c544293f4b5c889 authored about 10 years ago
bba6b31848c6ca1a9023049d4c544293f4b5c889 authored about 10 years ago
freebsd: fix some compilation warnings
39af7af7ca5438d7feac816b457b9ebe48747ddd authored about 10 years ago
39af7af7ca5438d7feac816b457b9ebe48747ddd authored about 10 years ago
net_connections(): make sure no duplicates are returned
23e294c681834004ca94610c57b8e356d778bd63 authored about 10 years ago
23e294c681834004ca94610c57b8e356d778bd63 authored about 10 years ago
fix #586 / set cpu_affinity() segfault: pre-emptively check if provided CPUs are valid before calling the C function
f70137e5176f43a907867ba06f699015b5fafb74 authored about 10 years ago
f70137e5176f43a907867ba06f699015b5fafb74 authored about 10 years ago
minor refactoring
a09687d699ed9bc65a8b9c3c8c2bee5e72cff2c4 authored about 10 years ago
a09687d699ed9bc65a8b9c3c8c2bee5e72cff2c4 authored about 10 years ago
fix some compiler warnings
e05e0a81f1a8165a5002bbca20881e9627607db5 authored about 10 years ago
e05e0a81f1a8165a5002bbca20881e9627607db5 authored about 10 years ago
#376: make net_if_addr() work on all other UNIX variants; also skip primary addresses which cannot be termined
f54979e88addb3e9607ec2166f402382d8cb5088 authored about 10 years ago
f54979e88addb3e9607ec2166f402382d8cb5088 authored about 10 years ago
rename _PSUTIL_VERSION to PSUTIL_VERSION
b2eccf0a73a15b6f455f578de580c0393133c1cf authored about 10 years ago
b2eccf0a73a15b6f455f578de580c0393133c1cf authored about 10 years ago
fix #564: add a sanity check to make sure the python module is not using a C extension module whose version is different than the current one
2567366a4ed748b5ed6f6744e755e1db9f4d6e42 authored about 10 years ago
2567366a4ed748b5ed6f6744e755e1db9f4d6e42 authored about 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil
9286baf2095d6368b77c3c983ac1e4d1078aec87 authored about 10 years ago
9286baf2095d6368b77c3c983ac1e4d1078aec87 authored about 10 years ago
update doc
8e6b7823813b2c89f9d7d99c821496f8d9a8d17e authored about 10 years ago
8e6b7823813b2c89f9d7d99c821496f8d9a8d17e authored about 10 years ago
adding example pstree.py with some fixes
87384bab5e6324c3142fdd70eed78c5a18da0854 authored about 10 years ago
87384bab5e6324c3142fdd70eed78c5a18da0854 authored about 10 years ago