Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite get_process_connections() in C for OSX #153

Closed
giampaolo opened this issue May 23, 2014 · 3 comments
Closed

Rewrite get_process_connections() in C for OSX #153

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on February 24, 2011 20:21:01

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

Original issue: http://code.google.com/p/psutil/issues/detail?id=153

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on February 28, 2011 13:55:32

Labels: Milestone-0.2.1

@giampaolo
Copy link
Owner Author

From g.rodola on March 20, 2011 14:55:37

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:59:35

Updated csets after the SVN -> Mercurial migration: r940 == revision 
508e39a0792b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant