Skip to content

Instantly share code, notes, and snippets.

@amorenoz
Last active July 28, 2022 14:35
Show Gist options
  • Save amorenoz/2bd645e35938660f4a4b6241ce3334f1 to your computer and use it in GitHub Desktop.
Save amorenoz/2bd645e35938660f4a4b6241ce3334f1 to your computer and use it in GitHub Desktop.
OVS sos report
# datapath flows by source IP address
cat sos_commands/openvswitch/ovs-dpctl_dump-flows_-m | gawk '{ match ($0, /ipv[46]\(src=[[:alnum:]:.]+,/, ip); print ip[0]} ' | sort | uniq -c | sort -k 1 -n -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment