Command Line Documentation

epicsarchiver

Command line tool for interacting with the archiver.

Usage

epicsarchiver [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

-h, --hostname <hostname>

Archiver Appliance hostname or IP [default: localhost]

Environment variables

EPICSARCHIVER_HOSTNAME

Provide a default for --hostname

get

Print out data from an archiver cluster.

ARGUMENT pvs What pvs to get data of.

Example usage:

epicsarchiver --hostname archiver-01.example.com get PV_NAME1 PV_NAME2

Usage

epicsarchiver get [OPTIONS] PVS...

Options

--debug

Turn on debug logging

Default:

False

-s, --start <start>

Start time of query [default: 30 seconds ago]

-e, --end <end>

End time of query, [default: now]

-p, --processor-name <processor_name>

PreProcessor to use

Options:

FIRSTSAMPLE | LASTSAMPLE | FIRSTFILL | LASTFILL | MEAN | MIN | MAX | COUNT | NCOUNT | NTH | MEDIAN | STD | JITTER | IGNOREFLYERS | FLYERS | VARIANCE | POPVARIANCE | KURTOSIS | SKEWNESS | LINEAR | LOESS | OPTIMIZED | OPTIMLASTSAMPLE | CAPLOTBINNING | DEADBAND | ERRORBAR

-b, --bin_size <bin_size>

Bin size (mostly in seconds) for preprocessor.

Arguments

PVS

Required argument(s)