Jump to content

10 examples of Linux ss command to monitor network connections


securitybreach

Recommended Posts

securitybreach

I just ran across this tutorial and thought you all would find it useful:

ss - socket statistics

In a previous tutorial we saw how to use the netstat command to get statistics on network/socket connections. However the netstat command has long been deprecated and replaced by the ss command from the iproute suite of tools.

 

The ss command is capable of showing more information than the netstat and is faster. The netstat command reads various /proc files to gather information. However this approach falls weak when there are lots of connections to display. This makes it slower.

 

The ss command gets its information directly from kernel space. The options used with the ss commands are very similar to netstat making it an easy replacement. So in this tutorial we are going to see few examples of how to use the ss command to check the network connections and socket statistics.....

http://www.binarytid...nux-ss-command/

Link to comment
Share on other sites

V.T. Eric Layton

See! This is the kind of stuff you should be posting about on your blog, techie dude. ;)

  • Like 1
Link to comment
Share on other sites

V.T. Eric Layton

You broke your blog? I didn't know that was possible. Were you one of those kids who managed to even break Tonka toys? ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...