ndt-server

command module
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2019 License: Apache-2.0 Imports: 22 Imported by: 0

README

GoDoc Build Status Coverage Status Go Report Card

ndt-server

To run the server locally, first run gen_local_test_certs.sh, and then run the commands

docker build . -t ndt-server

and

docker run --net=host -v `pwd`:/certs -it -t ndt-server \
    -cert /certs/cert.pem -key /certs/key.pem

Once you have done that, you should have a server running on port 3010 on localhost with metrics available on port 9090.

Try running a test in your browser (certs will appear invalid to your browser, but everything is safe because it's running locally):

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package bbr contains code required to read BBR variables of a net.Conn on which we're serving a WebSocket client.
Package bbr contains code required to read BBR variables of a net.Conn on which we're serving a WebSocket client.
cmd
ndt-client command
Package fdcache contains a mechanism to obtain the file descriptor bound to a websocket.Conn.
Package fdcache contains a mechanism to obtain the file descriptor bound to a websocket.Conn.
c2s
s2c
web100
Package web100 provides web100 variables (or a simulation thereof) to interested systems.
Package web100 provides web100 variables (or a simulation thereof) to interested systems.
Package logging contains data structures useful to implement logging across ndt-server in a Docker friendly way.
Package logging contains data structures useful to implement logging across ndt-server in a Docker friendly way.
model
Package model contains the ndt7 data model
Package model contains the ndt7 data model
server/download
Package download implements the ndt7/server downloader.
Package download implements the ndt7/server downloader.
server/listener
Package listener provides generic functions which extend the capabilities of the http package.
Package listener provides generic functions which extend the capabilities of the http package.
server/results
Package results contains server results
Package results contains server results
spec
Package spec contains constants defined in the ndt7 specification.
Package spec contains constants defined in the ndt7 specification.
Package tcpinfox helps to gather TCP_INFO statistics.
Package tcpinfox helps to gather TCP_INFO statistics.
Package version contains ndt-server version
Package version contains ndt-server version

Jump to

Keyboard shortcuts

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