scwfas¶
Waveform archive server
Description¶
The waveform archive server is a small application that serves a local SDS archive via different protocols. Currently there are two implementations:
-
dataselect/1/query
dataselect/1/version
dataselect/1/application.wadl
Arclink (deprecated)
This application is meant to share data with trusted computers in a fast and efficient way. It does not require inventory information and supports wildcards on each level.
All data are forwarded unrestricted. There are no options to add restriction checks or user authentication.
Configuration¶
etc/defaults/global.cfg
etc/defaults/scwfas.cfg
etc/global.cfg
etc/scwfas.cfg
~/.seiscomp/global.cfg
~/.seiscomp/scwfas.cfg
scwfas inherits global options.
-
handlerSDS
¶ Type: string
Defines an alternative SDS archive handler. This is the name of an RecordStream interface that can be loaded via a plugin. If not given, an internal implementation will be used.
-
filebase
¶ Type: string
The filebase of the SDS archive. If an alternative archive handler is defined by “handlerSDS”, this value serves as input to setSource(). Default is
@ROOTDIR@/var/lib/archive
.
-
arclink.port
¶ Type: int
The server port for Arclink connections. -1 deactivates the Arclink server. The standard Arclink port is 18001. Default is
-1
.
-
fdsnws.port
¶ Type: int
The server port for FDSNWS connections. -1 deactivates the FDSN Web server. Default is
8080
.
-
fdsnws.baseURL
¶ Type: string
The base URL of the FDSN Web service that is given in the WADL document. Default is
http://localhost:8080/fdsnws
.
-
fdsnws.maxTimeWindow
¶ Type: int
Unit: s
The aggregated maximum time window (seconds) for all requested streams. A value of 0 will deactive any restriction. Default is
0
.
Command-line¶
scwfas [options]
Generic¶
-
-h
,
--help
¶
show help message.
-
-V
,
--version
¶
show version information
-
--config-file
arg
¶ Use alternative configuration file. When this option is used the loading of all stages is disabled. Only the given configuration file is parsed and used. To use another name for the configuration create a symbolic link of the application or copy it, eg scautopick -> scautopick2.
-
--plugins
arg
¶ Load given plugins.
-
-D
,
--daemon
¶
Run as daemon. This means the application will fork itself and doesn’t need to be started with &.
Verbosity¶
-
--verbosity
arg
¶ Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info, 4:debug
-
-v
,
--v
¶
Increase verbosity level (may be repeated, eg. -vv)
-
-q
,
--quiet
¶
Quiet mode: no logging output
-
--print-component
arg
¶ For each log entry print the component right after the log level. By default the component output is enabled for file output but disabled for console output.
-
--component
arg
¶ Limits the logging to a certain component. This option can be given more than once.
-
-s
,
--syslog
¶
Use syslog logging back end. The output usually goes to /var/lib/messages.
-
-l
,
--lockfile
arg
¶ Path to lock file.
-
--console
arg
¶ Send log output to stdout.
-
--debug
¶
Debug mode: –verbosity=4 –console=1
-
--trace
¶
Trace mode: –verbosity=4 –console=1 –print-component=1 –print-context=1
-
--log-file
arg
¶ Use alternative log file.
Server¶
-
--arclink-port
int
¶ Overrides configuration parameter
arclink.port
.
-
--fdsnws-port
int
¶ Overrides configuration parameter
fdsnws.port
.
-
--fdsnws-baseurl
string
¶ Overrides configuration parameter
fdsnws.baseURL
.