-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add realtime JSON data output #353
Comments
Would something like #377 do what you have in mind? |
That will work. Thanks! |
Closing. |
I just realized that #377 does not include JSON output format. If I use "-t 5 -i 1 -J --forceflush", I get all of the JSON output once the test is complete. I was thinking something like: |
I am also very interested in a feature that lets me parse the results on time, as they come. Did you find any solution worth mentioning? |
design of iperf3 makes this pretty darn hard. Sorry. |
Hello,I have encountered exactly the same problem as you. Have you found a way to print json data instantly? |
Hello,I have encountered exactly the same problem as you. Have you found a way to print json data instant |
@hilmiugurpolat, did you try the |
I would like some way of receiving JSON data indicating that a test has started, and the test parameters. Currently, this data is all outputted once the test is complete.
I am working on wrapper scripts to coordinate testing of MANY devices back to a set of iperf3 servers. This would greatly help by allowing me to track when a test starts to assist in queueing client tests.
The text was updated successfully, but these errors were encountered: