ndt7-client-go icon indicating copy to clipboard operation
ndt7-client-go copied to clipboard

ndt7 reference client implementation in Go

Results 20 ndt7-client-go issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200803210538-64077c9b5642&new-version=0.1.0)](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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20200622213623-75b288015ac9&new-version=0.1.0)](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...

dependencies

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...

dependencies

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)