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

Added Issue #232

github.com/giampaolo/psutil - dca7c35d86c5edd80fbb14e2986d903c04170825 authored about 13 years ago by Jay Loden <[email protected]>
Issue #232 - corrected get_physmem() function to use sysinfo's mem_size

multiple to correctly calculate memory values returned from sysinfo call.

github.com/giampaolo/psutil - 73a84d21d61bc66d90b8a2ec86c44fa92171bc0d authored about 13 years ago by Jay Loden <[email protected]>
Issue #230 - testing changes to fix memory leak in get_connections() and also

adding brackets to all if statements

github.com/giampaolo/psutil - 464db2c0e65c66187d00ddbe8526440559113025 authored about 13 years ago by Jay Loden <[email protected]>
Fix 230: memory leak in Process.get_connections() due to missing Py_DECREF for socket constants and address tuple.

github.com/giampaolo/psutil - a7ee00f8d089f451785ad00a69a60c6b34ddac0b authored about 13 years ago by Giampaolo Rodola <[email protected]>
memory_leak_test: create TCP/UDP connections before running get_connections() test

github.com/giampaolo/psutil - 5708d07f9e9b28e4b7dca3e12f99970dc6e89236 authored about 13 years ago by Giampaolo Rodola <[email protected]>
nettop.py: sort network interfaces so that the ones which generated more traffic are shown first + some minor cosmetic fixes to top.py

github.com/giampaolo/psutil - 21d566612a0d0db43e01af156905b4b8347d90dd authored about 13 years ago by Giampaolo Rodola <[email protected]>