go-procsnitch icon indicating copy to clipboard operation
go-procsnitch copied to clipboard

Implement experimental socket monitoring via INET_DIAG netlink interface

Open dma opened this issue 7 years ago • 0 comments

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.

dma avatar Sep 20 '17 04:09 dma