1 // Arvados-ws exposes Arvados APIs (currently just one, the
2 // cache-invalidation event feed at "ws://.../websocket") to
7 // See https://doc.arvados.org/install/install-ws.html.
11 // See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server.
15 // arvados-ws [-config /etc/arvados/ws/ws.yml] [-dump-config]
17 // Minimal configuration
20 // APIHost: localhost:443
23 // dbname: arvados_production
32 // Load configuration from the given file instead of the default
33 // /etc/arvados/ws/ws.yml
37 // Print the loaded configuration to stdout and exit.
41 // Logs are printed to stderr, formatted as JSON.
43 // A log is printed each time a client connects or disconnects.
45 // Enable additional logs by configuring:
51 // GET /debug.json responds with debug stats.
53 // GET /status.json responds with health check results and
54 // activity/usage metrics.