Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
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
bcc
Commits
fa3c739d
Commit
fa3c739d
authored
Jan 19, 2018
by
dpayne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes to some man pages for bcc tools
parent
a2e9216f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
man/man8/tcpaccept.8
man/man8/tcpaccept.8
+2
-2
man/man8/tcpretrans.8
man/man8/tcpretrans.8
+4
-4
No files found.
man/man8/tcpaccept.8
View file @
fa3c739d
...
...
@@ -35,11 +35,11 @@ Trace all passive TCP connections (accept()s):
.TP
Trace all TCP accepts, and include timestamps:
#
.B tcp
connec
t \-t
.B tcp
accep
t \-t
.TP
Trace PID 181 only:
#
.B tcp
connec
t \-p 181
.B tcp
accep
t \-p 181
.SH FIELDS
.TP
TIME(s)
...
...
man/man8/tcpretrans.8
View file @
fa3c739d
.TH tcp
accept
8 "2016-02-14" "USER COMMANDS"
.TH tcp
retrans
8 "2016-02-14" "USER COMMANDS"
.SH NAME
tcp
accept
\- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
tcp
retrans
\- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
.SH SYNOPSIS
.B tcp
accept
[\-h] [\-l]
.B tcp
retrans
[\-h] [\-l]
.SH DESCRIPTION
This traces TCP retransmits, showing address, port, and TCP state information,
and sometimes the PID (although usually not, since retransmits are usually
...
...
@@ -38,7 +38,7 @@ Trace TCP retransmits:
.TP
Trace TCP retransmits and TLP attempts:
#
.B tcp
connect
\-l
.B tcp
retrans
\-l
.SH FIELDS
.TP
TIME
...
...
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