Commit | Line | Data |
---|---|---|
11533074 JG |
1 | lttng-metadata(1) |
2 | ================= | |
4605890e | 3 | :revdate: 28 November 2016 |
11533074 JG |
4 | |
5 | ||
6 | NAME | |
7 | ---- | |
8 | lttng-metadata - Manage an LTTng tracing session's metadata generation | |
9 | ||
10 | ||
11 | SYNOPSIS | |
12 | -------- | |
13 | [verse] | |
ce19b9ed | 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *metadata regenerate* [option:--session='SESSION'] |
11533074 JG |
15 | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
c7ab9bea PP |
19 | WARNING: This command is **deprecated**; it has been replaced by |
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':: |
11533074 JG |
27 | Manage the metadata generation of the tracing session named 'SESSION' |
28 | instead of the current tracing session. | |
29 | ||
30 | ||
31 | include::common-cmd-help-options.txt[] | |
32 | ||
33 | ||
34 | LIMITATIONS | |
35 | ----------- | |
36 | The `lttng metadata regenerate` command can only be used on kernel and | |
37 | user space tracing sessions (using per-user buffering), in non-live | |
38 | mode. | |
39 | ||
7c1a4458 PP |
40 | See man:lttng-enable-channel(1) for more information about |
41 | buffering schemes and man:lttng-create(1) for more information | |
11533074 JG |
42 | about the different tracing session modes. |
43 | ||
44 | ||
45 | include::common-cmd-footer.txt[] | |
46 | ||
47 | ||
48 | SEE ALSO | |
49 | -------- | |
7c1a4458 | 50 | man:lttng(1) |