Skip to content

Commit

Permalink
Add meter commands
Browse files Browse the repository at this point in the history
Signed-off-by: Maor Dickman <[email protected]>
  • Loading branch information
dickmanmaor authored and filanov committed Oct 14, 2024
1 parent dc1e555 commit d079baf
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 @@ -292,6 +292,8 @@ def collect_ovs_bridge_info(self):
f"{self.ofctl} queue-stats {bri}",
f"{self.ofctl} show {bri}",
f"{self.ofctl} dump-groups {bri}",
f"{self.ofctl} meter-stats {bri}",
f"{self.ofctl} dump-meters {bri}",
])

self.get_flow_versions(bri)
Expand Down

0 comments on commit d079baf

Please sign in to comment.