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

iperf3 delay, loss and jitter #532

Closed
desta161921 opened this issue Mar 23, 2017 · 1 comment
Closed

iperf3 delay, loss and jitter #532

desta161921 opened this issue Mar 23, 2017 · 1 comment
Labels

Comments

@desta161921
Copy link

Is possible to add delay, loss and jitter in addition to measuring bandwidth using iperf3 for TCP and UDP packets?

@bmah888
Copy link
Contributor

bmah888 commented Mar 23, 2017

Not all of these measurements are visible to iperf3 depending on what protocol is used. For example for TCP, user-land applications don't (typically) get to know anything about packet loss because TCP guarantees lossless, in-order delivery.

For UDP, iperf3 exposes packet loss and jitter.

Because these are one-way transfers, computing delay (particularly with unsynchronized clocks) is difficult. Two-way round-trip delays can be computed using the ping(8) program. For a program that measures one-way delays, try owamp(8).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants