Hi, folks
After I added QoS, I can see it by ovn-nbctl list qos
"""
_uuid : 690ecdf9-c6ae-41ef-a4ae-0a7a7c7c33ce
action : {}
bandwidth : {rate=1000000}
direction : to-lport
external_ids : {}
match : "outport == \"gznx1#6383-ls2lr\""
priority : 100
"""
I also can see meter in hypervisor node, I believe OVN has used meter to do QoS.
"""
# ovs-ofctl -Oopenflow13 dump-meters br-int
OFPST_METER_CONFIG reply (OF1.3) (xid=0x2):
meter=4 kbps stats bands=
type=drop rate=1000000
meter=3 kbps stats bands=
type=drop rate=1000000
"""
But how can I find the corresponding meter for a QoS item?
ovn-nbctl meter-list just shows nothing. ovn-nbctl can't get traffic statistics
for a specific QoS item either.
I think only one way is to find the corresponding meter ID for it, then get
traffic statictics from meter ID.
Anybody knows how to find this? thank you in advance.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev