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