Commit | Line | Data |
---|---|---|
11533074 JG |
1 | lttng-metadata(1) |
2 | ================= | |
188419c4 | 3 | :revdate: 30 April 2021 |
11533074 JG |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
188419c4 | 8 | lttng-metadata - Manage the metadata generation of an LTTng tracing session |
11533074 JG |
9 | |
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
188419c4 | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *metadata* *regenerate* [option:--session='SESSION'] |
11533074 JG |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
188419c4 | 19 | WARNING: This command is **deprecated**; it's been replaced with |
c7ab9bea | 20 | `lttng regenerate metadata` (see man:lttng-regenerate(1)). |
11533074 JG |
21 | |
22 | ||
23 | include::common-cmd-options-head.txt[] | |
24 | ||
25 | ||
59b19c3c | 26 | option:-s 'SESSION', option:--session='SESSION':: |
188419c4 PP |
27 | Manage the metadata generation of the tracing session named |
28 | 'SESSION' instead of the current tracing session (see | |
29 | man:lttng-concepts(7) to learn more about the current tracing | |
30 | session). | |
11533074 JG |
31 | |
32 | ||
33 | include::common-cmd-help-options.txt[] | |
34 | ||
35 | ||
11533074 JG |
36 | include::common-cmd-footer.txt[] |
37 | ||
38 | ||
39 | SEE ALSO | |
40 | -------- | |
188419c4 | 41 | man:lttng(1), |
21b35b3a PP |
42 | man:lttng-regenerate(1), |
43 | man:lttng-concepts(7) |