-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
/proc interface is inadequate, unfortunately. When amount of sockets is enough large, netstat or even plain cat /proc/net/tcp/ cause nothing but pains and curses. In linux-2.4 the desease became worse: even if amount of sockets is small reading /proc/net/tcp/ is slow enough https://www.cyberciti.biz/files/ss.html
https://github.com/shirou/gopsutil/blob/master/net/net_linux.go
like ss command
https://github.com/raboof/connbeat/blob/master/sockets/tcp_diag/tcp_diag.go
https://stackoverflow.com/questions/11763376/difference-between-netstat-and-ss-in-linux
Lomanic, Brian-Williams, ssoroka, cforce and rockdaboot