end18 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Rewrite get_process_connections() in C for OSX #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by g.rodola on 24 Feb 2011 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 28 Feb 2011 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 20 Mar 2011 at 9:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated csets after the SVN -> Mercurial migration:
r940 == revision 508e39a0792b

Original comment by g.rodola on 2 Mar 2013 at 11:59