Re: [Ryu-devel] Tracking Flow Statistics.

2017-06-21 Thread Fujimoto Satoshi
Hi, Suhail Unfortunately, these statistics are out of OpenFlow's scope, and OpenVSwitch does not seem to provide statistics like these... I think you need to implement your own application to take statistics. For example, you need to make your switches to do Packet-In with every packet, then y

[Ryu-devel] Tracking Flow Statistics.

2017-06-21 Thread Suhail Asif
Hi, I am trying to work with RYU flows. Now I want to track some important statistics, i could not find any documentation related to them, it would be great if some one could help.. Following are the statistics required. Length of First Packet Length of Longest Packet Length of shortest Packet