We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TCP: IPv4 Local Address Remote Address Swind Send-Q Rwind Recv-Q State -------------------- -------------------- ----- ------ ----- ------ ----------- 127.0.0.1.32832 127.0.0.1.32776 49152 0 49152 0 ESTABLISHED 127.0.0.1.32776 127.0.0.1.32832 49152 0 49196 0 ESTABLISHED 127.0.0.1.32845 127.0.0.1.32828 49152 0 49152 0 ESTABLISHED 127.0.0.1.32828 127.0.0.1.32845 49152 0 49216 0 ESTABLISHED 127.0.0.1.32848 127.0.0.1.32847 49152 0 49152 0 ESTABLISHED 127.0.0.1.32847 127.0.0.1.32848 49152 0 49152 0 ESTABLISHED 192.168.0.102.32886 192.168.0.110.1234 70656 0 49640 0 ESTABLISHED
[GCC 3.4.3 (csl-sol210-3_4-branch+sol_rpath)] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import psutil >>> psutil.net_connections() [] >>> psutil.net_if_addrs() {'lo0': [ snic(family=2, address='1.0.0.0', netmask='12.151.81.254', broadcast=None, ptp=None) ], 'e1000g0': [ snic(family=2, address='176.175.166.254', netmask='0.0.0.0', broadcast='0.0.0.0', ptp=None)]} >>>
The text was updated successfully, but these errors were encountered:
Fix giampaolo#1077
9e321db
6a79a37
No branches or pull requests
The text was updated successfully, but these errors were encountered: