go-procsnitch
go-procsnitch copied to clipboard
Implement experimental socket monitoring via INET_DIAG netlink interface
There may be advantages to doing it this way, and less prone to inaccurate socket state results due to race conditions in non-atomic filesystem lookup.
Can always fall back to procfs, as ss does.
We may end up writing a golang netlink library for INET_DIAG.