ss – anothre utility to investigate sockets.
ss is :
ss is used to dump socket statistics. It allows showing information similar to netstat. It can display more TCP and state informationsthan other tools.
This comes in iproute package in Fedora. So, to install this you would need to install “iproute” if not installed already.
sudo yum install iproute
Now, once you have done that you can look at the man page to check what all you can see with ss. but here are some examples:
#list all sockets ss -ant ss -art #List all listening sockets ss -anl # Show detailed information and memory for all listening sockets ss -anlme # Display all udp sockets ss -u -a
Related articles
Related Articles:
- 2011/09/07 ss – utility to investigate sockets.
- 2012/05/27 unable to browse windows network with samba4
- 2010/11/15 OpenLDAP and SSL – some links
- 2010/05/06 Solved – Errors with afraid-dyndns in Goddard (Fedora 13)
- 2013/02/26 slow ssh connection
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.