diff --git a/sos/report/plugins/openvswitch.py b/sos/report/plugins/openvswitch.py index 6712348a5f..a4ca2b8ae2 100644 --- a/sos/report/plugins/openvswitch.py +++ b/sos/report/plugins/openvswitch.py @@ -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)