Commit 40cf3a3b authored by dpayne's avatar dpayne

Updating tcpconnlat example to include min_ms

parent 8df98b76
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment