X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fman%2Flttng-create.1.txt;h=152e3f39364ee8f5e8795fa8baf2bbcb3feb4ba5;hp=32d34bb4b889e23e5a4f42eb408e66141aec0619;hb=1f3c3a24e3a07f6fd032ad50bac92f1f58d33a12;hpb=948f0a2e7f7d5d2ea813020f42bd24a43774c639 diff --git a/doc/man/lttng-create.1.txt b/doc/man/lttng-create.1.txt index 32d34bb4b..152e3f393 100644 --- a/doc/man/lttng-create.1.txt +++ b/doc/man/lttng-create.1.txt @@ -12,27 +12,25 @@ SYNOPSIS Local mode: [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* [option:--shm-path='PATH'] - [option:--no-output | option:--output='PATH' | option:--set-url=file://'PATH'] ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* ['SESSION'] [option:--shm-path='PATH'] + [option:--no-output | option:--output='PATH' | option:--set-url=file://'PATH'] Network streaming mode: [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* [option:--shm-path='PATH'] - (option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL') ['SESSION'] - +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* ['SESSION'] [option:--shm-path='PATH'] + (option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL') Snapshot mode: [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* option:--snapshot [option:--shm-path='PATH'] - [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] ['SESSION'] +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* ['SESSION'] option:--snapshot + [option:--shm-path='PATH'] [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] Live mode: [verse] -*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* option:--live[='DELAYUS'] [option:--shm-path='PATH'] - [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] ['SESSION'] - +*lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *create* ['SESSION'] option:--live[='DELAYUS'] + [option:--shm-path='PATH'] [option:--set-url='URL' | option:--ctrl-url='URL' option:--data-url='URL'] DESCRIPTION ----------- @@ -134,7 +132,8 @@ The other version is available when the session is created in -- `net`:: TCP over IPv4; the default values of 'CTRLPORT' and 'DATAPORT' - are resp. 5342 and 5343. + are respectively {default_network_control_port} and + {default_network_data_port}. `net6`:: TCP over IPv6: same default ports as the `net` protocol. @@ -193,7 +192,7 @@ Output option:--no-output:: In <>, do not output any trace data. -option:-o, option:--output='PATH':: +option:-o 'PATH', option:--output='PATH':: In <>, set trace output path to 'PATH'. option:--shm-path='PATH':: @@ -205,15 +204,15 @@ URL See the <> section above for more information about the syntax of the following options' 'URL' argument. -option:-C, option:--ctrl-url='URL':: +option:-C 'URL', option:--ctrl-url='URL':: Set control path URL to 'URL' (must use option:--data-url option also). -option:-D, option:--data-url='URL':: +option:-D 'URL', option:--data-url='URL':: Set data path URL to 'URL' (must use option:--ctrl-url option also). -option:-U, option:--set-url='URL':: +option:-U 'URL', option:--set-url='URL':: Set URL destination of the trace data to 'URL'. It is persistent for the session lifetime. This option sets both data (option:--data-url option) and control (option:--ctrl-url option)