Thanks for your reply.
I have created queues already via ovs-ofctl and I have also used the method
you mentioned in l2_learning with the help of which traffic is passing via
queues but when I use it in flow_stats.py I got the port and queue
unidentified error. I don't know how to use this in flow_s
Hi Sayed Qaiser,
If you would like to check the queue stats, could you check the stats via this
command:
ovs-ofctl queue-stats switch or tcp:127.0.0.1:6634.
If there is no result, you need to create queues at each port by using
ovs-vsctl .
then, you should use [msg.actions.append(of.ofp_act
Hello everybody,
I am working with pox controller. I want to check the traffic passing
through queues i.e. how many flows are there, how many packets and bytes
are there and what is passing which queue. For calculating flows and
packets/bytes I am using flow_stats.py which is given in
https://gith