We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d079baf commit 5787b9fCopy full SHA for 5787b9f
sos/report/plugins/openvswitch.py
@@ -118,6 +118,8 @@ def setup(self):
118
f"{self.vctl} -t 5 list bridge",
119
# Capture OVS datapath list
120
f"{self.vctl} -t 5 list datapath",
121
+ # Capture OVS mirror list
122
+ f"{self.vctl} -t 5 list mirror",
123
# Capture DPDK queue to pmd mapping
124
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 5",
125
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 30",
0 commit comments