-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
replace lsof to platform dependent method #164
Comments
👍 great to see that you are taking this on! |
looking forward to this, thanks for your work @shirou! |
OK. now I have implemented linux version at #169. The output is same as psutil, but more tests are required. |
FreeBSDsysctl DarwinTo get NetConnections, windowsnot yet... v2 migrationIt takes a time to implement, I think prioritize v2. |
Is this dead in the water? I'm seeing flakiness with using lsof where the command never finishes. |
@NullSoldier what platform do you want to replace lsof? |
#142 , #143 are related to using lsof to get Network connection info.
To replace lsof, we needs at least these functions. inet_ntop porting, sysctl decode functions, and so on are little bit heavy to implement. I will update this issue step by step.
The text was updated successfully, but these errors were encountered: