Skip to content
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

Added the option of fetching the server output on the client side. #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

franciscolfraga
Copy link

Added the option of fetching the server output on the client side. A boolean variable (get_server_output) was added to the Client class that enables the --get-server-output argument on the original iperf3 tool when set to True. The class TestResult has also a new parameter (server_output) that is set to None when the information is not available. In addition, some tests where performed on the implemented features.

…boolean variable (get_server_output) was added to the Client class that enables the --get-server-output argument on the original iperf3 tool when set to True. The class TestResult has also a new parameter (server_output) that is set to None when the information is not available. In addition, some tests where performed on the implemented features.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

5 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 97.772% when pulling a8b8bcc on franciscolfraga:get-server-output into 094a6e0 on thiezn:master.

@franciscolfraga
Copy link
Author

Only for complementing purposes, the --get-server-output feature is available since the iperf release 3.0.5., which suits the tool versions that iperf3-python was tested against.

@franciscolfraga franciscolfraga changed the title Added the option of fetching the server output on the client side. A … Added the option of fetching the server output on the client side. May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants