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
cb013f5b
Commit
cb013f5b
authored
Mar 04, 2018
by
Rodrigo Manyari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/tcpsubnet: reference tcpsubnet in README
parent
dc5d57c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
README.md
README.md
+1
-0
No files found.
README.md
View file @
cb013f5b
...
...
@@ -140,6 +140,7 @@ pair of .c and .py files, and some are directories of files.
-
tools/
[
tcpconnlat
](
tools/tcpconnlat.py
)
: Trace TCP active connection latency (connect()).
[
Examples
](
tools/tcpconnlat_example.txt
)
.
-
tools/
[
tcplife
](
tools/tcplife.py
)
: Trace TCP sessions and summarize lifespan.
[
Examples
](
tools/tcplife_example.txt
)
.
-
tools/
[
tcpretrans
](
tools/tcpretrans.py
)
: Trace TCP retransmits and TLPs.
[
Examples
](
tools/tcpretrans_example.txt
)
.
-
tools/
[
tcpsubnet
](
tools/tcpsubnet.py
)
: Summarize and aggregate TCP send by subnet.
[
Examples
](
tools/tcpsubnet_example.txt
)
.
-
tools/
[
tcptop
](
tools/tcptop.py
)
: Summarize TCP send/recv throughput by host. Top for TCP.
[
Examples
](
tools/tcptop_example.txt
)
.
-
tools/
[
tcptracer
](
tools/tcptracer.py
)
: Trace TCP established connections (connect(), accept(), close()).
[
Examples
](
tools/tcptracer_example.txt
)
.
-
tools/
[
tplist
](
tools/tplist.py
)
: Display kernel tracepoints or USDT probes and their formats.
[
Examples
](
tools/tplist_example.txt
)
.
...
...
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