Skip to content

Commit

Permalink
Dump meter configuration and stats.
Browse files Browse the repository at this point in the history
Without meters, we lack complete visibility into OpenFlow,
which means we cannot fully monitor the networking activities
in OCP/OSP that rely on meters through OVN.

This change adds both necessary outputs.

Signed-off-by: Flavio Leitner <[email protected]>
  • Loading branch information
fleitner authored and arif-ali committed Feb 12, 2025
1 parent ebc26bf commit 2615b52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sos/report/plugins/openvswitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ def get_flow_versions(self, bridge):
f"{self.ofctl} -O {flow} dump-flows {bridge}",
f"{self.ofctl} -O {flow} dump-tlv-map {bridge}",
f"{self.ofctl} -O {flow} dump-ports-desc {bridge}",
f"{self.ofctl} -O {flow} dump-meters {bridge}",
f"{self.ofctl} -O {flow} meter-stats {bridge}",
])

def get_port_list(self, bridge):
Expand Down

0 comments on commit 2615b52

Please sign in to comment.