Since this tool currently uses /proc files to collect information, it doesn't work on OSX/BSD systems.
Here is a ticket tracking OSX support for another similar tool:
netdata/netdata#124
Docs on support:
https://github.com/firehol/netdata/wiki/Installation#macos
psutil may be an easier approach for getting a cross-platform tool working:
https://pythonhosted.org/psutil/#psutil.net_connections
Let me know if you need help with this and I can give it a shot too.
Since this tool currently uses
/procfiles to collect information, it doesn't work on OSX/BSD systems.Here is a ticket tracking OSX support for another similar tool:
netdata/netdata#124
Docs on support:
https://github.com/firehol/netdata/wiki/Installation#macos
psutil may be an easier approach for getting a cross-platform tool working:
https://pythonhosted.org/psutil/#psutil.net_connections
Let me know if you need help with this and I can give it a shot too.