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
While using psutil.net_connections('unix') or counting 'unix' connections in psutil.net_connections('all'), I noticed that the number of connections returned is lower than expected. Specifically, the count does not match the output of the netstat command or the data available in /proc/net/unix.
Steps to Reproduce
Run the psutil.net_connections('unix') function in a Python script.
Compare the resulting count of connections to the output of netstat or the content of /proc/net/unix.
The text was updated successfully, but these errors were encountered:
Summary
Description
While using psutil.net_connections('unix') or counting 'unix' connections in psutil.net_connections('all'), I noticed that the number of connections returned is lower than expected. Specifically, the count does not match the output of the netstat command or the data available in /proc/net/unix.
Steps to Reproduce
Run the psutil.net_connections('unix') function in a Python script.
Compare the resulting count of connections to the output of netstat or the content of /proc/net/unix.
The text was updated successfully, but these errors were encountered: