compiler warning cleanup: is_signed_type: compare -1 to 1
[lttng-tools.git] / doc / man / lttng-status.1.txt
1 lttng-status(1)
2 ===============
3 :revdate: 14 March 2017
4
5
6 NAME
7 ----
8 lttng-status - Get the current LTTng tracing session's status
9
10
11 SYNOPSIS
12 --------
13 [verse]
14 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *status*
15
16
17 DESCRIPTION
18 -----------
19 The `lttng status` command shows the status of the current
20 tracing session.
21
22 This command is the exact equivalent of:
23
24 [role="term"]
25 ----
26 $ lttng list CURSESSION
27 ----
28
29 where `CURSESSION` is the name of the current tracing session.
30 Use man:lttng-set-session(1) to set the current tracing session.
31
32
33 include::common-cmd-options-head.txt[]
34
35
36 include::common-cmd-help-options.txt[]
37
38
39 include::common-cmd-footer.txt[]
40
41
42 SEE ALSO
43 --------
44 man:lttng-set-session(1),
45 man:lttng(1)
This page took 0.029789 seconds and 4 git commands to generate.