Socket statistics
From DWIKI
Known as ss
Documentation
- 12 ss Command Examples to Monitor Network Connections
- command: Display Linux TCP / UDP Network/Socket Information
HOWTO
List all listening tcp ports
ss -natl
List all connections to a port
ss -nat '( dport = :1234 )'
