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

replace 'return Py_None' occurrences with 'Py_RETURN_NONE' macro

f9661edbe4e2a8de47f6f5301b7708e0b2f21362 authored about 10 years ago
same as pidof cli tool

d8e1cedbba4e88224f673a84115d7a0d17ea2e51 authored about 10 years ago
fix 567: in the alternative implementation of CPU affinity PyList_Append and Py_BuildValue return values are not checked.

a96bb68b463674775e53a887cf9b53dfb0225dbb authored about 10 years ago
fix #446: get rid of the unicode hack for net_io_counters() on Windows

ac0da3f50e404ad68436018058c66f1485258419 authored about 10 years ago
fix #565: proper encoding for username() and users() on Windows

e93f2cce6201ce303e9d12b01b3beafe9375b6cf authored about 10 years ago
return the same value for count_logical and count_physical on OpenBSD

b960e1a70590619a04c568fb7019155055ea6518 authored about 10 years ago
Wip on psutil_proc_connections, lightly tested but seem to do the job

63d6dc5db11c5ab61f037d5a1dbe61785f8d39d7 authored about 10 years ago
add function to get a string from an addru

ecf7f419564806b5a856c81c7cebd04a5302af23 authored about 10 years ago
remove psutil_cpu_count_phys, wont be implemented

a0a353806ed08ac51730fe94543b308b52978e41 authored about 10 years ago
remove #if 0 proc_exe implem, wont happen. return process name instead

6c97eabcd541ed06fe1d680a60a2ea8abf01a040 authored about 10 years ago
Implement psutil_disk_io_counters()

No way to distinguish between read and write times, so assume half spent in both..

eef37e5b36ef4a50ebc7ca9c377d939e724b99a6 authored about 10 years ago
enable per_cpu_times method

eca6032db71c385564d416a8127487784c388f2b authored about 10 years ago
Proper implementation for psutil_proc_open_files(), returning empty paths

07b6d654202235bcfd36e8cf14586e1d266417fa authored about 10 years ago
Return an empty string for psutil_proc_cwd() - there's no way to get that info.

At best you get an inode or the filesystem the process is running within..

4858433017ac36604d2e217d7b5932957891e966 authored about 10 years ago
Remove unused utmpx code, is only for FreeBSD >= 9

3bfd846ab5dc5a9519b9894da46cd550efbe50db authored about 10 years ago
Implement psutil_per_cpu_times()

1174a608b8d98cb9334f71860eaae85d398c5020 authored about 10 years ago
Add a kinfo_getfile() function mimic'ing what FreeBSD's one does in libutil

c6b4cfb270dc9890aae27ce2e0b6b03f9592db59 authored about 10 years ago
use the proper type in Py_BuildValue to return an unsigned long

3b5edefdcb94d8ae002f17e9a57bcbf02ebce468 authored about 10 years ago
Fix warn() invocations

51c48a6b74c9757c24c7186b2aedcd36c1e4dde7 authored about 10 years ago
PAGESIZE should be 1 on OpenBSD, DEV_BSIZE is used in _psutil_openbsd.c

e1e0ef929ddb9f0df6a9a15790e30d443cfae0b6 authored about 10 years ago
Make this actuall build

- switch mem/swap to VM_UVMEXP & swapctl
- #if 0 out cpu_count_phys
- use KERN_CPTIME in cpu_tim...

0470086e13d4d02a28a8ccf6708065d251018046 authored about 10 years ago
It builds!

1aca8dc63c7b72a18fd70a4331549b0e1a0013cd authored about 10 years ago
First stab at merging patches from wip port against 0.4.1

c217d3499269561dd70c867ffa038ce993d929c5 authored about 10 years ago
Build changes to try to support OpenBSD. Two new C files copied from the FreeBSD ones.

0e63add84ecdb202c9af3ee65b568a8756dfcca9 authored about 10 years ago
update HISTORY and CREDITS [skip ci]

c0bfb2870a3f59d7957a77630a28fa851d36f264 authored about 10 years ago
Merge pull request #561 from spacewander/patch-1

fix a typo

7f9cb6ec8d975b80957b77c2c5fbeca07236e170 authored about 10 years ago
fix a typo

The `type_` can not be socket.AF_UNIX. May it be `family`?

7bc0b8ce219e9c3a1ad5a2691db3c3f27ccbb486 authored about 10 years ago
Merge pull request #560 from clouseau/namedtuple

Consistency in namedtuple naming

a139212b0336b2f666a64c5d361b2696265be2d0 authored about 10 years ago
Consistency in namedtuple naming

c7e616a25dbbb6675a3e952745f1db591b2447fd authored about 10 years ago
consider hostname ':0' as 'localhost' too

aa0dbfa5655dd85e3c89ac136fbc57a9f8cc1cd9 authored about 10 years ago
fix some compiling warnings on freebsd

842e4fb5afecd9458eb40a4d0be54a2d9358f054 authored about 10 years ago
fix #569: [FreeBSD] fix memory leak in psutil.cpu_count(logical=False).

f3bb635f0d334eccf76478711b03eaf87db0b5eb authored about 10 years ago
fix #569: [FreeBSD] add support for process CPU affinity.

cd37f6425e2e15f87778ae18b7bc7774d114ad2f authored about 10 years ago
reset tests on windows

82ba49e40307edddbd44c5ea2e1cc03ffa973f71 authored about 10 years ago
pstree: use ascii characters; also cover the case where PID 0's parent is 0

b24b84ce6ca3cae14fbe4a4fcb7c62562c63f856 authored about 10 years ago
fix #547: have username return the stringified UID in case UID cannot be resolved by the system (as opposed to letting KeyError propagate)

4dfb4ad8ac0f312c68bf5cececcd3fdd694fcccb authored about 10 years ago
add note about killing PID 0 on POSIX

d14a6c31f043e768c811273bca965d5da50f4839 authored about 10 years ago
fix HISTORY

69ac873bf15057884f77e1bbfcd3718c0931afea authored about 10 years ago
add 'pstree' to the list of classifiers/keywords

38be3c94f3c01bf7b07df872dbbe3392e0b92f62 authored about 10 years ago
[skip-ci] pep8-ify code

fdcd7f705b52900f8468db321aff563bfe1cf6b3 authored about 10 years ago
remove 'pypy' from travis as it always fail

38acc585727beb183ef1e834a0fdf28bd8249015 authored about 10 years ago
add test for pstree script

f1ed68f31f05bc65e41899423d5b51182105bc22 authored about 10 years ago
#553 add examples/pstree.py script

3f38b90c8522901289229cf221a0e8919f6c7a46 authored about 10 years ago
skip mem test on POSIX

77427cc3939198107d684a1526223715741564e3 authored about 10 years ago
update README/CREDITS

8d5b89b2f2a12c1e7048b3703226c943245bbb06 authored about 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

d479deee747e3eeb081abeee74554c9622268ea3 authored about 10 years ago
Merge pull request #548 from anders-chrigstrom/master

Fix for isssue #496

f17eeb6136730eb1ce768b7ed6867380ba37b444 authored about 10 years ago
Fix for isssue #496

f1275c19ac9e77b9169ca84dfb7d7701a8a2f9d7 authored about 10 years ago
some refactoring

6df640741231d65fa7ce3d4d075abbd9cfc61bea authored over 10 years ago
refactoring

02fc64ce02abd43d82ac82088ec2d5ca02884373 authored over 10 years ago
#521: use contextlib.closing() - fixes all ResourceWarnings during tests

7c629dec91b3a9184a45502653cab8bf1edb1b78 authored over 10 years ago
#521: use try/except/finally in a single logical block

a113e886ecce24fbeba52895d657a6497f354266 authored over 10 years ago
more logical indentation

3884b183199adc9032775af3c311b6c34968b7bb authored over 10 years ago
#521: assume python >= 2.6 and use tempfile.NamedTemporaryFile(..., delete=False)

12be76f836a17e62518dcba38f0bfa92ec2e39e5 authored over 10 years ago
(#521) import ast/json assuming python >= 2.6

076e5d12938c2b6962eb0f7ddd966fd03b21cac4 authored over 10 years ago
#521 remove python 2.4 and 2.5 support

02d58e96c321ed66ecccb3abb5430df2657c3fca authored over 10 years ago
#428: tests (assumptions) for dealing with a zombie process; currently works on linux only

f8e338c4ca8f8f15bb2afd013280bbd0c86a6219 authored over 10 years ago
speed up some tests

7d41c284c8ffb6c695e6441d184e4ccfdc143954 authored over 10 years ago
#376: MAC address on Windows

b1189a37475f67f9532add9009f7e8767f396192 authored over 10 years ago
#376: implement ifconfig con Windows - still missing: MAC and broadcast addresses retrieval

aabc21eeba923799ebce86f82d3c1ac8d54eb8ae authored over 10 years ago
Commented a define

9e514dc2ba6a3da03ab74dfe3c71751cd83bdaf7 authored over 10 years ago
Fixed BSD version of disk_io_counters (r/w time counters units)

Read/write time in BSD version of disk_io_counters was incorrectly returned in seconds instead o...

e4936d7fa806e6041e833bfb22e845d3078e0461 authored over 10 years ago
pre-release commit

29b0a61f60abfd4bdb2f1afc28172d0595ba24be authored over 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

defd86562d9842ed5396849ce37541e0aa6fde71 authored over 10 years ago
Merge pull request #537 from ddaeschler/master

Fix psutil_proc_cpu_affinity_get to work without CPU_ALLOC

fc024a3cc2f95b46605c8f7c48c64ea6b3f25af5 authored over 10 years ago
further test using 'ip' utility on linux

6f4445c4bdfe9022ceb7562979b6c450f625f769 authored over 10 years ago
on python 3.4 turn family constants into enums

40699761353c94e93371165dd45cd6ec4fe7d77e authored over 10 years ago
attempt to fix trvis failure

e4be8c767c24a3f4258d44ddc34a3a019eec2cf5 authored over 10 years ago
have travis also test memory leaks

a4cf6f5a5ba8a9b8abc87fa0bc96ec72005220c7 authored over 10 years ago
fix python 3 compatibilty

d3ef6ecc49677d36c23b8a3f89e2afd880fe497b authored over 10 years ago
add further tests for linux

31e4cb5dba8f1d49b06057df9a367e17bd6ce479 authored over 10 years ago
document net_if_addrs()

36690d62cd21c31a6a6492cc32f25388a073c2b2 authored over 10 years ago
expose AF_LINK

697722d50d14e2a0fc3c094511d5feb69b206c7a authored over 10 years ago
add examples/ifconfig.py

47862d9c2cd1daf919a855414f5f112aeb18464f authored over 10 years ago
hopefully one last attempt to fix travis

79361277509fa5b7099f0c567fe0d21787405db6 authored over 10 years ago
update doc

4e0b55c6612a62109d27beabfd95b4d3a872de86 authored over 10 years ago
Fix psutil_proc_cpu_affinity_get to work on older systems that don't support CPU_ALLOC

05f95a83e09698c0112b06b092750c7c6991bc99 authored over 10 years ago
add Google 'grr' to the list of noticeable softwares using psutil

20fd80b6d0f35eb0dcc988d6c9fe4e1298f5b490 authored over 10 years ago
attempt to debug travis segfault

687e26868c0549d54baec6790acd5849644cf218 authored over 10 years ago
attempt to debug travis segfault

7606c48ca9388516f8d24688ee51681d7c556b56 authored over 10 years ago
attempt to debug segfault on travis

9dd4ea7a0aecacac90c2d7306341d80d1f4ca268 authored over 10 years ago
attempt to debug segfault on travis

00da9a7e0c8e79c50e287d9bcf72be4353e30aa6 authored over 10 years ago
Merge branch 'master' into ifconfig

96cb3a32e32fb7f9bd3c591943fe7bee82a9ba54 authored over 10 years ago
Merge pull request #535 from anthonyryan1/master

Readme Typo

d67a428943e3e2293d35dd8bcf98c4d4118c20a7 authored over 10 years ago
Readme Typo

Given the context, I believe this was referring to [PyPy](http://pypy.org/) not [PyPI](https://p...

e6e057691fac3dc440bed1e459186e479dfa6ff4 authored over 10 years ago
bump up version

86668f711584df7d6c54689883f15786a4c2d07f authored over 10 years ago
last pre-release commit

cc4c00a73cad56b210e678f46049ac45cfc89e20 authored over 10 years ago
fix #501: [Windows] disk_io_counters() may return negative values.

5804cf229bde49868db67a318c93288c349c9747 authored over 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

e1d1fd73fcb96daa4c1c6008090a11a31eb8c3d7 authored over 10 years ago
give CREDIT

e14348b7fa1d8540aadbdbd64d723791c00e60d5 authored over 10 years ago
Merge pull request #529 from mrjefftang/master

Special case Process.exe for PID 0 & 4

24007795b2d6e51d13aa8e6ccddf910bf3ebd4d1 authored over 10 years ago
give CREDIT

4d70bde28349cfa26be350a22003c76c179b207e authored over 10 years ago
Merge branch 'master' of github.com:giampaolo/psutil

39c6023c43f4ff76973fd6dbb94fdb3aca057019 authored over 10 years ago
Merge pull request #530 from airekans/master

Fix the disk_io_counter bug in kernel 2.6 to 2.6.25

dac9954a640e51da63e83f5ea1c10e5ef9900f58 authored over 10 years ago
Cleaned up syntax

ae332ec0f7d6b5df23b25fa88577eb5dd341c473 authored over 10 years ago
give CREDIT

45a98e27c123dbccc433e7242d29d763cf2cdce4 authored over 10 years ago
Merge pull request #527 from ddaeschler/master

Fix get_affinity for linux

1e5dc37b1d5f1b6653628e055d52157381906414 authored over 10 years ago
fix #533: Process.memory_maps() may raise TypeError on old Linux distros

45ceea9669439f3e25bd96ddff6e0c0c16454b70 authored over 10 years ago
Fix the comment space problem.

1cb3605cbecc403b5be80ebac8181cc6016a3c35 authored over 10 years ago
Fix the disk_io_counter bug in kernel 2.6 to 2.6.25

In kernel from 2.6 to 2.6.25, /proc/diskstats for subpartitions in
a disk has only 7 fields.
Che...

3f2e2a009195056077a4669d0bf0a29f28a9a195 authored over 10 years ago