Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/invoking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ the executable.
will be in human-readable format). If the client is run with
--json, the server output is included in a JSON object; other-
wise it is appended at the bottom of the human-readable output.
Note that the server output is available only if the test
completes, not if it is interrupted.

--udp-counters-64bit
Use 64-bit counters in UDP test packets. The use of this option
Expand Down
3 changes: 2 additions & 1 deletion src/iperf3.1
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ server was invoked with the \fB--json\fR flag, the output will be in
JSON format, otherwise it will be in human-readable format).
If the client is run with \fB--json\fR, the server output is included
in a JSON object; otherwise it is appended at the bottom of the
human-readable output.
human-readable output. Note that the server output is available only
if the test completes, not if it is interrupted.
.TP
.BR --udp-counters-64bit
Use 64-bit counters in UDP test packets.
Expand Down