OVS Debug contains scripts and libraries that help debug OVS and OVN
Project description
ovs-dbg
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
pip install .
Enable bash autocomplete
eval "$(ovs-dbg-complete)"
Available tools
ovs-ofparse
ofparse
parses the output of commands such as ovs-ofproto dump-flows
and
prints the files in different outputs including json and html. It suports
formatting 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 running ovs-appctl ofproto/trace
)
ovs-offline
Contribute
PRs are welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ovs_dbg-0.0.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a5b6b412857a1e3f63e3ddf6504c08ab25ed041daafbc1beb65a84f859475f |
|
MD5 | b6dcb961728c595925380a1d0ee13fb7 |
|
BLAKE2b-256 | a49b0cfd11ed9df1cf8c20264e20fefaebd8b6cc434df2848828b69b0d2749f8 |