On 19 Feb 2024, at 9:14, Adrian Moreno wrote:

> Graph view leverages the tree format (specially the tree-based
> filtering) and uses graphviz library to build a visual graph of the
> datapath in graphviz format.
>
> Conntrack zones are shown in random colors to help visualize connection
> tracking interdependencies.
>
> An html flag builds an HTML page with both the html flows and the graph
> (in svg) that enables navegation.
>
> Examples:
> $ ovs-appctl dpctl/dump-flows -m | ovs-flowviz datapath graph | dot
> -Tpng -o graph.png
> $ ovs-appctl dpctl/dump-flows -m | ovs-flowviz datapath graph --html >
> flows.html
>
> Acked-by: Eelco Chaudron <echau...@redhat.com>
> Signed-off-by: Adrian Moreno <amore...@redhat.com>

Thanks for adding the example to the commit message.

Acked-by: Eelco Chaudron <echau...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to