thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
109 stars 52 forks source link

Is there a way to get both stdout and json output? #68

Open guysoft opened 2 years ago

guysoft commented 2 years ago

Hey, Is there a way I can get the data in json form and also have stdout stored in that json (or separately)?

Thanks