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
000a4e65
Commit
000a4e65
authored
Oct 13, 2015
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USAGE message typos
parent
052f89c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
tools/tcpaccept
tools/tcpaccept
+1
-1
tools/tcpaccept_example.txt
tools/tcpaccept_example.txt
+1
-1
tools/tcpv4connect
tools/tcpv4connect
+1
-1
tools/tcpv4connect_example.txt
tools/tcpv4connect_example.txt
+1
-1
No files found.
tools/tcpaccept
View file @
000a4e65
...
...
@@ -25,7 +25,7 @@ import argparse
# arguments
examples
=
"""examples:
./tcpaccept # trace all
open() syscall
s
./tcpaccept # trace all
TCP accept()
s
./tcpaccept -t # include timestamps
./tcpaccept -p 181 # only trace PID 181
"""
...
...
tools/tcpaccept_example.txt
View file @
000a4e65
...
...
@@ -48,6 +48,6 @@ optional arguments:
-p PID, --pid PID trace this PID only
examples:
./tcpaccept # trace all
open() syscall
s
./tcpaccept # trace all
TCP accept()
s
./tcpaccept -t # include timestamps
./tcpaccept -p 181 # only trace PID 181
tools/tcpv4connect
View file @
000a4e65
...
...
@@ -16,7 +16,7 @@ import argparse
# arguments
examples
=
"""examples:
./tcpv4connect # trace all
open() syscall
s
./tcpv4connect # trace all
TCP IPv4 connect()
s
./tcpv4connect -t # include timestamps
./tcpv4connect -p 181 # only trace PID 181
"""
...
...
tools/tcpv4connect_example.txt
View file @
000a4e65
...
...
@@ -48,6 +48,6 @@ optional arguments:
-p PID, --pid PID trace this PID only
examples:
./tcpv4connect # trace all
open() syscall
s
./tcpv4connect # trace all
TCP IPv4 connect()
s
./tcpv4connect -t # include timestamps
./tcpv4connect -p 181 # only trace PID 181
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