Metadata-Version: 2.1
Name: ovs_dbg
Version: 0.0.8
Summary: OVS Debug contains scripts and libraries that help debug OVS and OVN
Home-page: https://ovs-dbg.readthedocs.io/en/latest/
Author: Adrián Moreno
Author-email: amorenoz@redhat.com
License: Apache Software License 2.0
Project-URL: Source, https://github.com/amorenoz/ovs-dbg
Keywords: ovs_dbg
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE

# 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 .


# 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

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

    offline-dbg

# Contribute
PRs are welcome!

