-h Print usage message.
-T Include a timestamp column.
-L Specify local tcp port range.
-R Specify remote tcp port range.
-u Output in microseconds.
-d Show congestion status duration distribution as histograms.
Show all tcp sockets congestion status duration until Ctrl-C: # tcpcongestdura
Show all tcp sockets congestion status duration every 1 second and 10 times: # tcpcong 1 10
Show only local port 3000-3006 congestion status duration every 1 second: # tcpcong -L 3000-3006 1
Show only remote port 5000-5005 congestion status duration every 1 second: # tcpcong -R 5000-5005 1
Show 1 second summaries, printed in microseconds, with timestamps: # tcpcong -uT 1
Show all tcp sockets congestion status duration as histograms: # tcpcong -d
LAddrPort local ip address and tcp socket port.
RAddrPort remote ip address and tcp socket port.
Open_us Total duration in open status for microseconds.
Dod_us Total duration in disorder status for microseconds.
Rcov_us Total duration in recovery status for microseconds.
Cwr_us Total duration in cwr status for microseconds.
Los_us Total duration in loss status for microseconds.
Open_ms Total duration in open status for milliseconds.
Dod_ms Total duration in disorder status for milliseconds.
Rcov_ms Total duration in recovery status for milliseconds.
Cwr_ms Total duration in cwr status for milliseconds.
Loss_ms Total duration in loss status for milliseconds.
Chgs Total number of status change.
usecs Range of microseconds for this bucket.
msecs Range of milliseconds for this bucket.
count Number of congestion status in this time range.
distribution ASCII representation of the distribution (the count column).
Also look in the bcc distribution for a companion _examples.txt file containing example usage, output, and commentary for this tool.