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

api to simplify iperf result retrieval #208

Open
greg-latuszek opened this issue Sep 27, 2019 · 0 comments
Open

api to simplify iperf result retrieval #208

greg-latuszek opened this issue Sep 27, 2019 · 0 comments

Comments

@greg-latuszek
Copy link
Collaborator

Currently iperf just returns parsed output as dict

Would be great to have API like

throughput =iperf.final_bandwith(unit="Mbits/sec")
transfered =iperf.total_transfer(unit="MBytes")

It should take last record of report (the one with interval 0-max) and recalculate bandwith according to requested unit.

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

No branches or pull requests

1 participant