ndt7-client-go-minimal

command module
v0.0.0-...-abfdf05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

README

Minimal ndt7 client written in Go

This repository contains a minimal ndt7 client written in Go. It lacks many functionality implemented by better clients. It's used as a benchmark to make sure the production server still works with minimal clients.

You need Go >= 1.13 and Python >= 3.7. To run a ndt7 test, type:

go run main.go | ./ndt7-client-aux

The ./ndt7-clien-aux script just pretty prints the JSON output emitted by the main.go ndt7 implementation. For more fine grained control, try:

go run main.go -help

To run a TLS test towards a test server deployed at ${address} try:

sudo ./enable-bbr.bash
go run main.go -no-verify -dowload wss://${hostname}/ndt/v7/download \
                          -upload wss://${hostname}/ndt/v7/upload

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL