Skip to content

Commit

Permalink
Updating tcpconnlat example to include min_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dpayne committed Jan 19, 2018
1 parent 8df98b7 commit 40cf3a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/tcpconnlat_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ if the response is a RST (port closed).
USAGE message:

# ./tcpconnlat -h
usage: tcpconnlat [-h] [-t] [-p PID]
usage: tcpconnlat [-h] [-t] [-p PID] [min_ms]

Trace TCP connects and show connection latency

positional arguments:
min_ms minimum duration to trace, in ms (default 0)

optional arguments:
-h, --help show this help message and exit
-t, --timestamp include timestamp on output
Expand Down

0 comments on commit 40cf3a3

Please sign in to comment.