Fix: remove break in epoll loop of apps. thread
[lttng-tools.git] / doc / man / lttng-relayd.8
... / ...
CommitLineData
1.TH "LTTNG-RELAYD" "8" "July 15, 2012" "" ""
2
3.SH "NAME"
4lttng-relayd \(em LTTng remote trace collection daemon
5
6.SH "SYNOPSIS"
7
8.PP
9.nf
10lttng-relayd [OPTIONS]
11.fi
12.SH "DESCRIPTION"
13
14.PP
15The LTTng project aims at providing highly efficient tracing tools for Linux.
16It's tracers help tracking down performance issues and debugging problems
17involving multiple concurrent processes and threads. Tracing across multiple
18systems is also possible.
19
20The relay daemon listens on the network and receives traces streamed by a
21remote consumer. This daemon does not require any particular permissions as
22long as it can write in the output folder and listen on the ports.
23
24Once a trace has been streamed completely, the trace can be processed by any
25tool that can process a local LTTng CTF trace.
26
27By default, the relayd outputs the traces in :
28~/lttng-traces/hostname/session-name/domain-name
29
30The prefix (~/lttng-traces) can be configured on the relayd side (see below for
31the option), the other folders can be configured when creating the trace on the
32sessiond side.
33.SH "OPTIONS"
34
35.PP
36This program follow the usual GNU command line syntax with long options starting with
37two dashes. Below is a summary of the available options.
38.PP
39
40.TP
41.BR "-h, --help"
42Show summary of possible options and commands
43.TP
44.BR "-v, --verbose"
45Increase verbosity
46
47There is three debugging level which will print on stderr. Maximum verbosity is
48\fB-vvv\fP.
49.TP
50.BR "-d, --daemonize"
51Start as a daemon
52.TP
53.BR "-C, --control-port"
54Control port URL (tcp://0.0.0.0:5342 is the default)
55.TP
56.BR "-D, --data-port"
57Data port URL (tcp://0.0.0.0:5343 is the default)
58.TP
59.BR "-o, --output"
60Output base directory. Must use an absolute path (~/lttng-traces is the default)
61.TP
62.BR "-V, --version"
63Show version number
64.SH "ENVIRONMENT VARIABLES"
65
66.PP
67.IP "LTTNG_NETWORK_SOCKET_TIMEOUT"
68Control timeout of socket connection, receive and send. Takes an integer
69parameter: the timeout value, in milliseconds. A value of 0 or -1 uses
70the timeout of the operating system (this is the default).
71.PP
72
73.SH "SEE ALSO"
74
75.PP
76babeltrace(1), lttng-sessiond(8), lttng-ust(3), lttng(1)
77.PP
78
79.SH "LIMITATIONS"
80
81.PP
82For now only TCP is supported on both control and data port.
83Control will always remain TCP-only since it is low-volume and needs absolutely
84to be reliable, but eventually the data connection could support UDP.
85
86For unprivileged user running lttng-relayd, the maximum number of file
87descriptors per process is usually 1024. This limits the number of connections
88and tracefiles opened. This limit can be configured see ulimit(3).
89.PP
90
91.SH "BUGS"
92
93.PP
94No show stopper bugs are known yet in this version.
95
96If you encounter any issues or usability problem, please report it on our
97mailing list <lttng-dev@lists.lttng.org> to help improve this project.
98.SH "CREDITS"
99
100.PP
101lttng-relayd is distributed under the GNU General Public License version 2. See the
102file COPYING for details.
103.PP
104A Web site is available at http://lttng.org for more information on the LTTng
105project.
106.PP
107You can also find our git tree at http://git.lttng.org.
108.PP
109Mailing lists for support and development: <lttng-dev@lists.lttng.org>.
110.PP
111You can find us on IRC server irc.oftc.net (OFTC) in #lttng.
112.PP
113.SH "AUTHORS"
114
115.PP
116lttng-relay was originally written by Julien Desfossez and
117David Goulet. More people have since contributed to it. It is currently
118maintained by Julien Desfossez <jdesfossez@efficios.com>.
119.PP
This page took 0.022823 seconds and 4 git commands to generate.