Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
5d805635
Commit
5d805635
authored
Nov 29, 2010
by
Petr Sabata
Committed by
Stephen Hemminger
Nov 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss(8) improvements by Jiri Popelka <jpopelka@redhat.com>
parent
ea71beac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
man/man8/ss.8
man/man8/ss.8
+11
-8
No files found.
man/man8/ss.8
View file @
5d805635
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment