mi: add machine interface description to man page
authorJonathan Rajotte Julien <jonathan.r.julien@gmail.com>
Tue, 29 Jul 2014 14:25:52 +0000 (10:25 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 29 Jul 2014 16:24:45 +0000 (12:24 -0400)
Signed-off-by: Jonathan Rajotte Julien <jonathan.r.julien@gmail.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
doc/man/lttng.1

index 12ca33d6fbcdecc7faa2019c435acae6ea1fe91e..80861e905fdcefd9d296931d4f58cab240fd24d2 100644 (file)
@@ -77,6 +77,26 @@ Simple listing of lttng options.
 .TP
 .BR "\-\-list\-commands"
 Simple listing of lttng commands.
 .TP
 .BR "\-\-list\-commands"
 Simple listing of lttng commands.
+.TP
+.BR "\-m, \-\-mi TYPE
+Machine interface
+
+TYPE supported: XML
+
+Machine interface (MI) mode converts the traditional pretty printing to a
+machine output syntax. MI mode provides a format change-resistant way to access
+information generated via the lttng command line.
+
+When using MI mode, the data is printed on \fBstdout\fP. Error and warning are
+printed on \fBstderr\fP with the pretty print default format.
+
+If any errors occur during the execution of a command, the return value of the
+command will be different than zero. In this case, lttng does NOT guarantee the
+syntax and data validity of the generated MI output.
+
+For XML output type, a schema definition (XSD) file used for validation can be
+found under src/common/mi_lttng.xsd
+
 .SH "COMMANDS"
 
 .PP
 .SH "COMMANDS"
 
 .PP
This page took 0.028071 seconds and 5 git commands to generate.