Socket Statistics - ss
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
Use numbers instead of symbols:
ss -4tnp
ss -4tpl
ss --unix -l
As above, but also show process and thread:
ss -xlT