amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

add log parsing and simple log grepping utility #15

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

OVSLog parses lines in OVS / OVN logs and extracts the different fields out of it.

ovs-lgrep is a very simple grepping tool that supports basic timestamp-based selection and file interleaving

Signed-off-by: Adrian Moreno amorenoz@redhat.com

amorenoz commented 3 years ago

Merge it to make it available for testing