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
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.
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.11b1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5965cfa6037165a305158aad2186230615a89262f1fb41ba640c916cbbe56c60 |
|
MD5 | b6911c34a43307eabbc13eb3cdb2b379 |
|
BLAKE2b-256 | 0b0d06a44155d1c6d070eabb23f32b61ded24809886d2bff33cd131b18f27bc8 |