ss - clear TCP and UDP socket information
The ss command gives very detailed TCP and UDP sockets information and can be useful when breaking down the information that netstat provides.Most useful options are:- -m, --memory
- Show socket memory usage.
- -p, --processes
- Show process using socket.
- -i, --info
- Show internal TCP information.
No comments:
Post a Comment