- 確立したsocketを表示
ss
ss -r
- tcpのみ表示
ss -t
- udpのみ表示
ss -u
- unix domain socketのみ表示
ss -x
- ipでtcpのみ表示
ss -tn
- tcpのlistenerを表示
ss -lt
- tcpのlistenしているprocessを表示
ss -ltp
cf. netstat
ss
ss -r
ss -t
ss -u
ss -x
ss -tn
ss -lt
ss -ltp
cf. netstat