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
ff041f16
Commit
ff041f16
authored
Jan 08, 2015
by
Vadim Kochan
Committed by
Stephen Hemminger
Jan 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss: Usage filter state names, options alignment
Signed-off-by:
Vadim Kochan
<
vadim4j@gmail.com
>
parent
ace5cb31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
17 deletions
+23
-17
misc/ss.c
misc/ss.c
+23
-17
No files found.
misc/ss.c
View file @
ff041f16
...
@@ -3223,7 +3223,13 @@ static void _usage(FILE *dest)
...
@@ -3223,7 +3223,13 @@ static void _usage(FILE *dest)
"
\n
"
"
\n
"
" -D, --diag=FILE Dump raw information about TCP sockets to FILE
\n
"
" -D, --diag=FILE Dump raw information about TCP sockets to FILE
\n
"
" -F, --filter=FILE read filter information from FILE
\n
"
" -F, --filter=FILE read filter information from FILE
\n
"
" FILTER := [ state TCP-STATE ] [ EXPRESSION ]
\n
"
" FILTER := [ state STATE-FILTER ] [ EXPRESSION ]
\n
"
" STATE-FILTER := {all|connected|synchronized|bucket|big|TCP-STATES}
\n
"
" TCP-STATES := {established|syn-sent|syn-recv|fin-wait-{1,2}|time-wait|closed|close-wait|last-ack|listen|closing}
\n
"
" connected := {established|syn-sent|syn-recv|fin-wait-{1,2}|time-wait|close-wait|last-ack|closing}
\n
"
" synchronized := {established|syn-recv|fin-wait-{1,2}|time-wait|close-wait|last-ack|closing}
\n
"
" bucket := {syn-recv|time-wait}
\n
"
" big := {established|syn-sent|fin-wait-{1,2}|closed|close-wait|last-ack|listen|closing}
\n
"
);
);
}
}
...
...
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