X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb-client.1.in;h=87f5926f44bb26e62b94975660cec3d3b363da59;hb=3612b72c3639f22b33786c2fac3fb291ff9f6061;hp=119add3f6f9789f583a6acb5fa46aff92d3506a6;hpb=0c65cde9db1d0586ae9d9c5abec0bef978ff86a5;p=openvswitch diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in index 119add3f..87f5926f 100644 --- a/ovsdb/ovsdb-client.1.in +++ b/ovsdb/ovsdb-client.1.in @@ -22,6 +22,8 @@ ovsdb\-client \- command-line interface to \fBovsdb-server\fR(1) .br \fBovsdb\-client \fR[\fIoptions\fR] \fBtransact\fI server transaction\fR .br +\fBovsdb\-client \fR[\fIoptions\fR] \fBdump\fI server database\fR +.br \fBovsdb\-client \fR[\fIoptions\fR] \fBmonitor\fI server database table\fR [\fIcolumn\fR[\fB,\fIcolumn\fR]...] [\fIselect\fR[\fB,\fIselect\fR]...] @@ -73,6 +75,10 @@ Connects to \fIserver\fR, sends it the specified \fItransaction\fR, which must be a JSON array containing one or more valid OVSDB operations, and prints the received reply on stdout. . +.IP "\fBdump\fI server database\fR" +Connects to \fIserver\fR, retrieves all of the data in \fIdatabase\fR, +and prints it on stdout as a series of tables. +. .IP "\fBmonitor\fI server database table\fR [\fIcolumn\fR[\fB,\fIcolumn\fR]...] [\fIselect\fR[\fB,\fIselect\fR]...]" Connects to \fIserver\fR and monitors the contents of \fItable\fR in \fIdatabase\fR. By default, the initial contents of \fItable\fR are @@ -100,7 +106,7 @@ The following options controlling output formatting: . .IP "\fB-f \fIformat\fR" .IQ "\fB--format=\fIformat\fR" -Sets the basic type of output formatting. The following types of +Sets the type of table formatting. The following types of \fIformat\fR are available: .RS .IP "\fBtable\fR (default)" @@ -111,6 +117,17 @@ HTML tables. Comma-separated values as defined in RFC 4180. .RE . +.IP "\fB-d \fIformat\fR" +.IP "\fB--data=\fIformat\fR" +Sets the formatting for cells within output tables. The following +types of \fIformat\fR are available: +.RS +.IP "\fBstring\fR (default)" +The simple format described in \fBovs-vsctl\fR(8). +.IP "\fBjson\fR" +JSON. +.RE +. .IP "\fB--no-heading\fR" This option suppresses the heading row that otherwise appears in the first row of table output.