ndt7-client-go
ndt7-client-go copied to clipboard
ndt7 reference client implementation in Go
This PR adds a "source" flag to the ndt7 client to allow running the test on a specific interface. - - - This change is [](https://reviewable.io/reviews/m-lab/ndt7-client-go/89)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200803210538-64077c9b5642 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...
Upload tests with ndt-server running on non-Linux (darwin) do not report any results: ``` $ ~/go/bin/ndt7-client -scheme wss -server 172.26.0.65:4443 -upload=true -download=false -no-verify upload in progress with 172.26.0.65 upload: complete...
We'd like to have the ability to perform the test on a specific network interface regardless of what the default route would use. e.g. ndt -B 10.0.0.1 Similar to how...
An example of this would be if the service is hosted behind some load balancer, or as a part of a larger service where there's a prefix . This change...
Adds the ability to provide an optional `--bind ` flag to the command, which would bind the outgoing connection to a specific IP address and thus allowing the test to...
This change is [](https://reviewable.io/reviews/m-lab/ndt7-client-go/101)