OVS-FLOWVIZ(8) Open vSwitch OVS-FLOWVIZ(8) NAME ovs-flowviz - utility for visualizing OpenFlow and datapath flows SYNOPSIS ovs-flowviz [-i [alias,]file | --input [alias,]file] [-c file | --con‐ fig file] [-f filter | --filter filter] [-l filter | --highlight fil‐ ter] [--style style] flow-type format [args…] ovs-flowviz --help DESCRIPTION ovs-flowviz helps visualize OpenFlow and datapath flow dumps in differ‐ ent formats in order to make them more easily understood. ovs-flowviz reads flows from stdin or from a file specified by the --input option, filters them, highlights them, and finally outputs them in one of the predefined formats. OPTIONS -h, --help Print a brief help message to the console. -i [,], --input [,] File to read flows from. If not provided, ovs-flowviz will read flows from stdin. This option can be specified multiple times. The file path can prepended by an alias that will be shown in the output. For ex‐ ample: --input node1,/path/to/file1 --input node2,/path/to/file2 -c , --config Style configuration file to use, overriding the default one. Styles defined in the style configuration file can be selected using the --style option. For more details on the style configuration file, see the Style Configuration File section below. -f , --filter Flow filter expression. Only those flows matching the expression will be shown (although some formats implement filtering differ‐ ently, see the Datapath tree format section below). The filtering syntax is detailed in Filtering Syntax. -l , --highlight Highlight the flows that match the provided filter expression. The filtering syntax is detailed in Filtering Syntax. --style