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.