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

remove incorrect test assumption that proc cpu percent on windows is supposed to be <= 100, see https://ci.appveyor.com/project/giampaolo/psutil/build/1477/job/w1e0u92xrgg91ye3

b2bbd272f6b183ddc7c119d39ed5c969b399239f authored almost 7 years ago
and another one

8a5ad9adaa758598156d1a0c701969dfd3814d36 authored almost 7 years ago
another appveyor adjustment

540c71af92bb3ca60a2da63e4392f941087962ba authored almost 7 years ago
adjust win deps

fa54c8ae4a384394efe867681a2c5d40a0d50de0 authored almost 7 years ago
have safe_rmpath() on windows retry for 1 sec in case of failure as a workaround for orphaned open handles

cb43f64ec4a81b1ffabc7c20f67f71b8d6c58e98 authored almost 7 years ago
#1255 adjust style + give CREDITS to @href

904252e99a9d3217eda01159ab83e9384db54590 authored almost 7 years ago
Fixes swap_memory not returning bytes on FreeBSD (#1260)

a4c07e9da0f7a3a92b27c856eec09954ccc824ca authored almost 7 years ago
appveyor: use a pywin32 version which works with python 3.4

bf9f8ff572d946b069660278cfe15054b05804e1 authored almost 7 years ago
try to fix appveyor failure

1feb2d48e39b83e01372d592e15bac2f4f1b0c3d authored almost 7 years ago
try to fix appveyor / setuptools

07edb8746ac651ed8346791802e598ee4c29dd75 authored almost 7 years ago
fix appveyor.yml syntax

79a256a8162d10090f273944945d290d6e11396f authored almost 7 years ago
add oshi project

e7fc5348e415397b86e299c5ddf3b85d7312cafb authored almost 7 years ago
try to fix appveyor

9ae36307d18d3c673513f07ac29e9b490f0a1009 authored almost 7 years ago
try to fix appveyor

bc1156f5280690ddd9c8e9aa5dcba22bc668f72c authored almost 7 years ago
fix appveyor failure, see https://ci.appveyor.com/project/giampaolo/psutil/build/job/6in5bk62ekiploys

3544efc5db6131ea7dc9cd5c90c5db31f519a86d authored almost 7 years ago
appveyor: do not use only_commit files directive as it no longer works

043da3edd9484c30c84162d819b0bc60766738db authored almost 7 years ago
remove duplicate test

504aff59a47f785e67d736f141a6fc8262651cc9 authored almost 7 years ago
rename function arg

bf79914769f0e9e41830adccc09c62636a66f0dd authored almost 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

d6445f68faaa332612cebd91bfbfc56f24daed77 authored almost 7 years ago
1224 fix windows Process.wait() (#1253)

* define C TimeoutExpired exception

* fix git commit hook cmd on win

* raise TimeoutAbando...

3ef2f9a792c9616ba9eacc0fc7ce8e66a30fc8a7 authored almost 7 years ago
fix git commit hook cmd on win

cfc67c0b153816cb53d81eb944b8cb4ed0be2d20 authored almost 7 years ago
fix #1238: sensors_battery() may return None in case battery is not listed as BAT0 under /sys/class/power_supply.

95b8e4ba7c2f90d6239266890212feb4031c6bed authored almost 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

43b560b5c8bd1ba5f7e22a49d88ad1d7cd3c0130 authored almost 7 years ago
refactor open mock + add purge script (#1249)

* update doc / HISTORY / CREDITS

* suppress warnings from mock module

* linux: add mock te...

81ef4c9185650213c03122c95856ad3991b5656d authored almost 7 years ago
linux: disable unreliable test

329a5e2149848cf8c31f11b0525d6eede7def65b authored almost 7 years ago
add a script to purge installation

3b0de6bf54c7ec81d704e93b0d1cd44e1c92311a authored almost 7 years ago
linux: add mock test for virtual_memory()

091329c6522a6f53b6d79449693e0e4796ddab9c authored almost 7 years ago
suppress warnings from mock module

5d31cdd55f45b432fae01d6b0591682fdaedadf9 authored almost 7 years ago
update doc / HISTORY / CREDITS

0cf3a5a22e65eacdca1f995af7497819de57c1d1 authored almost 7 years ago
Adding 'slab' info to virtual_memory on linux (#1239)

There are 1970 results on stackoverflow for "slab". Also it is being requested by another user h...

fd78d32681c78dd81742dae6bb7b4b0da3d18010 authored almost 7 years ago
update HISTORY

2430e050ea2bd89d8714c823860880eccede573f authored almost 7 years ago
#1193, #1194: give credits to @gsauthof

05d179e7125dc61409b2a8b4a33d4e3be763c2a7 authored almost 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

629dbb0eba0cba1730aeb6576c00f99cfe1b81ea authored almost 7 years ago
fyx typo

12ef896b2c175d6d9b060b95fdb06e9b915512b4 authored almost 7 years ago
Solaris 10 Fixes (#1248)

* Fix nice() for realtime processes under Solaris 10

fixes #1194

* Use psinfo as fallback ...

6276764eb98eccaef87053dba843694c9232a98c authored almost 7 years ago
#1210, #1214: update README and give CREDITs to @wiggin15

c088fb59a2feb92104caa7752344fccca341b42c authored almost 7 years ago
Ignore negative deltas in cpu times when calculating percentages (#1210) (#1214)

7b0e1c43e7d470bc4c5ef0ee734792b57f25ee70 authored almost 7 years ago
#1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "SwapPss"

c08ec74d44e5183dd2e399c96392bcb96d2ea971 authored almost 7 years ago
#1222: [Linux] Process.memory_full_info() was summing both 'swap PSS' (swap proportional set size) and plain 'swap'. Not anymore.

d67e977cb57e77c6907d3e4c183b8ffedd9e9dcc authored almost 7 years ago
more detailed error msg in case of missing file when reading temperatures

a16003453fdd1082550e61f12e04e1ae14e7d9fa authored almost 7 years ago
#1245 / linux / temperatures: skip sensors if 'name' file does not exist

006533d55316b6a9eb8004bd1b30acc3257fd15c authored almost 7 years ago
give CREDITS to @stswandering for #1240

e258a673940c39675d79a29ed495abc29b98035d authored almost 7 years ago
cpu_times() GetSystemTimes function double dword convert to __int64,t… (#1243)

* cpu_times() GetSystemTimes function double dword convert to __int64,then double,instead of flo...

41dadf682146fb88249a15d5997d609b4cec3635 authored almost 7 years ago
give credits to @alxchk for #1220; bump up version

4241713ea670c042e8a871226d3c45959826cd14 authored almost 7 years ago
Try to extract argv[] from process address space first (#1220)

* Try to extract argv[] from process address space first

* Add comments and OOM exception

...

66edd7ade36c871a15f2cb230ae1c054f842555a authored almost 7 years ago
Revert "Move tests out of package to top level directory (#1232)" (#1242)

This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.

2ffb0ecc5e41c5486056fcd00aca274d77858860 authored almost 7 years ago
Move tests out of package to top level directory (#1232)

Cleanly separates tests from the package itself. Prevents the tests
being installed to site-pac...

b578d2febfd35f80fcfa1ce1bdf18d44d21b1581 authored almost 7 years ago
test environ: clean returned dict

b409472c271c0f803cfa8ecc83033e508f2ae429 authored almost 7 years ago
In tox, move flake8 to own target (#1235)

Allows running static analysis (lint/flake8) separately from testing the
library. Reduces the r...

bb92699432c6479d314b8c6a4d0d65be9de75d29 authored almost 7 years ago
Be more explicit about supported Python version (#1233)

Python 3.0, 3.1, 3.2, and 3.3 are not supported. Now phrased as: "Python
versions 2.6, 2.7, and...

ccf54249ded48599fe6ccc259f3a78d1d67aafc2 authored almost 7 years ago
Use environment markers for conditional dependencies (#1230)

Using environment markers has support among modern Python packaging
tools (setuptools, pip, whe...

98cce4a30e79540a635386a9acaf5070ee2b2757 authored almost 7 years ago
Remove unused import 'psutil.tests' in test_unicode.py (#1231)

f97547272a3588a236a3ba08112c8c8e943fece4 authored almost 7 years ago
doc typo (#1234)

301be5c1a07525e702186381ba7f81492007606f authored almost 7 years ago
Remove unnecessary tox PYTHONPATH configuration (#1229)

No "test" directory exists. The configuration is unneeded.

2650852829e0006d89f57bffc44a20613f47ddea authored almost 7 years ago
Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)

Support for Python 3.3 was dropped in version 5.4.1. Support for Python
3.2 was dropped earlier...

74248cc706bdf01f80d1c704a094ff30974cfa93 authored almost 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

63a672b29cb3e0279b371b3d5914f0109a07f071 authored almost 7 years ago
update doc + bytes conversion example

053a97f7fc70c47410d4ad2a43c284689181d84a authored almost 7 years ago
add test for safe_mkdir

29732d0476efec178a5b09bc623b13df89a7936f authored almost 7 years ago
enable pip cache in appveyor build (#1221)

dd19ba7b5bbf5ea67a4d386baa3fabd13b118533 authored almost 7 years ago
rename fun

d690ae6283b996ffd2098e47652bf84cbd7e87bf authored almost 7 years ago
#1216 - give credit to @hexaclock

62e1783764420f36cd270135decb00b324add7fe authored almost 7 years ago
fix compatibility with python 2.6.x (#1216)

7618de9683684811402f50b08ca3f3e979774e72 authored almost 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

84c2b13ad2c59d4e13319d59362c2365a37c7302 authored about 7 years ago
add StackOverflow link

95155afe90820c4c012130001fe86713f6a13253 authored about 7 years ago
docs: fix battery variable (#1212)

4f310f4a516ca4d05bbc832779af4dc54b01b68a authored about 7 years ago
Update INSTALL.rst

133bde7de297f61f412c5e0cd049e64cc8f537f4 authored about 7 years ago
Pass python_requires argument to setuptools (#1208)

Helps pip decide what version of the library to install.

https://packaging.python.org/tutoria...

f7171c45d7cfc1ce68baa7cd0afdaa94e28305a5 authored about 7 years ago
#1152: fix doc to mention CLI command necessary to enable disk_io_counters() on win

a86c6f65c123442802c44d27e45b5e014a62fe3b authored about 7 years ago
pre release

ad4acae5489f86fc3bef645505b3873f156b4867 authored about 7 years ago
pre release

238634831db13c167591450b40e901cbd11d0dc0 authored about 7 years ago
pre release

958b61849b48ecbad74dbb978c976a5c34c52293 authored about 7 years ago
pre-release

df3fa28142c6db03f503018cff6341ddaf5bb954 authored about 7 years ago
fix #1201: document that timeout kwarg is expressed in seconds

384998d73bef61b9472f924b6abd6dc102a338b0 authored about 7 years ago
Add mount points to disk_partitions() in Windows (#775) (#1192)

* POC for adding mountpoints to disk_partitions() with all=True

* Refactor check for mount po...

87f88101cb3d31f71939d70b15ef8402acf77062 authored about 7 years ago
add test for cpu_affinity

e46803bbd1c4a0bcaf099a0b66c1fcc28b6ec031 authored about 7 years ago
what a stupid bug! (#1190)

090ae20078e7135fa0fe95db2b83366079da9802 authored about 7 years ago
update doc

a406eb0616fab64c1abd0582b800f4d4da6ddc08 authored about 7 years ago
pre release

9db307472b1fce4847b01ecf64e3978c85cb3a86 authored about 7 years ago
pre-release; also get rid of PSUTIL_DEBUG doc instructions (it's kinda useless for the user after all)

8ed14183cc72791b42249de4bd0d72da90cff41f authored about 7 years ago
Use FutureWarning instead of DeprecationWarning (#1188)

* make Process.memory_info_ex() raise FutureWarning instead of DeprecationWarning because the la...

c3767da76a366cabbe1c84ad9cef007ae51c400e authored about 7 years ago
fix test

82c77dc888e8a44a4f86aecc387c30b42150eb7a authored about 7 years ago
refactor environ() test

c0b1ee00b770bff34c49b1ad9242f86e24cc5a34 authored about 7 years ago
Fix OSX pid 0 bug (#1187)

* debug

* change travis conf

* more debug info

* work around pid 0 on osx

* fix pid ...

98f0e70fdc7f44cc982f7496557dcdc31a9f99e6 authored about 7 years ago
change assert in test

cdb2e2be8fa0cfce867800419f1746ea87dd5cac authored about 7 years ago
refactor Process.__repr__

fce2564643ded6d837a98d00ffaf285e4e484806 authored about 7 years ago
Merge branch 'master' of github.com:giampaolo/psutil

fdd2353c3dfaa18442e565abf49add81c1daa840 authored about 7 years ago
Faster Process.children(recursive=True) (#1186)

Before:
```
$ python -m timeit -s "import psutil; p = psutil.Process()" "list(p.children(recur...

f1d94cc22afdba6cb61c5a0ab246e877a83080ab authored about 7 years ago
merge form master

f3029f9a0f23d9d6dafaed341e21994a1f343ddd authored about 7 years ago
Speedup Process.children() (#1185)

* update HISTORY

* update doc

* #1183: speedup Process.children() by 2.2x

* fix windows...

f0094db79ad9e4f2246997cb8c2046b71c465a29 authored about 7 years ago
update doc

8f8b4d79b1b2f0d6a94107f0038796efcc098278 authored about 7 years ago
update HISTORY

a840dba69cbb68d814c413664a7327e82b2bedfb authored about 7 years ago
fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/pid/cmdline by using spaces instead of null bytes as args separator

7c6b6c2a6d89a1a270d6357be3b77fd8e0e2cbe7 authored about 7 years ago
set x bit to test_aix.py

bb27cbf65c5abf91ad0b6c2725c0527b8132f75d authored about 7 years ago
fix #1181: raise AD if task_for_pid() fails with 5 and errno == ENOENT

d43ee3003350df56c6d1a96dac9784f064daad46 authored about 7 years ago
fix posix failure

04e867218f565bbf3fd37eb14dd68699092e99b0 authored about 7 years ago
Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)

* change NoSuchProcess and AccessDenied C exceptions signatures

* fix arg call on win

34fb3666859bda349afdc9b4397b0b7a715f08de authored about 7 years ago
fix travis failure https://travis-ci.org/giampaolo/psutil/jobs/306424509

71c4f5683460e110693c976b21b06ab4034ae8a3 authored about 7 years ago
be smarter in searching python exe

d108baf4a27f0f3b115aae5e6109eaf109302bc3 authored about 7 years ago
do not test platf specific modules on wheelhouse

ecab2b3aa54ec5dbee9d7f7664ad4ed359048cd5 authored about 7 years ago
try to fix travis failure

c0a35fd6b5f6b2cad4b370d31d2d175db316faf8 authored about 7 years ago