RAMEN-LINKS

NAME

ramen-links - List all in use ring buffers with some statistics.

SYNOPSIS

ramen links [OPTION]... [PATTERN]

ARGUMENTS

PATTERN (absent=*)

Display only those workers.

OPTIONS

-a, --show-all, --all (absent RAMEN_SHOW_ALL env)

Display information on every links including those that are OK.

--as-tree

Display links as a tree (imply --show-all).

-h [VAL], --with-header[=VAL], --header[=VAL]
(default=4611686018427387903) (absent=0)

Output the header line in CSV.

--help[=FMT] (default=auto)

Show this help in format FMT. The value FMT must be one of ’auto', ’pager', ’groff' or ’plain'. With ’auto', the format is ’pager’ or ’plain' whenever the TERM env var is ’dumb' or undefined.

--no-abbreviation (absent RAMEN_NO_ABBREVIATION env)

Do not abbreviate path names.

--only-sites=PATTERN (absent=*)

Display only those sites.

--pretty

Prettier output.

-s COL, --sort=COL (absent=1)

Sort the operation list according to this column (first column -name- is 1, then #in is 2 etc).

-t N, --top=N

Truncate the list of operations after the first N entries.

--users-dir=PATH (absent RAMEN_USERS_DIR env)

Where to find users directory (defaults to $RAMEN_DIR/confserver/users).

--version

Show version information.

COMMON OPTIONS

--colors=VAL (absent=always or RAMEN_COLORS env)

Whether or not to use colors in terminal output.

-d, --debug (absent RAMEN_DEBUG env)

Increase verbosity.

--initial-export-duration=VAL (absent=0. or RAMEN_INITIAL_EXPORT env)

How long to export a node output after startup before a client asks for it.

--libs=VAL, --bundle-dir=VAL (absent=/usr/local/libexec/bundle/ or
RAMEN_LIBS
env)

Directory where to find libraries for the embedded compiler.

--local-experiments-config=FILE, --experiments-config=FILE (absent
RAMEN_EXPERIMENTS_CONFIG
env)

Configuration file for local experiments (defaults to $RAMEN_DIR/experiments/v1/config).

--masters=VAL (absent RAMEN_MASTERS env)

Indicates that Ramen must run in distributed mode and what sites play the master role.

--persist-dir=PATH (absent=/tmp/ramen or RAMEN_DIR env)

Directory where are stored data persisted on disc.

-q, --quiet (absent RAMEN_QUIET env)

Decrease verbosity.

--reuse-prev-files (absent RAMEN_REUSE_PREV_FILES env)

Reuse existing source files.

-S, --keep-temp-files (absent RAMEN_KEEP_TEMP_FILES env)

Keep temporary files.

--seed=VAL, --rand-seed=VAL (absent RAMEN_RANDOM_SEED env)

Seed to initialize the random generator with (will use a random one if unset).

--site=VAL (absent HOSTNAME env)

The name of this site.

--variant=EXP1=VAR1,EXP2=VAR2... (absent RAMEN_VARIANTS env)

Force variants.

ENVIRONMENT

These environment variables affect the execution of links:
HOSTNAME

See option --site.

RAMEN_COLORS

See option --colors.

RAMEN_DEBUG

See option --debug.

RAMEN_DIR

See option --persist-dir.

RAMEN_EXPERIMENTS_CONFIG

See option --experiments-config.

RAMEN_INITIAL_EXPORT

See option --initial-export-duration.

RAMEN_KEEP_TEMP_FILES

See option --keep-temp-files.

RAMEN_LIBS

See option --bundle-dir.

RAMEN_MASTERS

See option --masters.

RAMEN_NO_ABBREVIATION

See option --no-abbreviation.

RAMEN_QUIET

See option --quiet.

RAMEN_RANDOM_SEED

See option --rand-seed.

RAMEN_REUSE_PREV_FILES

See option --reuse-prev-files.

RAMEN_SHOW_ALL

See option --show-all.

RAMEN_USERS_DIR

See option --users-dir.

RAMEN_VARIANTS

See option --variant.