Skip to content
Dan Barrett edited this page Nov 20, 2017 · 1 revision

NAME

xia - manage an XIA node

DESCRIPTION

usage: xia [-h] [-v] [-q] {start,stop,status} ...

Control an XIA node

positional arguments:

{start,stop,status}

add -h following command for additional arguments

start
start an XIA node
stop
stop an XIA node
status
display node status

optional arguments:

-h, --help
show this help message and exit
-v, --version
show program's version number and exit
-q, --quiet
hide status messages

COMMANDS

START

usage: xia start [-h] [-v] [-l LEVEL] [--click | --daemons] [--valgrind] [-s IP-ADDR] [-S]

optional arguments:

-h, --help
show this help message and exit
-v, --verbose
enable console logging (-vv to log daemons too)
-l LEVEL, --level LEVEL
set syslog level [0-7] (0=LOG_EMERG, 1=LOG_ALERT, 2=LOG_CRIT, 3=LOG_ERR, 4=LOG_WARNING, 5=LOG_NOTICE, 6=LOG_INFO, 7=LOG_DEBUG)
--click
only start click
--daemons
only start the XIA daemons
--valgrind
run click inside of valgrind
-s IP-ADDR, --sclient IP-ADDR
run the stats client and send output to IP-ADDR
-S, --sserver
run the XIA stats server on this node

STOP

usage: xia stop [-h] [-f]

optional arguments:

-h, --help
show this help message and exit
-f, --force
act on all XIA processes

STATUS

usage: xia status [-h] [-f]

optional arguments:

-h, --help
show this help message and exit
-f, --force
act on all XIA processes