You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giampaolo/master: (148 commits)
update doc
add DEVNOTES.rst
Add import-time tests for psutil
one import per line
use with lock:
set global cpu vars to None if they can't be determined at import time
add more tests
giampaolo#717: ignore everything after the first occurrence of '\x00' instead of replacing '\x00' for the whole string
fixgiampaolo#717: [Linux] Process.open_files fails if deleted files still visible.
giampaolo#715: don't crash at import time if cpu_times() fail for some reason.
safety measure for ZombieProcess exc
giampaolo#718: process_iter() thread safety
giampaolo#708: use buffering for open() only on Python 2; on Python 3 this does not have any effect so it's better to let python decide what to do
little speedup for system connections
fixgiampaolo#708 [Linux]: speedup psutil.net_connections() and psutil.Process.connections()
linux refactoring: use a wrapper around open() for binary files
update doc
raise no memory err if malloc() fails
giampaolo#714: [OpenBSD] return shared virtual mem
add test for vmem total on freebsd
...
Some issues: cached memory is always 0, total memory does not match
sysctl | grep hw.physmem
(maybe it should not).The text was updated successfully, but these errors were encountered: