| 1 | lttng-metadata(1) |
| 2 | ================= |
| 3 | :revdate: 14 June 2021 |
| 4 | |
| 5 | |
| 6 | NAME |
| 7 | ---- |
| 8 | lttng-metadata - Manage the metadata generation of an LTTng recording session |
| 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's been replaced with |
| 20 | `lttng regenerate metadata` (see man:lttng-regenerate(1)). |
| 21 | |
| 22 | |
| 23 | include::common-lttng-cmd-options-head.txt[] |
| 24 | |
| 25 | |
| 26 | option:-s 'SESSION', option:--session='SESSION':: |
| 27 | Manage the metadata generation of the recording session named |
| 28 | 'SESSION' instead of the current recording session (see |
| 29 | man:lttng-concepts(7) to learn more about the current recording |
| 30 | session). |
| 31 | |
| 32 | |
| 33 | include::common-lttng-cmd-help-options.txt[] |
| 34 | |
| 35 | |
| 36 | include::common-lttng-cmd-after-options.txt[] |
| 37 | |
| 38 | |
| 39 | include::common-footer.txt[] |
| 40 | |
| 41 | |
| 42 | SEE ALSO |
| 43 | -------- |
| 44 | man:lttng(1), |
| 45 | man:lttng-regenerate(1), |
| 46 | man:lttng-concepts(7) |