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
On all UNIX systems Process.get_connections() should also return information
about UNIX sockets opened by process.
Example:
>>> p.get_connections()
[connection(fd=115, family=1, type=1, local_address=('/foo/bar/conn.sock',
None), remote_address=(), status='')
As an extra note, get_connections() might grow an extra argument of some sort
(a list) to filter results for socket family types (AF_INET, AF_INET6, AF_UNIX).
From g.rodola on October 04, 2011 12:28:21
Original issue: http://code.google.com/p/psutil/issues/detail?id=216
The text was updated successfully, but these errors were encountered: