speedtest-netperf: add passphrase option #28373
Open
+38
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @guidosarducci
Description:
speedtest-netperf provides a quick and easy way to test a network's performance under high loads by creating multiple instances of netperf and pinging to check for latency changes under load.
netperf servers can now optionally have a passphrase. The default "netperf.bufferbloat.net/" uses a rotating password that is listed on a webpage hosted on the same domain. Right now,
netperf -H netperf.bufferbloat.net(which speedtest-netperf uses by default) throws "recv_response: partial response received: 0 bytes". As a result, the output ofspeedtest-netperf.sh -scontains very little data.An optional
-Zor--passphraseoption has been added tospeedtest-netperf.shwhich is passed to the-Zoption of netperf. The-Zoption has been added to usage instructions in script and README.mdWarnings have been put in the script's error output and in the README.md to check the server's web page for a passphrase.
🧪 Run Testing Details
✅ Formalities