summaryrefslogtreecommitdiff
path: root/doc/dlt-logstorage-ctrl.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dlt-logstorage-ctrl.1.txt')
-rw-r--r--doc/dlt-logstorage-ctrl.1.txt65
1 files changed, 65 insertions, 0 deletions
diff --git a/doc/dlt-logstorage-ctrl.1.txt b/doc/dlt-logstorage-ctrl.1.txt
new file mode 100644
index 0000000..e8950da
--- /dev/null
+++ b/doc/dlt-logstorage-ctrl.1.txt
@@ -0,0 +1,65 @@
+DLT-LOGSTORAGE-CTRL(1)
+======================
+:doctype: manpage
+
+NAME
+----
+dlt-logstorage-ctrl - Trigger DLT Daemon to start/stop using an offline logstorage device
+
+SYNOPSIS
+--------
+*dlt-logstorage-ctrl* [-h] [-c ctype] [-d dev] [-e ecu] [-t timeout]
+
+DESCRIPTION
+-----------
+Send a trigger to DLT Daemon to connect/disconnect a certain offline logstorage device
+
+OPTIONS
+-------
+*-h*::
+ Display a short help text.
+
+*-c*::
+ Specify connection type: connect = 1, disconnect = 0.
+
+*-d*::
+ Specify device [1 .. DLT_OFFLINE_LOGSTORAGE_MAX_DEVICES].
+
+*-e*::
+ Specify the ECU ID. Default is: ECU1.
+
+*-t*::
+ Specify connection timeout. Default is: 10s.
+
+EXAMPLES
+--------
+Activate the offline logstorage device mounted on /tmp/dltlogs/dltlogsdev1
+
+----
+dlt-logstorage-ctrl -c 1 -d 1
+----
+
+Deactivate the offline logstorage device mounted on /tmp/dltlogs/dltlogsdev2
+
+----
+dlt-logstorage-ctrl -c 0 -d 2
+----
+
+EXIT STATUS
+-----------
+Non zero is returned in case of failure.
+
+AUTHOR
+------
+Christoph Lipka (clipka (at) jp.adit-jv.com) +
+Syed Hameed (shameed (at) jp.adit-jv.com)
+
+RESOURCES
+---------
+Main web site: <http://projects.genivi.org/diagnostic-log-trace> +
+Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace>
+
+SEE ALSO
+--------
+dlt-daemon(1)
+