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

AIX support (#1123)

* AIX support

* AIX support

* AIX support

* AIX support - use get_procfs_path() instead...

github.com/giampaolo/psutil - 1ebe625e5aa21b33e9de5652c305d1d0a2147059 authored over 7 years ago
try to fix travis failure

github.com/giampaolo/psutil - 730e0fbba6a2ef4a01a5a67759e15dad5613d3a9 authored over 7 years ago
Solaris: Use the correct set/get/end functions for utmp (#1130)

boot_time() and users() use utmp (getutxent), but don't call
"set" and don't use the correct "e...

github.com/giampaolo/psutil - 7a111cfe490f9c81722b2d896d87b9fb77228141 authored over 7 years ago
#1131: merge wiggin15 entries in CREDITS

github.com/giampaolo/psutil - 452949b36c39d22e7702f5e099e18f29ef275ec4 authored over 7 years ago
#1131: give CREDITS to @wiggin15

github.com/giampaolo/psutil - b9aeea4eed3bf805012304133962efdcfdb48c53 authored over 7 years ago
Solaris: fix compilation warnings (#1131)

github.com/giampaolo/psutil - 8aa64713c634a5d31774cac3b224308a0edeb083 authored over 7 years ago
#1126: temporarily disable failing test

github.com/giampaolo/psutil - c4c6e22ca4dad687d2a8505f9e0207d8ecd64358 authored over 7 years ago
fix #1125: [BSD] net_connections() raises TypeError.

github.com/giampaolo/psutil - 56e82a63a5fa4b7ab77d13b08179f3d035523849 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - 147a35addd1b476a39b06221dc0e13fdff9562ac authored over 7 years ago
fix #1105: can't compile psutil on freebsd 12

github.com/giampaolo/psutil - c15fb0d09f6dd89238fc341e15b839815d3bc078 authored over 7 years ago
generate-manifest on pre-release

github.com/giampaolo/psutil - 9e4b231df96138e7dc0425978f64b52f194c3b3e authored over 7 years ago
re: #1120 / PEP527: no longer provide .exe files for Windows

github.com/giampaolo/psutil - de5f2f80fe54194663eef3c9cdd709efd91576ec authored over 7 years ago
update doc, bump up ver

github.com/giampaolo/psutil - e950259b745317ceac9870d2acfcbfc7a946cbcb authored over 7 years ago
add doc badge

github.com/giampaolo/psutil - 5c0dfc851950b820aa13ef66ce3ab25424aedcec authored over 7 years ago
update doc url

github.com/giampaolo/psutil - 6b7f8fbad032e88b96e700e0e27b214a1e7a0b95 authored over 7 years ago
migration towards RTD doc theme

github.com/giampaolo/psutil - 274d6f63dbab0603d4cc714fa0ea4e5f7f5de883 authored over 7 years ago
update HISTORY

github.com/giampaolo/psutil - 484fc3d4efe9be6f626a6e94db17d8fa5be48b66 authored over 7 years ago
#928: fix possible TypeError

github.com/giampaolo/psutil - 5ba055a8e514698058589d3b615d408767a6e330 authored over 7 years ago
fix TypeError

github.com/giampaolo/psutil - 46723905330c4c37001e8c3a5cec22132eeded61 authored over 7 years ago
fix TypeError on OSX

github.com/giampaolo/psutil - 32edf35e95ff1c99ba2f4c94eb9913e65f33bd45 authored over 7 years ago
signal @sunpoet and @kostikbel in CREDITS as possible helpers for FreeBSD related issues

github.com/giampaolo/psutil - 3073311c32b31e4f2b7d1ca2c942bdf476d3b550 authored over 7 years ago
fix #1112 fix NameError on OSX

github.com/giampaolo/psutil - ab233784640d18d8dd0840b584f90eed0cc470c7 authored over 7 years ago
add test for parsing of /status file on Linux

github.com/giampaolo/psutil - c895a4aa1a08e7dac7213ab1c2458b0a28cea343 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - ed96cdb2f942328c3848ea91eacbbbdc12c9c30f authored over 7 years ago
#1110: add test for parsing of /stat file on Linux

github.com/giampaolo/psutil - 28e0aef2d2a40b61dad7081ddaa88917abba52e7 authored over 7 years ago
variables rewording

github.com/giampaolo/psutil - 625030ba4862adac87a75df6b6413e671a183e1d authored over 7 years ago
Update index.rst (#1106)

Fix reference to undefined variable still_alive

github.com/giampaolo/psutil - 7cb0de84aae64301396ea1f8735539bf0b46bb0f authored over 7 years ago
fix #928: turn connections()' 'laddr' and 'raddr' into named tuples

github.com/giampaolo/psutil - 8b8da39e0c62432504fb5f67c418715aad35b291 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - 51507e7368859726cfaa503718dcecdeb948797f authored over 7 years ago
fix #1101: [Linux] sensors_temperatures() may raise ENODEV.

github.com/giampaolo/psutil - 909c387cfcef1801245ffef35c8701099604e48b authored over 7 years ago
#989 / windows / boot_time(): try to return the correct C type in order to avoid negative values

github.com/giampaolo/psutil - ec1d35e41c288248818388830f0e4f98536b93e4 authored over 7 years ago
skip test on travis; update MANIFEST

github.com/giampaolo/psutil - 612e5719299d3852e4fd02ecf177480fa6db4437 authored over 7 years ago
fix test and update doc

github.com/giampaolo/psutil - 7eb1581e41d0453caa625802556d209dbbf8b415 authored over 7 years ago
fix OSX failure

github.com/giampaolo/psutil - 4a20d974515e408469f6018d5336bb7422f51d1c authored over 7 years ago
fix #1071: provide fallback for cpu_freq() in case main current freq file is not available on old RedHat versions

github.com/giampaolo/psutil - 0a6953cfd59009b422b808b2c59e37077c0bdcb1 authored over 7 years ago
update HISTORY

github.com/giampaolo/psutil - d17080ca96dd47eddac7c7566458b2ea3e786f03 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - 76d3cd05238fcb8bb8c95738bdbe8ca3714b8f19 authored over 7 years ago
1044 osx zombies (#1100)

* small refactoring

* #1044: define a separate ctx manager which handles zombie processes

...

github.com/giampaolo/psutil - f435c2b6d308c12d0df33b10d828d97df303a614 authored over 7 years ago
small refactoring

github.com/giampaolo/psutil - 9da480c208db51b06cd2cc20b8edeeafc7f0b463 authored over 7 years ago
disable failing test on travis

github.com/giampaolo/psutil - 8cd94a366c93a63aabfe69b5077b3471710c925d authored over 7 years ago
fix C compiler warning

github.com/giampaolo/psutil - 279019043fd424eda265c5cefaa26a3f558b43d7 authored over 7 years ago
#1098: raise TimeoutExpired also if timeout param is passed

github.com/giampaolo/psutil - 50a68a565252b47ce241651b33a2d35f1898ebf4 authored over 7 years ago
#1099: look for ERROR_ACCESS_DENIED instead of using pid_is_running()

github.com/giampaolo/psutil - 0bc345be0bd6a61a6f3b5657057a07ca4f9622b1 authored over 7 years ago
fix #1099 / windows: Process.terminate() may raise AccessDenied even if the process already dided

github.com/giampaolo/psutil - 1e49e9e4063bbcffb96092b39f3b8b233153aaf0 authored over 7 years ago
fix C compiler warnings

github.com/giampaolo/psutil - 42bebc2ffdb874791b19b0362bad8c60120313ac authored over 7 years ago
Merge branch 'master' of https://github.com/giampaolo/psutil

github.com/giampaolo/psutil - ee28b7e730b6c65314815029e225c529be5cc835 authored over 7 years ago
windows / create_time: remove check using GetExitCodeProcess to make sure the process is not gone as it seems useless and may also be the cause of errors on appveyor

github.com/giampaolo/psutil - e492b4b2caa961c54c59191157343ef5c11c7b1f authored over 7 years ago
update HISTORY

github.com/giampaolo/psutil - 1cbd905ded0a8aab0fd842aeb1c6479f5aacc227 authored over 7 years ago
fix #1098: Windows: Process.wait() may return sooner, when the PID is still alive

github.com/giampaolo/psutil - 70fff514f12c7f2789e5d8e26140a274dc64f841 authored over 7 years ago
Windows: fix wrapper around OpenProcess (pid_exists() no longer lies) (#1094)

* windows / C: add assert to make sure pid_is_running() is correct

* set an error str

* ch...

github.com/giampaolo/psutil - 5caa045f1f8d06888717fa5422b40367b6db3495 authored over 7 years ago
Fix 1091 nitpicks (#1097)

* rename C module

* rename C file

* fix compilation error

* small refactoring

* smal...

github.com/giampaolo/psutil - 94fca1d2ea8f35f999286e74211cc5a4b4255bf1 authored over 7 years ago
Add environment parsing (#1091)

* Add common functions to extract information from SunOS process address space

* SunOS featur...

github.com/giampaolo/psutil - 68e04def9b1f04462fa8f2eefcc5287b1b943cfe authored over 7 years ago
SunOS: Fix .memory_maps(grouped=False) (#1093)

github.com/giampaolo/psutil - a92cfcd574e876189b64449c8e1eea505768a83e authored over 7 years ago
fix TypeError

github.com/giampaolo/psutil - 65cc00e0998cc0e645f0df386045365380be79ad authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - babd2b73538fcb6f3931f0ab6d9c100df6f37bcb authored over 7 years ago
import psutil right after make build to make sure compilation worked

github.com/giampaolo/psutil - 0d3e55a670887f865bb3c0ac9baaa86558f763e9 authored over 7 years ago
win process_info.c: move declarations at the top of the module

github.com/giampaolo/psutil - 4f5dafe498d8d13fa5e17c5c105b4988181478dd authored over 7 years ago
remove dead code

github.com/giampaolo/psutil - 5e74fa53becb51c17c21e2867b79d5403081faf0 authored over 7 years ago
update HISTORY

github.com/giampaolo/psutil - eb6ab10d12eb4ecc636e8bac41781db36ac8a12b authored over 7 years ago
Fix #1055, fix #1085, fix #1087.

- no longer cache cpu_count() return value in Process.cpu_percent()
- in Process.cpu_percent(), ...

github.com/giampaolo/psutil - e5a081128e85d229af6499bb39b708ae15720358 authored over 7 years ago
fix #1085: cpu_count() return value is now checked and forced to None if <= 1

github.com/giampaolo/psutil - e20b3473da81d1c4aca3919a895bc940c52ea333 authored over 7 years ago
set PSUTIL_TESTING env var for CI services

github.com/giampaolo/psutil - d2b306688b8ab94ef678676f09dde7aa453b6d0c authored over 7 years ago
add notes about #1082

github.com/giampaolo/psutil - d58c4338d64fad9b3c0eebb2451cd55f660e86cf authored over 7 years ago
refactor sunos py code

github.com/giampaolo/psutil - 7fbf19d0f04730983265bb494460929f708475c5 authored over 7 years ago
remove useless line

github.com/giampaolo/psutil - 822302832081b3968ed1ea97793709d263b5c1ca authored over 7 years ago
PSUTIL_TESTING env var (#1083)

* Introduce PSUTIL_TESTING env var

...so that we can make stricter assertions in C and py cod...

github.com/giampaolo/psutil - cee414dca663bdac9712c0779e43ce0c184e904e authored over 7 years ago
#1082: disable unreliable ps niceness test on SunOS

github.com/giampaolo/psutil - 4490889cbfc33d63a0c6805c2c008b7593eed586 authored over 7 years ago
remove useless posix cwd test

github.com/giampaolo/psutil - de3aa8d54a14a50b274d741cfe5203c8c326c569 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - 0ad2fe76a9e0f327fc7748623228b2a7e9c24ddd authored over 7 years ago
skip UNIX socket tests on SUNOS

github.com/giampaolo/psutil - 3fa7ad66061808369137d995306022aa7406b9b1 authored over 7 years ago
skip failing connection tests on solaris

github.com/giampaolo/psutil - 48da89ea4a6221ee5dc010aa14642319697f6073 authored over 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

github.com/giampaolo/psutil - 1024bb4ce524200e9e35bc0ea17d006f5f8101cd authored over 7 years ago
regenerate MANIFEST.in

github.com/giampaolo/psutil - 5ce460f3fab568bf7dd15f93d12e37239b11803a authored over 7 years ago
give CREDITS to @alxchk; update HISTORY

github.com/giampaolo/psutil - 135ce35ad95f70b8fcc0d0769d16c8fc7ee18ad4 authored over 7 years ago
Fix https://github.com/giampaolo/psutil/issues/1077 (#1081)

github.com/giampaolo/psutil - 6a79a37d6b9a2c0edc1bf695eff34b130cf92768 authored over 7 years ago
sunos: fix som connections tests

github.com/giampaolo/psutil - a6617589f21510d5480b442d37378bb3721c03d2 authored over 7 years ago
update HISTORY with #1079; give CREDITS to @glebius

github.com/giampaolo/psutil - 759b8a88ead6caf294aa45e84578056dc79440df authored over 7 years ago
Fixes to net_connections() on FreeBSD. (#1079)

* File descriptor 0 is a valid value, for example for a daemon.

* On FreeBSD fill in file des...

github.com/giampaolo/psutil - 5250b63787dec4a4cefbc1c93d84b58ac874405a authored over 7 years ago
Merge branch 'master' of https://github.com/giampaolo/psutil

github.com/giampaolo/psutil - 61b6ed0830d1f3045913bab67f2e6364de65b7b3 authored over 7 years ago
skip signal.CTRL_ test on py 2.6

github.com/giampaolo/psutil - c630eff0991116c036723a80531e85d8d599e6c8 authored over 7 years ago
add Popen test for making sure NSP is raised on kill() and terminate()

github.com/giampaolo/psutil - f698d84da2d880fcb9b27f16e599517b09cea5b8 authored over 7 years ago
move psutil.Popen tests in their own class

github.com/giampaolo/psutil - 3b50e3a31b5c759e824b7212e51e986862883874 authored over 7 years ago
small refactoring

github.com/giampaolo/psutil - 2c56220ab9c86353f8db109a884ed3efd9c2579c authored over 7 years ago
reap_children(): enforce checks to make sure the process is gone

github.com/giampaolo/psutil - 0c2eb2ab9e644df8e012dd36e3d2994695bab1cc authored over 7 years ago
Merge branch 'master' of https://github.com/giampaolo/psutil

github.com/giampaolo/psutil - 7399070ccf25e8e6d92b50b22c6635b5fcdcb2e2 authored over 7 years ago
test utils refactoring

github.com/giampaolo/psutil - b4b3e59f0f95ebf7f138763ce259c1d7ea9ffb5f authored over 7 years ago
test utils refactoring

github.com/giampaolo/psutil - 91041c4e1f20b48d5841a2aaacc90a106c4b4f6c authored over 7 years ago
revert appveyor.yml

github.com/giampaolo/psutil - 66e7efe5643e9f0125d9edc52bfa918108570fda authored over 7 years ago
pass cwd and env to get_test_subprocess; reason: try to figure this out https://travis-ci.org/giampaolo/psutil/jobs/233019876

github.com/giampaolo/psutil - cb51168c942fcbfea194191cc7e318283fb8dde2 authored over 7 years ago