dash-server

command
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2019 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

dash-server is the dash command line server.

Usage:

dash-server [-datadir <datadir>]
            [-prometheusx.listen-address <endpoint>]
             -autocert <fqdn>

The server will listen for incoming DASH experiment requests and will keep serving them until it is interrupted.

It will listen on `:80` and `:443`. To make `:443` work, you MUST provide the FQDN for LetsEncrypt using `-autocert <fqdn>`.

The `-datadir <datadir>` flag specifies the directory where to write measurement results. By default is the current working directory.

The `-prometheusx.listen-address <endpoint>` flag controls the TCP endpoint where the server will expose Prometheus metrics.

The server will emit access logs on the standard output using the usual format. The server will emit error logging on the standard error using github.com/apex/log's JSON format.

Jump to

Keyboard shortcuts

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