Fix: (slight UI change) refuse missing -c if non-default channel exists
[lttng-tools.git] / doc / man / lttng.1
CommitLineData
b107a0b1 1.TH "LTTNG" "1" "July 18th, 2013" "" ""
6991b181
DG
2
3.SH "NAME"
c5db699c 4lttng \(em LTTng 2.x tracer control command line tool
6991b181
DG
5
6.SH "SYNOPSIS"
7
8.PP
6991b181 9lttng [OPTIONS] <COMMAND>
6991b181
DG
10.SH "DESCRIPTION"
11
12.PP
13The LTTng project aims at providing highly efficient tracing tools for Linux.
14It's tracers help tracking down performance issues and debugging problems
15involving multiple concurrent processes and threads. Tracing across multiple
16systems is also possible.
17
fa072eae 18The \fBlttng\fP command line tool from the lttng-tools package is used to control
6991b181
DG
19both kernel and user-space tracing. Every interactions with the tracer should
20be done by this tool or by the liblttng-ctl provided with the lttng-tools
21package.
22
23LTTng uses a session daemon (lttng-sessiond(8)), acting as a tracing registry,
50a3b92a 24which allows you to interact with multiple tracers (kernel and user-space)
6991b181
DG
25inside the same container, a tracing session. Traces can be gathered from the
26kernel and/or instrumented applications (lttng-ust(3)). Aggregating and reading
27those traces is done using the babeltrace(1) text viewer.
28
50a3b92a
DG
29We introduce the notion of \fBtracing domains\fP which is essentially a type of
30tracer (kernel or user space for now). In the future, we could see a third
31tracer being for instance an hypervisor. For some commands, you'll need to
32specify on which domain the command applies (-u or -k). For instance, enabling
33a kernel event, you must specify the kernel domain to the command so we know
34for which tracer this event is for.
35
6991b181
DG
36In order to trace the kernel, the session daemon needs to be running as root.
37LTTng provides the use of a \fBtracing group\fP (default: tracing). Whomever is
38in that group can interact with the root session daemon and thus trace the
39kernel. Session daemons can co-exist meaning that you can have a session daemon
fa072eae
YB
40running as Alice that can be used to trace her applications along side with a
41root daemon or even a Bob daemon. We highly recommend to start the session
6991b181
DG
42daemon at boot time for stable and long term tracing.
43
44Every user-space applications instrumented with lttng-ust(3), will
45automatically register to the session daemon. This feature gives you the
46ability to list available traceable applications and tracepoints on a per user
47basis. (See \fBlist\fP command).
48.SH "OPTIONS"
49
50.PP
51This program follow the usual GNU command line syntax with long options starting with
52two dashes. Below is a summary of the available options.
53.PP
54
55.TP
c9e32613 56.BR "\-h, \-\-help"
6991b181
DG
57Show summary of possible options and commands.
58.TP
c9e32613 59.BR "\-v, \-\-verbose"
6991b181 60Increase verbosity.
d829b38c 61Three levels of verbosity are available which are triggered by putting additional v to
fa072eae 62the option (\-vv or \-vvv)
6991b181 63.TP
c9e32613 64.BR "\-q, \-\-quiet"
6991b181
DG
65Suppress all messages (even errors).
66.TP
c9e32613 67.BR "\-g, \-\-group NAME"
6991b181
DG
68Set unix tracing group name. (default: tracing)
69.TP
c9e32613 70.BR "\-n, \-\-no-sessiond"
6991b181
DG
71Don't automatically spawn a session daemon.
72.TP
391b9c72 73.BR "\-\-sessiond\-path PATH"
6991b181
DG
74Set session daemon full binary path.
75.TP
c9e32613 76.BR "\-\-list\-options"
6991b181
DG
77Simple listing of lttng options.
78.TP
c9e32613 79.BR "\-\-list\-commands"
6991b181
DG
80Simple listing of lttng commands.
81.SH "COMMANDS"
82
812a5eb7 83.PP
ee2758e5 84\fBadd-context\fP [OPTIONS]
812a5eb7 85.RS
6991b181
DG
86Add context to event(s) and/or channel(s).
87
391b9c72
DG
88A context is basically extra information appended to a channel. For instance,
89you could ask the tracer to add the PID information for all events in a
90channel. You can also add performance monitoring unit counters (perf PMU) using
91the perf kernel API).
6991b181
DG
92
93For example, this command will add the context information 'prio' and two perf
94counters (hardware branch misses and cache misses), to all events in the trace
95data output:
96
812a5eb7
MD
97.nf
98# lttng add-context \-k \-t prio \-t perf:branch-misses \\
99 \-t perf:cache-misses
100.fi
6991b181 101
c9e32613 102Please take a look at the help (\-h/\-\-help) for a detailed list of available
6991b181
DG
103contexts.
104
bd337b98
DG
105If no channel is given (\-c), the context is added to all channels that were
106already enabled. If the session has no channel, a default channel is created.
85076754
MD
107If \fB\-c, \-\-channel\fP is omitted, but a non-default channel already
108exists within the session, an error is returned. Otherwise the context
109will be added only to the given channel (\-c).
6991b181 110
c9e32613 111If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc
6991b181 112file.
6991b181
DG
113
114.B OPTIONS:
115
812a5eb7
MD
116.TP
117.BR "\-h, \-\-help"
118Show summary of possible options and commands.
119.TP
120.BR "\-s, \-\-session NAME"
121Apply on session name.
122.TP
123.BR "\-c, \-\-channel NAME"
124Apply on channel name.
125.TP
126.BR "\-k, \-\-kernel"
127Apply for the kernel tracer
128.TP
129.BR "\-u, \-\-userspace"
130Apply for the user-space tracer
131.TP
132.BR "\-t, \-\-type TYPE"
133Context type. You can repeat this option on the command line. Please
134use "lttng add-context \-h" to list all available types.
135.RE
136.PP
6991b181 137
22019883
MD
138.PP
139\fBcalibrate\fP [OPTIONS]
140.RS
6991b181
DG
141Quantify LTTng overhead
142
143The LTTng calibrate command can be used to find out the combined average
144overhead of the LTTng tracer and the instrumentation mechanisms used. This
145overhead can be calibrated in terms of time or using any of the PMU performance
146counter available on the system.
147
148For now, the only calibration implemented is that of the kernel function
149instrumentation (kretprobes).
150
151* Calibrate kernel function instrumentation
152
153Let's use an example to show this calibration. We use an i7 processor with 4
154general-purpose PMU registers. This information is available by issuing dmesg,
155looking for "generic registers".
156
157This sequence of commands will gather a trace executing a kretprobe hooked on
158an empty function, gathering PMU counters LLC (Last Level Cache) misses
c9e32613 159information (see lttng add-context \-\-help to see the list of available PMU
6991b181
DG
160counters).
161
22019883 162.nf
6991b181 163# lttng create calibrate-function
22019883
MD
164# lttng enable-event calibrate \-\-kernel \\
165 \-\-function lttng_calibrate_kretprobe
166# lttng add-context \-\-kernel \-t perf:LLC-load-misses \\
167 \-t perf:LLC-store-misses \\
168 \-t perf:LLC-prefetch-misses
6991b181
DG
169# lttng start
170# for a in $(seq 1 10); do \\
c9e32613 171 lttng calibrate \-\-kernel \-\-function;
6991b181
DG
172 done
173# lttng destroy
22019883
MD
174# babeltrace $(ls \-1drt ~/lttng-traces/calibrate-function-* \\
175 | tail \-n 1)
176.fi
6991b181
DG
177
178The output from babeltrace can be saved to a text file and opened in a
179spreadsheet (e.g. oocalc) to focus on the per-PMU counter delta between
180consecutive "calibrate_entry" and "calibrate_return" events. Note that these
181counters are per-CPU, so scheduling events would need to be present to account
182for migration between CPU. Therefore, for calibration purposes, only events
183staying on the same CPU must be considered.
184
185The average result, for the i7, on 10 samples:
186
22019883 187.nf
6991b181
DG
188 Average Std.Dev.
189perf_LLC_load_misses: 5.0 0.577
190perf_LLC_store_misses: 1.6 0.516
191perf_LLC_prefetch_misses: 9.0 14.742
22019883 192.fi
6991b181
DG
193
194As we can notice, the load and store misses are relatively stable across runs
195(their standard deviation is relatively low) compared to the prefetch misses.
196We can conclude from this information that LLC load and store misses can be
197accounted for quite precisely, but prefetches within a function seems to behave
198too erratically (not much causality link between the code executed and the CPU
199prefetch activity) to be accounted for.
6991b181
DG
200
201.B OPTIONS:
202
22019883
MD
203.TP
204.BR "\-h, \-\-help"
205Show summary of possible options and commands.
206.TP
207.BR "\-k, \-\-kernel"
208Apply for the kernel tracer
209.TP
210.BR "\-u, \-\-userspace"
211Apply for the user-space tracer
212.TP
213.BR "\-\-function"
214Dynamic function entry/return probe (default)
215.RE
216.PP
6991b181 217
ee2758e5
MD
218.PP
219.IP \fBcreate\fP [NAME] [OPTIONS]
220.RS
6991b181
DG
221Create tracing session.
222
223A tracing session contains channel(s) which contains event(s). It is domain
224agnostic meaning that you can enable channels and events for either the
225user-space tracer and/or the kernel tracer. It acts like a container
226aggregating multiple tracing sources.
227
228On creation, a \fB.lttngrc\fP file is created in your $HOME directory
229containing the current session name. If NAME is omitted, a session name is
fa072eae 230automatically created having this form: 'auto-yyyymmdd-hhmmss'.
6991b181 231
c9e32613 232If no \fB\-o, \-\-output\fP is specified, the traces will be written in
6991b181 233$HOME/lttng-traces.
feb0f3e5
AM
234
235The $HOME environment variable can be overridden by defining the environment
236variable LTTNG_HOME. This is useful when the user running the commands has
237a non-writeable home directory.
6991b181
DG
238
239.B OPTIONS:
240
ee2758e5
MD
241.TP
242.BR "\-h, \-\-help"
243Show summary of possible options and commands.
244.TP
245.BR "\-\-list-options"
246Simple listing of options
247.TP
248.BR "\-o, \-\-output PATH"
249Specify output path for traces
250.TP
251.BR "\-\-no-output"
252Traces will not be outputed
253.TP
254.BR "\-\-snapshot"
255Set the session in snapshot mode. Created in no-output mode and uses the
256URL, if one, as the default snapshot output. Every channel will be set
257in overwrite mode and with mmap output (splice not supported).
6b8f2e64 258
ee2758e5
MD
259.TP
260.BR "\-U, \-\-set-url=URL"
261Set URL for the consumer output destination. It is persistent for the
262session lifetime. Redo the command to change it. This will set both data
263and control URL for network.
264.TP
265.BR "\-C, \-\-ctrl-url=URL"
266Set control path URL. (Must use -D also)
267.TP
268.BR "\-D, \-\-data-url=URL"
269Set data path URL. (Must use -C also)
270.PP
6b8f2e64
DG
271Using these options, each API call can be controlled individually. For
272instance, \-C does not enable the consumer automatically. You'll need the \-e
273option for that.
274
785d2d0d
DG
275.B URL FORMAT:
276
277proto://[HOST|IP][:PORT1[:PORT2]][/TRACE_PATH]
278
279Supported protocols are (proto):
ee2758e5
MD
280.TP
281.BR "file://..."
282Local filesystem full path.
785d2d0d 283
ee2758e5
MD
284.TP
285.BR "net://..."
286This will use the default network transport layer which is TCP for both
287control (PORT1) and data port (PORT2). The default ports are
288respectively 5342 and 5343. Note that net[6]:// is not yet supported.
785d2d0d 289
ee2758e5
MD
290.TP
291.BR "tcp[6]://..."
292Can only be used with -C and -D together
785d2d0d
DG
293
294NOTE: IPv6 address MUST be enclosed in brackets '[]' (rfc2732)
6b8f2e64
DG
295
296.B EXAMPLES:
297
ee2758e5 298.nf
6b8f2e64 299# lttng create -U net://192.168.1.42
ee2758e5 300.fi
6b8f2e64
DG
301Uses TCP and default ports for the given destination.
302
ee2758e5 303.nf
6b8f2e64 304# lttng create -U net6://[fe80::f66d:4ff:fe53:d220]
ee2758e5 305.fi
6b8f2e64
DG
306Uses TCP, default ports and IPv6.
307
ee2758e5 308.nf
6b8f2e64 309# lttng create s1 -U net://myhost.com:3229
6991b181 310.fi
ee2758e5
MD
311Create session s1 and set its consumer to myhost.com on port 3229 for control.
312.RE
313.PP
6991b181 314
f2b14ef1
MD
315.PP
316\fBdestroy\fP [NAME] [OPTIONS]
317.RS
6991b181
DG
318Teardown tracing session
319
320Free memory on the session daemon and tracer side. It's gone!
321
322If NAME is omitted, the session name is taken from the .lttngrc file.
6991b181
DG
323
324.B OPTIONS:
325
f2b14ef1
MD
326.TP
327.BR "\-h, \-\-help"
328Show summary of possible options and commands.
329.TP
330.BR "\-a, \-\-all"
331Destroy all sessions
332.TP
333.BR "\-\-list-options"
334Simple listing of options
335.RE
336.PP
6991b181 337
05be3802
MD
338.PP
339\fBenable-channel\fP NAME[,NAME2,...] (\-k | \-u) [OPTIONS]
340.RS
6991b181
DG
341Enable tracing channel
342
004f3466
DG
343To enable an event, you must enable both the event and the channel that
344contains it.
b883c01b 345
c9e32613 346If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc
6991b181 347file.
7972aab2 348
05be3802
MD
349Exactly one of \-k or -u must be specified.
350
7972aab2 351It is important to note that if a certain type of buffers is used, the session
bd337b98 352will be set with that type and all other subsequent channel needs to have the
7972aab2 353same type.
bd337b98 354
d2f11c4a
DG
355Note that once the session has been started and enabled on the tracer side,
356it's not possible anymore to enable a new channel for that session.
6991b181
DG
357
358.B OPTIONS:
359
05be3802
MD
360.TP
361.BR "\-h, \-\-help"
362Show this help
363.TP
364.BR "\-\-list-options"
365Simple listing of options
366.TP
367.BR "\-s, \-\-session NAME"
368Apply on session name
369.TP
370.BR "\-k, \-\-kernel"
371Apply to the kernel tracer
372.TP
373.BR "\-u, \-\-userspace"
374Apply to the user-space tracer
375.TP
376.BR "\-\-discard"
377Discard event when subbuffers are full (default)
378.TP
379.BR "\-\-overwrite"
380Flight recorder mode : overwrites events when subbuffers are full
381.TP
382.BR "\-\-subbuf-size SIZE"
383Subbuffer size in bytes {+k,+M,+G}.
384(default UST uid: 131072, UST pid: 4096, kernel: 262144, metadata: 4096)
385Rounded up to the next power of 2.
386
387The minimum subbuffer size, for each tracer, is the max value between
388the default above and the system page size. You can issue this command
389to get the current page size on your system: \fB$ getconf PAGE_SIZE\fP
390.TP
391.BR "\-\-num-subbuf NUM"
392Number of subbuffers. (default UST uid: 4, UST pid: 4, kernel: 4,
393metadata: 2) Rounded up to the next power of 2.
394.TP
395.BR "\-\-switch-timer USEC"
396Switch subbuffer timer interval in µsec.
397(default UST uid: 0, UST pid: 0, kernel: 0, metadata: 0)
398.TP
399.BR "\-\-read-timer USEC"
400Read timer interval in µsec.
401(default UST uid: 0, UST pid: 0, kernel: 200000, metadata: 0)
402.TP
403.BR "\-\-output TYPE"
404Channel output type. Possible values: mmap, splice
405(default UST uid: mmap, UST pid: mmap, kernel: splice, metadata: mmap)
406.TP
407.BR "\-\-buffers-uid"
408Use per UID buffer (\-u only). Buffers are shared between applications
409that have the same UID.
410.TP
411.BR "\-\-buffers-pid"
412Use per PID buffer (\-u only). Each application has its own buffers.
413.TP
414.BR "\-\-buffers-global"
415Use shared buffer for the whole system (\-k only)
416.TP
417.BR "\-C, \-\-tracefile-size SIZE"
418Maximum size of each tracefile within a stream (in bytes).
4190 means unlimited. (default: 0)
420.TP
421.BR "\-W, \-\-tracefile-count COUNT"
422Used in conjunction with \-C option, this will limit the number of files
423created to the specified count. 0 means unlimited. (default: 0)
1624d5b7
JD
424
425.B EXAMPLES:
426
05be3802
MD
427.nf
428$ lttng enable-channel -k -C 4096 -W 32 chan1
429.fi
cea28771
DG
430For each stream, the maximum size of each trace file will be 4096 bytes, and
431there will be a maximum of 32 different files. The file count is appended after
1624d5b7
JD
432the stream number as seen in the following example. The last trace file is
433smaller than 4096 since it was not completely filled.
434
05be3802 435.nf
1624d5b7
JD
436 ~/lttng-traces/[...]/chan1_0_0 (4096)
437 ~/lttng-traces/[...]/chan1_0_1 (4096)
438 ~/lttng-traces/[...]/chan1_0_2 (3245)
439 ~/lttng-traces/[...]/chan1_1_0 (4096)
440 ...
05be3802 441.fi
1624d5b7 442
05be3802
MD
443.nf
444$ lttng enable-channel -k -C 4096
445.fi
1624d5b7
JD
446This will create trace files of 4096 bytes and will create new ones as long as
447there is data available.
05be3802
MD
448.RE
449.PP
6991b181 450
6a240cd9
MD
451.PP
452\fBenable-event\fP NAME[,NAME2,...] [-k|-u] [OPTIONS]
453.RS
6991b181
DG
454Enable tracing event
455
c9e32613 456A tracing event is always assigned to a channel. If \fB\-c, \-\-channel\fP is
6991b181 457omitted, a default channel named '\fBchannel0\fP' is created and the event is
85076754
MD
458added to it. If \fB\-c, \-\-channel\fP is omitted, but a non-default
459channel already exists within the session, an error is returned. For the
460user-space tracer, using \fB\-a, \-\-all\fP is the same as using the
461wildcard "*".
6991b181 462
c9e32613 463If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc
6991b181 464file.
6991b181
DG
465
466.B OPTIONS:
467
6a240cd9
MD
468.TP
469.BR "\-h, \-\-help"
470Show summary of possible options and commands.
471.TP
472.BR "\-\-list-options"
473Simple listing of options
474.TP
475.BR "\-s, \-\-session NAME"
476Apply on session name
477.TP
478.BR "\-c, \-\-channel NAME"
479Apply on channel name
480.TP
481.BR "\-a, \-\-all"
482Enable all tracepoints and syscalls. This actually enable a single
483wildcard event "*".
484.TP
485.BR "\-k, \-\-kernel"
486Apply for the kernel tracer
487.TP
488.BR "\-u, \-\-userspace"
489Apply for the user-space tracer
490.TP
491.BR "\-\-tracepoint"
492Tracepoint event (default). Userspace tracer supports wildcards at end
493of string. Don't forget to quote to deal with bash expansion.
494e.g.:
6991b181 495.nf
6991b181
DG
496 "*"
497 "app_component:na*"
6991b181 498.fi
6a240cd9
MD
499.TP
500.BR "\-\-loglevel NAME"
501Tracepoint loglevel range from 0 to loglevel. Listed in the help (\-h).
502.TP
503.BR "\-\-loglevel-only NAME"
504Tracepoint loglevel (only this loglevel).
505The loglevel or loglevel-only options should be combined with a
506tracepoint name or tracepoint wildcard.
507.TP
508.BR "\-\-probe (addr | symbol | symbol+offset)"
509Dynamic probe. Addr and offset can be octal (0NNN...), decimal (NNN...)
510or hexadecimal (0xNNN...)
511.TP
512.BR "\-\-function (addr | symbol | symbol+offset)"
513Dynamic function entry/return probe. Addr and offset can be octal
514(0NNN...), decimal (NNN...) or hexadecimal (0xNNN...)
515.TP
516.BR "\-\-syscall"
517System call event. Enabling syscalls tracing (kernel tracer), you will
518not be able to disable them with disable-event. This is a known
519limitation. You can disable the entire channel to do the trick.
520.TP
521.BR "\-\-filter 'expression'"
522Set a filter on a newly enabled event. Filter expression on event
523fields and context. Event recording depends on evaluation. Only
524specify on first activation of a given event within a session.
525Filter only allowed when enabling events within a session before
526tracing is started. If the filter fails to link with the event
527within the traced domain, the event will be discarded.
528Currently, filter is only implemented for the user-space tracer.
529
530Expression examples:
531
532.nf
533 'intfield > 500 && intfield < 503'
534 '(strfield == "test" || intfield != 10) && intfield > 33'
535 'doublefield > 1.1 && intfield < 5.3'
536.fi
537
538Wildcards are allowed at the end of strings:
539 'seqfield1 == "te*"'
540In string literals, the escape character is a '\\'. Use '\\*' for
541the '*' character, and '\\\\' for the '\\' character. Wildcard
542match any sequence of characters, including an empty sub-string
543(match 0 or more characters).
544
545Context information can be used for filtering. The examples below show
546usage of context filtering on process name (with a wildcard), process ID
547range, and unique thread ID for filtering. The process and thread ID of
548running applications can be found under columns "PID" and "LWP" of the
549"ps -eLf" command.
550
551.nf
552 '$ctx.procname == "demo*"'
553 '$ctx.vpid >= 4433 && $ctx.vpid < 4455'
554 '$ctx.vtid == 1234'
555.fi
556
557.RE
558.PP
6991b181 559
272c6a17
MD
560.PP
561\fBdisable-channel\fP NAME[,NAME2,...] (\-k | \-u) [OPTIONS]
562.RS
6991b181
DG
563Disable tracing channel
564
565Disabling a channel makes all event(s) in that channel to stop tracing. You can
566enable it back by calling \fBlttng enable-channel NAME\fP again.
567
c9e32613 568If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc
6991b181 569file.
6991b181
DG
570
571.B OPTIONS:
572
272c6a17
MD
573.TP
574.BR "\-h, \-\-help"
575Show summary of possible options and commands.
576.TP
577.BR "\-\-list-options"
578Simple listing of options
579.TP
580.BR "\-s, \-\-session NAME"
581Apply on session name
582.TP
583.BR "\-k, \-\-kernel"
584Apply for the kernel tracer
585.TP
586.BR "\-u, \-\-userspace"
587Apply for the user-space tracer
588.RE
589.PP
6991b181 590
c138a39b
MD
591.PP
592\fBdisable-event\fP NAME[,NAME2,...] (\-k | \-u) [OPTIONS]
593.RS
6991b181
DG
594Disable tracing event
595
596The event, once disabled, can be re-enabled by calling \fBlttng enable-event
597NAME\fP again.
598
c9e32613 599If \fB\-s, \-\-session\fP is omitted, the session name is taken from the .lttngrc
6991b181 600file.
6991b181 601
85076754
MD
602If \fB\-c, \-\-channel\fP is omitted, the default channel name is used.
603If \fB\-c, \-\-channel\fP is omitted, but a non-default channel already
604exists within the session, an error is returned.
605
6991b181
DG
606.B OPTIONS:
607
c138a39b
MD
608.TP
609.BR "\-h, \-\-help"
610Show summary of possible options and commands.
611.TP
612.BR "\-\-list-options"
613Simple listing of options
614.TP
615.BR "\-s, \-\-session NAME"
616Apply on session name
617.TP
85076754
MD
618.BR "\-c, \-\-channel NAME"
619Apply on channel name
620.TP
c138a39b
MD
621.BR "\-a, \-\-all-events"
622Disable all events. This does NOT disable "*" but rather every known
623events of the session.
624.TP
625.BR "\-k, \-\-kernel"
626Apply for the kernel tracer
627.TP
628.BR "\-u, \-\-userspace"
629Apply for the user-space tracer
630.RE
631.PP
6991b181 632
747361fe
MD
633.PP
634\fBlist\fP [OPTIONS] [SESSION [SESSION OPTIONS]]
635.RS
c9e32613 636List tracing session information.
6991b181
DG
637
638With no arguments, it will list available tracing session(s).
639
fa072eae
YB
640With the session name, it will display the details of the session including
641the trace file path, the associated channels and their state (activated
d829b38c 642and deactivated), the activated events and more.
fa072eae 643
c9e32613 644With \-k alone, it will list all available kernel events (except the system
6991b181 645calls events).
c9e32613
DG
646With \-u alone, it will list all available user-space events from registered
647applications. Here is an example of 'lttng list \-u':
6991b181 648
747361fe 649.nf
6991b181
DG
650PID: 7448 - Name: /tmp/lttng-ust/tests/hello/.libs/lt-hello
651 ust_tests_hello:tptest_sighandler (type: tracepoint)
652 ust_tests_hello:tptest (type: tracepoint)
747361fe 653.fi
6991b181
DG
654
655You can now enable any event listed by using the name :
656\fBust_tests_hello:tptest\fP.
6991b181
DG
657
658.B OPTIONS:
659
747361fe
MD
660.TP
661.BR "\-h, \-\-help"
662Show summary of possible options and commands.
663.TP
664.BR "\-\-list-options"
665Simple listing of options
666.TP
667.BR "\-k, \-\-kernel"
668Select kernel domain
669.TP
670.BR "\-u, \-\-userspace"
671Select user-space domain.
6991b181 672
747361fe 673.PP
6b8f2e64
DG
674.B SESSION OPTIONS:
675
747361fe
MD
676.TP
677.BR "\-c, \-\-channel NAME"
678List details of a channel
679.TP
680.BR "\-d, \-\-domain"
681List available domain(s)
682.RE
683.PP
6991b181 684
7c96a096
MD
685.PP
686\fBset-session\fP NAME [OPTIONS]
687.RS
6991b181
DG
688Set current session name
689
690Will change the session name in the .lttngrc file.
6991b181
DG
691
692.B OPTIONS:
693
7c96a096
MD
694.TP
695.BR "\-h, \-\-help"
696Show summary of possible options and commands.
697.TP
698.BR "\-\-list-options"
699Simple listing of options
700.RE
701.PP
6991b181 702
8df3bfe9
MD
703.PP
704\fBsnapshot\fP [OPTIONS] ACTION
705.RS
b872baea 706Snapshot command for LTTng session.
b872baea
DG
707
708.B OPTIONS:
709
8df3bfe9
MD
710.TP
711.BR "\-h, \-\-help"
712Show summary of possible options and commands.
713.TP
714.BR "\-\-list-options"
715Simple listing of options
b872baea 716
8df3bfe9 717.PP
b872baea
DG
718.B ACTION:
719
8df3bfe9 720.TP
b872baea
DG
721\fBadd-output\fP [-m <SIZE>] [-s <NAME>] [-n <NAME>] <URL> | -C <URL> -D <URL>
722
723Setup and add an snapshot output for a session. Output are the destination
724where the snapshot will be sent. Only one output is permitted. To change it,
725you'll need to delete it and add back the new one.
726
8df3bfe9 727.TP
b872baea
DG
728\fBdel-output\fP ID | NAME [-s <NAME>]
729
730Delete an output for a session using the ID. You can either specify the
731output's ID that can be found with list-output or the name.
732
8df3bfe9 733.TP
b872baea
DG
734\fBlist-output\fP [-s <NAME>]
735
736List the output of a session. Attributes of the output are printed.
737
8df3bfe9 738.TP
b872baea
DG
739\fBrecord\fP [-m <SIZE>] [-s <NAME>] [-n <NAME>] [<URL> | -C <URL> -D <URL>]
740
741Snapshot a session's buffer(s) for all domains. If an URL is specified, it is
742used instead of a previously added output. Specifying only a name or/and a max
743size will override the current output values. For instance, you can record a
744snapshot with a custom maximum size or with a different name.
745
8df3bfe9 746.nf
b872baea
DG
747$ lttng add-output -n mysnapshot file:///data/snapshot
748[...]
749$ lttng snapshot record -n new_name_snapshot
8df3bfe9 750.fi
b872baea
DG
751
752The above will create a snapshot in /data/snapshot/new_name_snapshot* directory
753rather then in mysnapshot*/
b872baea 754
8df3bfe9
MD
755.PP
756.B DETAILED ACTION OPTIONS
b872baea 757
8df3bfe9
MD
758.TP
759.BR "\-s, \-\-session NAME"
760Apply to session name.
761.TP
762.BR "\-n, \-\-name NAME"
763Name of the snapshot's output.
764.TP
765.BR "\-m, \-\-max-size SIZE"
766Maximum size in bytes of the snapshot. The maxium size does not include
767the metadata file.
768.TP
769.BR "\-C, \-\-ctrl-url URL"
770Set control path URL. (Must use -D also)
771.TP
772.BR "\-D, \-\-data-url URL"
773Set data path URL. (Must use -C also)
774.RE
775.PP
b872baea 776
afb8ca1b
MD
777.PP
778\fBstart\fP [NAME] [OPTIONS]
779.RS
6991b181
DG
780Start tracing
781
782It will start tracing for all tracers for a specific tracing session.
6991b181 783If NAME is omitted, the session name is taken from the .lttngrc file.
6991b181
DG
784
785.B OPTIONS:
786
afb8ca1b
MD
787.TP
788.BR "\-h, \-\-help"
789Show summary of possible options and commands.
790.TP
791.BR "\-\-list-options"
792Simple listing of options
793.RE
794.PP
6991b181 795
6c09bfdb
MD
796.PP
797\fBstop\fP [NAME] [OPTIONS]
798.RS
6991b181
DG
799Stop tracing
800
391b9c72
DG
801It will stop tracing for all tracers for a specific tracing session. Before
802returning, the command checks for data availability meaning that it will wait
803until the trace is readable for the session. Use \-\-no-wait to avoid this
804behavior.
6991b181
DG
805
806If NAME is omitted, the session name is taken from the .lttngrc file.
6991b181
DG
807
808.B OPTIONS:
809
6c09bfdb
MD
810.TP
811.BR "\-h, \-\-help"
812Show summary of possible options and commands.
813.TP
814.BR "\-\-list-options"
815Simple listing of options
816.TP "\-\-no-wait"
817Don't wait for data availability.
818.RE
819.PP
6991b181 820
5975c30a
MD
821.PP
822\fBversion\fP
823.RS
6991b181 824Show version information
6991b181
DG
825
826.B OPTIONS:
827
5975c30a
MD
828.TP
829.BR "\-h, \-\-help"
830Show summary of possible options and commands.
831.TP
832.BR "\-\-list-options"
833Simple listing of options
834.RE
835.PP
6991b181 836
5b4c1410
MD
837.PP
838\fBview\fP [SESSION_NAME] [OPTIONS]
839.RS
840View traces of a tracing session. By default, the babeltrace viewer
841will be used for text viewing. If SESSION_NAME is omitted, the session
842name is taken from the .lttngrc file.
6991b181
DG
843
844.B OPTIONS:
845
5b4c1410
MD
846.TP
847.BR "\-h, \-\-help"
848Show this help
849.TP
850.BR "\-\-list-options"
851Simple listing of options
852.TP
853.BR "\-t, \-\-trace-path PATH"
854Trace directory path for the viewer
855.TP
856.BR "\-e, \-\-viewer CMD"
857Specify viewer and/or options to use This will completely override the
858default viewers so please make sure to specify the full command. The
859trace directory path of the session will be appended at the end to the
860arguments
861.RE
862.PP
6991b181 863
c206d957 864.SH "EXIT VALUES"
b107a0b1 865.PP
6b8f2e64
DG
866On success 0 is returned and a positive value on error. Value of 1 means a command
867error, 2 an undefined command, 3 a fatal error and 4 a command warning meaning that
868something went wrong during the command.
c206d957 869
6b8f2e64 870Any other value above 10, please refer to
b107a0b1 871.BR "<lttng/lttng-error.h>"
6b8f2e64
DG
872for a detailed list or use lttng_strerror() to get a human readable string of
873the error code.
c206d957 874.PP
b107a0b1 875
6991b181
DG
876.SH "ENVIRONMENT VARIABLES"
877
878.PP
879Note that all command line options override environment variables.
880.PP
881
882.PP
05833633 883.IP "LTTNG_SESSIOND_PATH"
c9e32613
DG
884Allows one to specify the full session daemon binary path to lttng command line
885tool. You can also use \-\-sessiond-path option having the same effect.
b107a0b1
MD
886.PP
887
6991b181 888.SH "SEE ALSO"
6b8f2e64
DG
889.BR babeltrace(1),
890.BR lttng-ust(3),
891.BR lttng-sessiond(8),
892.BR lttng-relayd(8),
893.BR lttng-health-check(3)
b107a0b1 894
6991b181
DG
895.SH "BUGS"
896
b107a0b1 897.PP
6991b181 898If you encounter any issues or usability problem, please report it on our
6b8f2e64
DG
899mailing list <lttng-dev@lists.lttng.org> to help improve this project or
900at https://bugs.lttng.org which is a bugtracker.
b107a0b1
MD
901.PP
902
6991b181
DG
903.SH "CREDITS"
904
905.PP
c9e32613 906lttng is distributed under the GNU General Public License version 2. See the file
6991b181
DG
907COPYING for details.
908.PP
909A Web site is available at http://lttng.org for more information on the LTTng
910project.
911.PP
912You can also find our git tree at http://git.lttng.org.
913.PP
914Mailing lists for support and development: <lttng-dev@lists.lttng.org>.
915.PP
916You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
917.PP
918.SH "THANKS"
919
920.PP
921Thanks to Yannick Brosseau without whom this project would never have been so
922lean and mean! Also thanks to the Ericsson teams working on tracing which
fa072eae 923helped us greatly with detailed bug reports and unusual test cases.
6991b181
DG
924
925Thanks to our beloved packager Alexandre Montplaisir-Goncalves (Ubuntu and PPA
926maintainer) and Jon Bernard for our Debian packages.
927
928Special thanks to Michel Dagenais and the DORSAL laboratory at Polytechnique de
929Montreal for the LTTng journey.
c9e32613 930.PP
6991b181
DG
931.SH "AUTHORS"
932
933.PP
934lttng-tools was originally written by Mathieu Desnoyers, Julien Desfossez and
935David Goulet. More people have since contributed to it. It is currently
936maintained by David Goulet <dgoulet@efficios.com>.
937.PP
This page took 0.068025 seconds and 4 git commands to generate.