Notes to Self

Alex Sokolsky's Notes on Computers and Programming

Socket Statistics - ss

man page

Show TCP IPv4 sockets with Processes

Use numbers instead of symbols:

ss -4tnp

Also Show Listening Sockets

ss -4tpl

Show Listening Unix Sockets

ss --unix -l

As above, but also show process and thread:

ss -xlT