Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

psutil

Cross-platform lib for process and system monitoring in Python
Collective - Host: opensource - https://opencollective.com/psutil - Code: https://github.com/giampaolo/psutil

connection related tests refactoring

github.com/giampaolo/psutil - 29edf513967e98edefcfb49405de1773c55092b5 authored over 11 years ago by Giampaolo Rodola <[email protected]>
merge revision 83165d10041d

github.com/giampaolo/psutil - 6a055f2db62db87a3d3e96540b37e31f04ae1bff authored over 11 years ago by Giampaolo Rodola <[email protected]>
remove no longer used code in _psutil_bsd.c + refactor some tests

github.com/giampaolo/psutil - 0250e061141fae453bbcfa36d07268c119867bd3 authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 387: implement netstat-like functionality on Windows

github.com/giampaolo/psutil - 048c899ad961f8fd009c2861def3e2c104f0316e authored over 11 years ago by Giampaolo Rodola <[email protected]>
(linux) make netstat test a bit more robust

github.com/giampaolo/psutil - 5a753e62b0d9e820a50d2c61faac2808acaace1d authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 387: implement netstat-like functionality on Linux

github.com/giampaolo/psutil - 749394d0034609e12569299c6180a24ced525153 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Added tag release-1.0.1 for changeset e957e3021ea9

github.com/giampaolo/psutil - f67b1d985c69672d903b3330f4184a1d47e4ceba authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix issue #405: network_io_counters(pernic=True) no longer works as intended in 1.0.0.

github.com/giampaolo/psutil - 3b13ef49480e165fdaa85f263f0bde48fd89c7a3 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Added tag release-1.0.0 for changeset d1c75cad34e4

github.com/giampaolo/psutil - cbdc3984df520c5d4c87763be0461d40a7b85f54 authored over 11 years ago by Giampaolo Rodola <[email protected]>
merge heads

github.com/giampaolo/psutil - 305e72e2290928d41dc8f192a855a0aaf41e35ea authored over 11 years ago by Giampaolo Rodola <[email protected]>
(windows) replace PyString_FromString with Py_BuildValue: PyString_FromString is no longer available on Python 3ù

github.com/giampaolo/psutil - b44d5d112135c039979d34610bfc5bf86edb0dde authored over 11 years ago by Giampaolo Rodola <[email protected]>
add TODO file in MANIFEST.in

github.com/giampaolo/psutil - 00d37def976e006e62e9f6fd9d98bb4e99b897b7 authored over 11 years ago by Giampaolo Rodola <[email protected]>
update version and README file

github.com/giampaolo/psutil - aa5df82f5c56229c7cae42e78dd8f0853efbf47d authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix 2 other tests failing on OSX

github.com/giampaolo/psutil - 0825060fa7f6e80f4a1b81f74cf8dc89049716bc authored over 11 years ago by Giampaolo Rodola <[email protected]>
merge head

github.com/giampaolo/psutil - 54c54464a6f336b55d44d30f378c5c174f74cc31 authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix some tests fialing on OSX and BSD because assertAlmostEqual() needed to have 'delta' argument explicitly specified

github.com/giampaolo/psutil - 1c57b49966b6989bf912524fa2af501e3d688c1f authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 224: revert change displaying real thread ids: it doesn't work on OSX 10.6

github.com/giampaolo/psutil - 099371ffa3c78b20220c88d9247eb17964e785d7 authored over 11 years ago by Giampaolo Rodola <[email protected]>
get_connections(): rename 'local_address' and 'remote_addres' fields to 'laddr' and 'raddr': they are shorter/easier to write and they're also consistent with http://bugs.python.org/issue17675

github.com/giampaolo/psutil - aa179ee5934147c8a3de536e4402370ba31b789e authored over 11 years ago by Giampaolo Rodola <[email protected]>
update TODO

github.com/giampaolo/psutil - ecf07db524de9b470cd4bfa97fc9ef73a42b12cc authored over 11 years ago by Giampaolo Rodola <[email protected]>
(windows) fix examples/disk_usage.py: it can raise ENOENT In case we're inspecting a cdrom drive and there's no cdrom in it

github.com/giampaolo/psutil - a4e8fc25d5e58909c0b28a5846452d0dfbfa0712 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(Windows) fix failure in TestDualProcessImplementation

github.com/giampaolo/psutil - 162f39be649d6e3032c2b764175dd02ca5b15e40 authored over 11 years ago by Giampaolo Rodola <[email protected]>
use a smaller time.sleep() interval (2 secs) when launching test processes

github.com/giampaolo/psutil - 01d09751213c197aeede7d3dd2ccff1959ee6bd2 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue #374: [Windows] negative memory usage reported when processes use a lot of memory

github.com/giampaolo/psutil - 63e8c19f308454fd6ec043b1564bd105c970acb7 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Rename network_io_counters() to net_io_counters() and create an alias for backward-compatibility. net_io_counters() is easier/shorter to type, plus soon we're gonna add 2 new network-related APIs and I do not want to keep using the 'network_' notation. Since 1.0.0 release is gonna happen so soon this looks like the best time to do this.

github.com/giampaolo/psutil - 5d7b0ef6b4eede8a495763fdd9625bca26358150 authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix all tests which were failing on solaris 11 (0 failures now)

github.com/giampaolo/psutil - 3861fea6790826a3ee9259430ccf2eb1a85dc6ff authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 404: move #define _GNU_SOURCE up

github.com/giampaolo/psutil - 77b6d951d807c59a321aa87fda9ea84fb2d15762 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue #404: [Linux] sched_*affinity() are implicitly declared. (patch by Arfrever)

github.com/giampaolo/psutil - 73f11abe762acb7633ff789d6caa7fb617acbf6e authored over 11 years ago by Giampaolo Rodola <[email protected]>
Replaced assert_eq_w_tol with assertAlmostEqual for BSD and OS X

github.com/giampaolo/psutil - 4bc269a49c3fcfe4641c27204e0f0622da5c2279 authored over 11 years ago by Jay Loden <[email protected]>
Updated for Issue #394

github.com/giampaolo/psutil - fb4e3cbf2f048322cfcd1042fe78e1f1b67ab747 authored over 11 years ago by Jay Loden <[email protected]>
Issue #394: OS X: mapped memory regions report incorrect file name.

Moved address incrementing to further down the while loop to avoid accidentally
incrementing it ...

github.com/giampaolo/psutil - 586c167374fb3e35583f4fcc1d15d2ba94ed9f46 authored over 11 years ago by Jay Loden <[email protected]>
add a TODO document listing a collection of ideas and notes about stuff to implement in future versions

github.com/giampaolo/psutil - d7b16039a857a27fce24b13a3225817759ee89b6 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix some failing tests on Solaris 11

github.com/giampaolo/psutil - 12f61ade4904efb32b4d1539770d53f18698ce3f authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) special case for get_nice() which on Solaris 11 raises NSP even if the process is there

github.com/giampaolo/psutil - 00773d46deee7192fc801ce51f793b445cbe7e1a authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) remove memory leak in ext_memory_info() due to a file descriptor not being closed

github.com/giampaolo/psutil - 5d9d19f951059d5749b82f917c25924c5d1d6ec6 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix memory leak due to missing free() call

github.com/giampaolo/psutil - 95cc67e80a05e51f64283bfff95a152eb4aafb53 authored over 11 years ago by Giampaolo Rodola <[email protected]>
import unittest2 on py < 2.7

github.com/giampaolo/psutil - 11f7bcc26e90bf7804800ea8a0abf46f95bb8be1 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) link 'nsl' in setup.py - this is necessary because otherwise the C compiler complains about inet_ntop, see http://cboard.cprogramming.com/cplusplus-programming/128326-undefined-symbol-when-compiling-socket-program.html

github.com/giampaolo/psutil - 991f163026b223dc9a17939a8f8d911e3c9f3168 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix some XXX(s) and TODO(s)

github.com/giampaolo/psutil - 4750e0765269a2b03e3ab034aaa63cd7080ef140 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix example script tests

github.com/giampaolo/psutil - e2550d00399b3cdaac3186bb20fa37a22673ecac authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix get_connections() status; for IPv6 we were erroneously using the IPv4 struct

github.com/giampaolo/psutil - 0f70d43b80a9e3893a25fdb8884391a9195c175c authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) provide specific test case for swap memory

github.com/giampaolo/psutil - 701ec7b36916bfcab658fbe6d41a863ec71cbcc3 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix memory leak in get_connections()

github.com/giampaolo/psutil - c9870f810ea7dffd997645a4bd6264d857a7ac15 authored over 11 years ago by Giampaolo Rodola <[email protected]>
add POSIX test which makes sure orphaned unclosed fds are not left behind after calling every Process method

github.com/giampaolo/psutil - 637e071d6236ff38fbf3d638c8dc66b4d2800671 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) fix process threads implementation which was broken

github.com/giampaolo/psutil - ec59dcba4fc59732f2de5ea0d242ed394583e146 authored over 11 years ago by Giampaolo Rodola <[email protected]>
setup.py clean: delete more stuff

github.com/giampaolo/psutil - 037f0d74d872e3fc5913d8028fee14e10b42c500 authored over 11 years ago by Giampaolo Rodola <[email protected]>
further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEqual instead; also use skip* decorators around get_nice and uids/gids tests

github.com/giampaolo/psutil - 298308a04b7583ceef50cfaf471f9562ad485308 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Issue 391: take advantage of new assert* methods and provide a workaround if unittest2 module is not installed

github.com/giampaolo/psutil - 9ca7a806ae3346d351e561bd95924e425df8ec70 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Issue 391: start transition to unittest2 by making skipIf and skipUnless decorators closer to original unittest2 version

github.com/giampaolo/psutil - 5896653856f4440513b04b93ef385ecdf3ced668 authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix test_get_pids on Linux

github.com/giampaolo/psutil - 204426a479cd3dc5aa546956fbc7e1f4c6840d8c authored over 11 years ago by Giampaolo Rodola <[email protected]>
test warnings refactoring

github.com/giampaolo/psutil - fceeb12e94fdbf6690034ddd50ab1cd4236a7262 authored over 11 years ago by Giampaolo Rodola <[email protected]>
curses-based example script tests: use ast module and only parse source code instead of actually running the script in a subprocess (for some reason it hangs on SunOS)

github.com/giampaolo/psutil - e1a536c7d76ed5a178f080a523ccdff99a54099b authored over 11 years ago by Giampaolo Rodola <[email protected]>
setup.py: add SunOS/Solaris to classifiers

github.com/giampaolo/psutil - ce20557682161c9291e06ac7fe8c744480754c80 authored over 11 years ago by Giampaolo Rodola <[email protected]>
implement a custom 'python setup.py clean' command which gets rid of junk files

github.com/giampaolo/psutil - 91a7b2b7d427c3b7f6636dd4c0afce24f464f85f authored over 11 years ago by Giampaolo Rodola <[email protected]>
add link/comment to linux io stats

github.com/giampaolo/psutil - 864a293594fa7a1c6b1a0c5a1ef80adc0022a96d authored over 11 years ago by Giampaolo Rodola <[email protected]>
update psutil project ownership

github.com/giampaolo/psutil - f34a1d5390ca5fcd941766a5fe6f88220e67b2fb authored over 11 years ago by Giampaolo Rodola <[email protected]>
(sunos) merge sunos branch into main trunk (finally) and set psutil version to 1.0.0

github.com/giampaolo/psutil - f400c727d2f1fd7e87d2464be2158ab296b1d815 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Updated HISTORY file for Issue #226: Process.get_threads() and fake ids

github.com/giampaolo/psutil - 99a187bff042e6ea2bd0eff245eb7c58cbd3a472 authored over 11 years ago by Jay Loden <[email protected]>
Merging in patch from Issue #388 to add support for real thread ID on OS X.

github.com/giampaolo/psutil - 89339de27c38bb27a5885d2035badf95c796e7a0 authored over 11 years ago by Jay Loden <[email protected]>
update HISTORY

github.com/giampaolo/psutil - 89a36ecebdd50e4332d95bf69281329c938a6a75 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue 367: merge from conn-const-#367 branch which turns get_connections() 'status' strings into constants

github.com/giampaolo/psutil - b6ecaf7012c465f26b3a3ca5948b9e9402da8e53 authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix failing test

github.com/giampaolo/psutil - ffe451cc6bfa520c1d78028011e8548ebf276e50 authored over 11 years ago by Giampaolo Rodola <[email protected]>
merge from default

github.com/giampaolo/psutil - a83a4dd54384c901061e30e30dcd3b1d2ab826bd authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix 'muse' test on FreeBSD: when run as a limited user it fails due to not being authorized to open /dev/mem

github.com/giampaolo/psutil - 2debc458d1c13e0b24848ea1636c2350839e9a0f authored over 11 years ago by Giampaolo Rodola <[email protected]>
revert change which accidentally broke _psutil_bsd.c

github.com/giampaolo/psutil - 4e860e90482d57fb9ce87840e92a9a197efd299d authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 387: implement netstat-like functionality on FreeBSD

github.com/giampaolo/psutil - db7ea289a7cece2cc57d1d4d1299a3bfe3cce468 authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix mess committed by accident

github.com/giampaolo/psutil - 0029eb866e14902cddaaf2d6ccad384cdc5485e0 authored over 11 years ago by Giampaolo Rodola <[email protected]>
tests refactoring

github.com/giampaolo/psutil - 5b05a83e638dafaa5c5850b5a95d29b949accb87 authored over 11 years ago by Giampaolo Rodola <[email protected]>
We can now quickly run tests with "python setup.py test". Reference http://stackoverflow.com/questions/7580939/why-are-there-no-makefiles-for-automation-in-python-projects#answer-7582896

github.com/giampaolo/psutil - 7bd5dd0e451affeaaa79de0eb953e8bfc488e718 authored over 11 years ago by Giampaolo Rodola <[email protected]>
add tests for examples scripts

github.com/giampaolo/psutil - 483fe554dd2b100312dd2e41c1c252850d8152f7 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix race condition in examples/netstat.py which does not take NSP into account

github.com/giampaolo/psutil - bcbad82aa8c0511a8f9578cf9863669744a35bbd authored over 11 years ago by Giampaolo Rodola <[email protected]>
fix some failing tests on Windows

github.com/giampaolo/psutil - 8144747e406c7f9be65caa6839d9594439d84912 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(Windows) refactor how we retrieve the interface name in network_io_counters()

github.com/giampaolo/psutil - 46f1eab74d3880e49c8b617ffe77c77f1b3059d2 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue 386: fix some warnings on OSX (patch by danudey)

github.com/giampaolo/psutil - 079d2dc45b8e9dd3a74ced9af388a7234609a2a1 authored over 11 years ago by Giampaolo Rodola <[email protected]>
move TOLERANCE variable into test_psutil.py so that it's generic for all OS-specific tests

github.com/giampaolo/psutil - 50db35832403720602ffa9160d5fb3cbaa048753 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 369) new fix attempt

github.com/giampaolo/psutil - 97041856de4c739322aa6f122916d18f70360c91 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 380) make also platform specific tests exits with non-zero on failure

github.com/giampaolo/psutil - ffce91a3e9d92be15e215d86997ada50afe2d3cf authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 369) assert total swap mem >= 0 (https://code.google.com/p/psutil/issues/attachmentText?id=369&aid=3690000000&name=psutil_0.7.0_unittest_failures.txt&token=yK0NhDjdIqZFzqHgBOm_vXUB85c%3A1368442979382#478)

github.com/giampaolo/psutil - 23a02aea9b933fea695f1221888a0a8206078815 authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 369: fix psutil.test - in case pwd.getpwuid cannot resolve UID just return the numeric value

github.com/giampaolo/psutil - f65c0c58cd3dd6e5c60706a965e0d49a0f88fbde authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue 379: [Linux] Process.get_memory_maps() may raise ValueError.

github.com/giampaolo/psutil - 43ac2d204dbcac02b1cea4efb3dad5a2bd17cf29 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379): fix a couple of other failures

github.com/giampaolo/psutil - 3254d2a5e083221d8136872e9fcb1c1eebc68daf authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379) try to fix a couple of other tests reported in the log

github.com/giampaolo/psutil - 4d0c642aa1fc17a33da1da19f65f8fbcce9645ed authored over 11 years ago by Giampaolo Rodola <[email protected]>
Introduce a decorator which runs a test function and retries N times before actually failing.

This is useful When comparing (say) OS free memory with cmdline tools: the two results (psutil's ...

github.com/giampaolo/psutil - ca259eedccafc600ef8f34fffe23511db0be6dfd authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379) disk_partitions(): skip linux specific disk_partitions() test if it raises NotImplementedError

github.com/giampaolo/psutil - 3854e2065d633cdcdeccdd207b4e80a5055d0f5b authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379) disk_partitions(): on POSIX does not check for os.path.exists(disk.device) as it's not reliable - see: https://code.google.com/p/psutil/issues/attachmentText?id=379&aid=3790000000&name=psutil-0.7.1_build.log&token=YNa7Qq67Nppy7rAXmBbjMJG4FNo%3A1368391020458#294

github.com/giampaolo/psutil - 87c9b1d175fb177480ef39a2bc892527800f1313 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379): do not fail psutil.disk_partitions() test on POSIX if os.statvfs() function is not available

github.com/giampaolo/psutil - a4f30b9eb83ea458dfdfb776cf1ec62551367af6 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379): do not fail psutil.disk_usage() test on POSIX if os.statvfs() function is not available

github.com/giampaolo/psutil - c332e6119b7a57adba6ce4106bd6cdb4b01621d5 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(issue 379): do not fail for tests raising NotImplementedError

github.com/giampaolo/psutil - f33028df131d6575ea65a71811e477c83200eda7 authored over 11 years ago by Giampaolo Rodola <[email protected]>
(Linux) fix typo: in case get_memory_maps() is not supported NotImplementedError wasn't raised as expected (because of the typo)

github.com/giampaolo/psutil - 6d2865d204e5ddeed870c222e75d2927de001c34 authored over 11 years ago by Giampaolo Rodola <[email protected]>
zombie process test: skip test in case the tested method raises NotImplementedError

github.com/giampaolo/psutil - f1581dc2ec14565328aab08666cc8d3d45471d3f authored over 11 years ago by Giampaolo Rodola <[email protected]>
fetch all tests: skip test in case the tested method raises NotImplementedError

github.com/giampaolo/psutil - 4bc404f1fa79525c79c9c23d4f3cb02c6a35b4b0 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue 378: test_terminal fails when stdin is not a tty

github.com/giampaolo/psutil - 5216679114ab3b992e9e02cc3c503d41eeb00cfd authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue 377 / disk partitions: assert for device existance only in case device is an absolute path

github.com/giampaolo/psutil - d8cd213f2b9f480a81f7689e354eebde8b579d12 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Fix issue #380: make test suite exit with non-zero on failure. (patch by floppymaster)

github.com/giampaolo/psutil - 77dbeecc7baa2551326d3edb0c94e1ff8e77cd5e authored over 11 years ago by Giampaolo Rodola <[email protected]>
Added tag release-0.7.1 for changeset 3b3b76926a35

github.com/giampaolo/psutil - 8fe983e7b74957428138acb73d283e94b207ac19 authored over 11 years ago by Giampaolo Rodola <[email protected]>
update version

github.com/giampaolo/psutil - 5b89740fe8ea9797cc195f7703ef9ec06260e6c5 authored over 11 years ago by Giampaolo Rodola <[email protected]>
update patch credits

github.com/giampaolo/psutil - 71deb19ac31e91400f708cbf5b5ddb4ba033c52f authored over 11 years ago by Giampaolo Rodola <[email protected]>
fetch all test: in case function raises NSP make sure the pid does not exists and fail if it does

github.com/giampaolo/psutil - 61a81e29af9b4ccb221508bb552eb9418e6db4e8 authored over 11 years ago by Giampaolo Rodola <[email protected]>
Issue 371: implement CPU temperature on Linux by parsing files in /sys/class/hwmon/hwmon0/temp1_*. It is probably incomplete compared to what we can get via lm-sensors though so care should be taken on whether adding this or not.

github.com/giampaolo/psutil - 7e31b67956dacb0e6b704d6e4c4b0fe37faebbed authored over 11 years ago by Giampaolo Rodola <[email protected]>
issue 367 / Windows: connection status strings turned into constants

github.com/giampaolo/psutil - d6a3c6773d41e84740d98d5ce287fdc271b923f2 authored over 11 years ago by Giampaolo Rodola <[email protected]>
use a static int constant to signal connection status == NONE

github.com/giampaolo/psutil - 8e4efe2bcb8f807c4a78ba2645f5277aede884b2 authored over 11 years ago by Giampaolo Rodola <[email protected]>