Hi, I have created some queues in mininet 2.0 using OVS-VSCTL and want to get these statistics into my controller. I am using POX.
sudo ovs-vsctl set Port s1-eth2 qos=@newqos -- --id=@newqos create QoS type=linux-fifo other-config:max-rate=1000000000 queues=0=@q0,1=@q1 -- --id=@q0 create Queue other-config:min-rate=100000000 other-config:max-rate=100000000 -- --id=@q1 create Queue other-config:min-rate=500000000 8e8f3ca3-4c2c-4395-8669-62468fdf666f 477ea2a6-571f-4a41-bb4d-68f22d5b7280 8bd51169-6938-4551-9be0-95eb4a1cd4bf Can you please tell me whether ofp_queue_get_config_request() works and how i should use it? Is there any other utility to access queue statistics from the controller. Thanks, Geetha
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss