X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng.1.txt;h=5e949e20d9f8ea2ed1b95d1d714cbc9ae319e826;hp=5b30b123b574ce26bcf989057ae058281f91205b;hb=980bb5fda2120f8d2a4e82fcf72be7cbbeb85fd2;hpb=7c1a4458be934fec31aa27a0eb52e4d0b8cb3803 diff --git a/doc/man/lttng.1.txt b/doc/man/lttng.1.txt index 5b30b123b..5e949e20d 100644 --- a/doc/man/lttng.1.txt +++ b/doc/man/lttng.1.txt @@ -82,10 +82,10 @@ option:--no-sessiond general option can be set to avoid this. OPTIONS ------- -option:-g, option:--group='GROUP':: +option:-g 'GROUP', option:--group='GROUP':: Use 'GROUP' as Unix tracing group (default: `tracing`). -option:-m, option:--mi='TYPE':: +option:-m 'TYPE', option:--mi='TYPE':: Print the command's result using the machine interface type 'TYPE' instead of a human-readable output. + @@ -148,88 +148,98 @@ The following commands also have their own nloption:--help option. Tracing sessions ~~~~~~~~~~~~~~~~ man:lttng-create(1):: - Create a tracing session. + {cmd_descr_create}. man:lttng-destroy(1):: - Tear down tracing sessions. + {cmd_descr_destroy}. man:lttng-load(1):: - Load tracing session configurations. + {cmd_descr_load}. -man:lttng-metadata(1):: - Manage an LTTng tracing session's metadata generation. +man:lttng-regenerate(1):: + {cmd_descr_regenerate}. man:lttng-save(1):: - Save tracing session configurations. + {cmd_descr_save}. man:lttng-set-session(1):: - Set current tracing session. + {cmd_descr_set_session}. Channels ~~~~~~~~ man:lttng-add-context(1):: - Add context fields to a channel. + {cmd_descr_add_context}. man:lttng-disable-channel(1):: - Disable tracing channels. + {cmd_descr_disable_channel}. man:lttng-enable-channel(1):: - Create or enable tracing channels. + {cmd_descr_enable_channel}. Event rules ~~~~~~~~~~~ man:lttng-disable-event(1):: - Disable event rules. + {cmd_descr_disable_event}. man:lttng-enable-event(1):: - Create or enable event rules. + {cmd_descr_enable_event}. Status ~~~~~~ man:lttng-list(1):: - List tracing sessions, domains, channels, and events. + {cmd_descr_list}. man:lttng-status(1):: - Get the status of the current tracing session. + {cmd_descr_status}. Control ~~~~~~~ man:lttng-snapshot(1):: - Snapshot buffers of current tracing session. + {cmd_descr_snapshot}. man:lttng-start(1):: - Start tracing. + {cmd_descr_start}. man:lttng-stop(1):: - Stop tracing. + {cmd_descr_stop}. + + +Tracing session rotation +~~~~~~~~~~~~~~~~~~~~~~~~ +man:lttng-disable-rotation(1):: + {cmd_descr_disable_rotation}. + +man:lttng-enable-rotation(1):: + {cmd_descr_enable_rotation}. + +man:lttng-rotate(1):: + {cmd_descr_rotate}. + Resource tracking ~~~~~~~~~~~~~~~~~ man:lttng-track(1):: - Track specific system resources. + {cmd_descr_track}. man:lttng-untrack(1):: - Untrack specific system resources. + {cmd_descr_untrack}. Miscellaneous ~~~~~~~~~~~~~ -man:lttng-calibrate(1):: - Quantify LTTng overhead. - man:lttng-help(1):: - Display help information about a command. + {cmd_descr_help}. man:lttng-version(1):: - Show version information. + {cmd_descr_version}. man:lttng-view(1):: - Start trace viewer. + {cmd_descr_view}. include::common-cmd-footer.txt[]