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
r940 reimplements get_process_connections() in C on OSX instead of parsing lsof output.
Before:
real 0m0.423s
user 0m0.130s
sys 0m0.285s
Now:
real 0m0.140s
user 0m0.080s
sys 0m0.052s
From g.rodola on February 24, 2011 20:21:01
Original issue: http://code.google.com/p/psutil/issues/detail?id=153
The text was updated successfully, but these errors were encountered: