Re: [pox-dev] Creating Queues in flow_stats.py

2013-10-23 Thread Sayed Qaiser Ali Shah Shah
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

Re: [pox-dev] Creating Queues in flow_stats.py

2013-10-23 Thread Ali Al-Khamis
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

[pox-dev] Creating Queues in flow_stats.py

2013-10-23 Thread Sayed Qaiser Ali Shah Shah
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