Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Scripts to help debug OVS and OVN

License

NotificationsYou must be signed in to change notification settings

amorenoz/ovs-dbg

Repository files navigation

Scripts to help debug OVS and OVN

Full documentation here:https://ovs-dbg.readthedocs.io/en/latest

Install

Latest released version:

pip install ovs-dbg

From the git checkout

./prepare.sh && pip install .

Enable bash autocomplete

eval "$(ovs-dbg-complete)"

Available tools

ovs-ofparse

ofparse parses the output of commands such asovs-ofproto dump-flows andprints the files in different outputs including json and html. It suportsformatting and filtering.

ovs-ofparse --help

ovs-lgrep

ovs-lgrep helps you grep though many OVS log files to find interleaving the results to help you find what happened on a OVS/OVN cluster

ovs-lgrep --help

ovs-offline

ovs-offline is a script that locally recreates a running OVS so you can debug offline (including runningovs-appctl ofproto/trace)

ovs-offline

Contribute

PRs are welcome!


[8]ページ先頭

©2009-2025 Movatter.jp