Hi, Reza

You got port stats through your Ryu application, right?

If so, could you try to get rx_dropped and tx_dropped directly from the switch? If the switch shows that rx_dropped and tx_dropped are zero, the behavior of Ryu is right. In this case, you should check if packet loss has occurred in other place than the switch, or ask the support team of your switch.

If you are using OpenVSwitch, 'ovs-ofctl dump-ports [switch name]' will show the information:


Thanks,
Fujimoto

On 2017年11月10日 21:24, Moh'd Reza Abbasi wrote:
Hi all,
I am using D-ITG to generate traffic in my Mininet network. The D-ITG log show 3% packet dropped, but when I look at the switchs' port stats both rx_dropped and tx_dropped are zero.

I am curious to know why the results are like this? shouldn't port stats show these packet losses?


Thanks,
Reza


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to