DLT-CONTROL(1) | DLT-CONTROL(1) |
dlt-control - Send control messages to DLT Daemon
dlt-control [-v] [-h] [-S] [-R] [-y] [-b baudrate] [-e ecuid] [-a id] [-c id] [-s id] [-m message] [-x message] [-t milliseconds] [-l level] [-r tracestatus] [-d loglevel] [-f tracestatus] [-i enable] [-o] [-g] [-j] [-u] [-p port] hostname/serial_device_name
Send control messages to DLT Daemon. This is useful when there is no client (e.g. DLT Viewer) available. It supports several control messages including: - Setting log level/trace level - Setting default log level/default trace level - Enable timing packets - Store configuration - Reset to factory default - Get logging information
Note Use -u option instead of hostname/serial_device_name if Unix Socket is used. See example for detail.
-l
Set the log level (0=off - 6=verbose, default= -1) supported options: -l level -a apid -c ctid -l level -a abc* (set level for all ctxts of apps name starts with abc) -l level -a apid (set level for all ctxts of this app) -l level -c xyz* (set level for all ctxts whose name starts with xyz) -l level -c ctid (set level for the particular ctxt) -l level (set level for all the registered contexts)
Change log level of application “APP1” to DEBUG with unix port dlt-control -a APP1 -l 5 -u
Change log level of application “APP1” and context “CON1” to ERROR dlt-control -a APP1 -c CON1 -l 2 localhost
Get logging information of current running applications with unix port (IPC: Unix Socket) dlt-control -j -u
Get logging information of current running applications (IPC:FIFO) dlt-control -j localhost
Non zero is returned in case of failure.
Saya Sugiura (ssugiura (at) jp.adit-jv (dot) com)
Copyright (C) 2019 Advanced Driver Information Technology, Bosch and DENSO. License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
See Github issue: <https://github.com/COVESA/dlt-daemon/issues>
dlt-daemon(1)