Commit | Line | Data |
---|---|---|
e85eccc8 PP |
1 | lttng-version(1) |
2 | ================ | |
484b2a0c | 3 | :revdate: 21 April 2021 |
e85eccc8 PP |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
8 | lttng-version - Get the version of LTTng-tools | |
9 | ||
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *version* |
e85eccc8 PP |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
484b2a0c PP |
19 | The `lttng version` command shows the version of LTTng-tools, the LTTng |
20 | project which provides the man:lttng(1) command and other tracing | |
21 | control programs and libraries. | |
e85eccc8 | 22 | |
484b2a0c | 23 | The output of the `version` command shows: |
e85eccc8 | 24 | |
484b2a0c PP |
25 | * The major, minor, and patch version numbers. |
26 | * The Git commit information, if available. | |
27 | * The release name and its description. | |
28 | * The URL of the LTTng project website. | |
29 | * The license information. | |
e85eccc8 PP |
30 | |
31 | ||
55e06994 | 32 | include::common-lttng-cmd-options-head.txt[] |
e85eccc8 PP |
33 | |
34 | ||
55e06994 | 35 | include::common-lttng-cmd-help-options.txt[] |
e85eccc8 PP |
36 | |
37 | ||
55e06994 PP |
38 | include::common-lttng-cmd-after-options.txt[] |
39 | ||
40 | ||
41 | include::common-footer.txt[] | |
e85eccc8 PP |
42 | |
43 | ||
44 | SEE ALSO | |
45 | -------- | |
7c1a4458 | 46 | man:lttng(1) |