| 1 | lttng-metadata(1) |
| 2 | ================= |
| 3 | :revdate: 28 November 2016 |
| 4 | |
| 5 | |
| 6 | NAME |
| 7 | ---- |
| 8 | lttng-metadata - Manage an LTTng tracing session's metadata generation |
| 9 | |
| 10 | |
| 11 | SYNOPSIS |
| 12 | -------- |
| 13 | [verse] |
| 14 | *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *metadata regenerate* [option:--session='SESSION'] |
| 15 | |
| 16 | |
| 17 | DESCRIPTION |
| 18 | ----------- |
| 19 | WARNING: This command is **deprecated**; it has been replaced by |
| 20 | `lttng regenerate metadata` (see man:lttng-regenerate(1)). |
| 21 | |
| 22 | |
| 23 | include::common-cmd-options-head.txt[] |
| 24 | |
| 25 | |
| 26 | option:-s 'SESSION', option:--session='SESSION':: |
| 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 | |
| 40 | See man:lttng-enable-channel(1) for more information about |
| 41 | buffering schemes and man:lttng-create(1) for more information |
| 42 | about the different tracing session modes. |
| 43 | |
| 44 | |
| 45 | include::common-cmd-footer.txt[] |
| 46 | |
| 47 | |
| 48 | SEE ALSO |
| 49 | -------- |
| 50 | man:lttng(1) |