Add json-stream formatting as additional parameter to standard json ouput #1948
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a couple new suboption parameters in the use
-Jjson output format.With use of the
-Jparameter a new argument--json-output-streamcan be used to output a single stream output utilizingJSONStream_Output.With use of the
--json-streamargument a new--json-stream-sum-onlywhich allows a core functionality of-Jof not showing interval data and providing only a final output.--json-stream-sum-onlydisplays only the final output that would show in--json-streamArguments can be daisy chained along with
--json-streamin exampleiperf3 -c 127.0.0.1 --json-stream --json-stream-sum-only --json-stream-full-output --json-output-stream`
The complete iperf3 license is available in the
LICENSEfile in thetop directory of the iperf3 source tree.
Version of iperf3 (or development branch, such as
masteror3.1-STABLE) to which this pull request applies:Issues fixed (if any):
Brief description of code changes (suitable for use as a commit message):