diff options
| author | Petr Sabata <psabata@redhat.com> | 2010-11-29 14:00:37 +0100 |
|---|---|---|
| committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-29 09:19:44 -0800 |
| commit | 5d8056357a032131057462fadb77c62cab6b2f0f (patch) | |
| tree | f1c493a59867cd0adb4efa6e822869400723bf4e /man | |
| parent | ea71beacacb9ebf756bbc250c71df59ec2f46243 (diff) | |
| download | android_external_iproute2-5d8056357a032131057462fadb77c62cab6b2f0f.tar.gz android_external_iproute2-5d8056357a032131057462fadb77c62cab6b2f0f.tar.bz2 android_external_iproute2-5d8056357a032131057462fadb77c62cab6b2f0f.zip | |
ss(8) improvements by Jiri Popelka <jpopelka@redhat.com>
Diffstat (limited to 'man')
| -rw-r--r-- | man/man8/ss.8 | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/man/man8/ss.8 b/man/man8/ss.8 index 015feb3..f261cf2 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -12,6 +12,9 @@ to It can display more TCP and state informations than other tools. .SH OPTIONS +When no option is used ss displays a list of +open non-listening TCP sockets that have established connection. +.TP These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. @@ -29,10 +32,10 @@ Do now try to resolve service names. Try to resolve numeric address/ports. .TP .B \-a, \-\-all -Display all sockets. +Display both listening and non-listening (for TCP this means established connections) sockets. .TP .B \-l, \-\-listening -Display listening sockets. +Display only listening sockets (these are omitted by default). .TP .B \-o, \-\-options Show timer information. @@ -61,22 +64,22 @@ Display only IP version 4 sockets (alias for -f inet). Display only IP version 6 sockets (alias for -f inet6). .TP .B \-0, \-\-packet -Display PACKET sockets. +Display PACKET sockets (alias for -f link). .TP .B \-t, \-\-tcp -Display only TCP sockets. +Display TCP sockets. .TP .B \-u, \-\-udp -Display only UDP sockets. +Display UDP sockets. .TP .B \-d, \-\-dccp -Display only DCCP sockets. +Display DCCP sockets. .TP .B \-w, \-\-raw -Display only RAW sockets. +Display RAW sockets. .TP .B \-x, \-\-unix -Display only Unix domain sockets. +Display Unix domain sockets (alias for -f unix). .TP .B \-f FAMILY, \-\-family=FAMILY Display sockets of type FAMILY. |
