1DLT-DAEMON(1) DLT-DAEMON(1)
2
3
4
6 dlt-daemon - Diagnostic Log and Trace daemon
7
9 dlt-daemon [-h] [-d] [-c filename] [-t directory] [-p port]
10
12 The DLT daemon is the central place where logs and traces are gathered
13 from different applications, stored temporarily or permanently and
14 transferred to a DLT client application, which can run directly on the
15 GENIVI system or more likely on a external tester device.
16
17 OPTIONS
18 -h Display a short help text.
19
20 -d Daemonize, needed in System V init systems.
21
22 -c Load an alternative configuration file. By default the configu‐
23 ration file /etc/dlt.conf is loaded.
24
25 -t Directory for local fifo and user-pipes (Default: /tmp). Appli‐
26 cations wanting to connect to a daemon using a custom directory
27 need to be started with the environment variable DLT_PIPE_DIR
28 set appropriately.
29
30 -p Port to monitor for incoming requests (Default: 3490) Applica‐
31 tions wanting to connect to a daemon using a custom port need to
32 be started with the environment variable DLT_DAEMON_TCP_PORT set
33 appropriately.
34
36 Start DLT daemon in background mode: dlt-daemon -d
37
38 Start DLT daemon with own configuration: dlt-daemon -c ~/my-dlt-config‐
39 uration.cfg
40
41 Start DLT daemon with custom pipes directory: dlt-daemon -t ~/dlt_pipes
42
43 Start DLT daemon listening on custom port 3500: dlt-daemon -p 3500
44
46 Non zero is returned in case of failure.
47
49 Alexander Wenzel (alexander.aw.wenzel (at) bmw (dot) de)
50
52 Copyright (C) 2016 BMW AG. License MPL-2.0: Mozilla Public License
53 version 2.0 <http://mozilla.org/MPL/2.0/>.
54
56 See Github issue: <https://github.com/GENIVI/dlt-daemon/issues>
57
59 dlt.conf(5), dlt-system(1)
60
61
62
63 DLT-DAEMON(1)