Update the remaining manual pages for LTTng-tools 2.13
[lttng-tools.git] / doc / man / common-cmd-footer.txt
CommitLineData
5d231d82
PP
1ENVIRONMENT VARIABLES
2---------------------
9bbd8e06 3`LTTNG_ABORT_ON_ERROR`::
484b2a0c
PP
4 Set to `1` to abort the process after the first error is
5 encountered.
9bbd8e06 6
5d231d82 7`LTTNG_HOME`::
484b2a0c
PP
8 Path to the LTTng home directory.
9+
10Defaults to `$HOME`.
11+
12Useful when the Unix user running the commands has a non-writable home
13directory.
5d231d82
PP
14
15`LTTNG_MAN_BIN_PATH`::
484b2a0c
PP
16 Absolute path to the manual pager to use to read the LTTng
17 command-line help (with man:lttng-help(1) or with the
18 nloption:--help option) instead of `/usr/bin/man`.
5d231d82
PP
19
20`LTTNG_SESSION_CONFIG_XSD_PATH`::
484b2a0c
PP
21 Path to the directory containing the `session.xsd` tracing session
22 configuration XML schema.
5d231d82
PP
23
24`LTTNG_SESSIOND_PATH`::
26f0c779
PP
25 Absolute path to the LTTng session daemon binary (see
26 man:lttng-sessiond(8)).
5d231d82 27+
484b2a0c
PP
28The genoption:--sessiond-path general option overrides this environment
29variable.
30+
31NOTE: The man:lttng-create(1) command can spawn an LTTng session daemon
32automatically if none is running. See man:lttng-sessiond(8) for the
33environment variables affecting the execution of the session daemon.
5d231d82
PP
34
35
900690ca
PP
36FILES
37-----
38`$LTTNG_HOME/.lttngrc`::
484b2a0c 39 Unix user's LTTng runtime configuration.
900690ca 40+
484b2a0c
PP
41This is where LTTng stores the name of the Unix user's current tracing
42session between executions of man:lttng(1). man:lttng-create(1) and
43man:lttng-set-session(1) set the current tracing session.
900690ca
PP
44
45`$LTTNG_HOME/lttng-traces`::
484b2a0c
PP
46 Default output directory of LTTng traces in local and snapshot
47 modes.
48+
49Override this path with the nloption:--output option of the
50man:lttng-create(1) command.
900690ca
PP
51
52`$LTTNG_HOME/.lttng`::
484b2a0c 53 Unix user's LTTng runtime and configuration directory.
900690ca
PP
54
55`$LTTNG_HOME/.lttng/sessions`::
484b2a0c
PP
56 Default directory containing the Unix user's saved tracing session
57 configurations (see man:lttng-save(1) and man:lttng-load(1)).
900690ca 58
d8065e7e 59+{system_sessions_dir}+::
484b2a0c
PP
60 Directory containing the system-wide saved tracing session
61 configurations (see man:lttng-save(1) and man:lttng-load(1)).
900690ca 62
484b2a0c
PP
63NOTE: `$LTTNG_HOME` defaults to the value of the `HOME` environment
64variable.
900690ca
PP
65
66
5d231d82
PP
67EXIT STATUS
68-----------
69*0*::
70 Success
71
72*1*::
73 Command error
74
75*2*::
76 Undefined command
77
78*3*::
79 Fatal error
80
81*4*::
82 Command warning (something went wrong during the command)
83
84
85include::common-footer.txt[]
This page took 0.034457 seconds and 4 git commands to generate.