From d079baf2c82af622fc06d7e4d368bdcac9a8efdc Mon Sep 17 00:00:00 2001 From: Maor Dickman Date: Sun, 13 Oct 2024 11:34:57 +0300 Subject: [PATCH] Add meter commands Signed-off-by: Maor Dickman --- sos/report/plugins/openvswitch.py | 2 ++ 1 file changed, 2 insertions(+) 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)