https://github.com/amorenoz/ovs-dbg
Scripts to help debug OVS and OVN
https://github.com/amorenoz/ovs-dbg
debugging openvswitch ovn ovs ovsdb troubleshooting
Last synced: 8 months ago
JSON representation
Scripts to help debug OVS and OVN
- Host: GitHub
- URL: https://github.com/amorenoz/ovs-dbg
- Owner: amorenoz
- License: apache-2.0
- Created: 2021-07-02T10:23:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T07:18:53.000Z (9 months ago)
- Last Synced: 2025-09-25T07:46:19.849Z (9 months ago)
- Topics: debugging, openvswitch, ovn, ovs, ovsdb, troubleshooting
- Language: Shell
- Homepage:
- Size: 588 KB
- Stars: 27
- Watchers: 5
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ovs-dbg
Tools to help debug OVS and OVN
Full documentation here: https://ovs-dbg.readthedocs.io/en/latest
# Containers
## ovs-dbg
A swiss-army knife container to troubleshoot OVS deployments.
## ovs-offline
Used by `ovs-offline` tool.
# Available tools
## 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!