Discussion:
[Ryu-devel] Tracking Flow Statistics.
Suhail Asif
2017-06-21 20:50:25 UTC
Permalink
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

How can I get them? Any help would be highly appreciated.
Fujimoto Satoshi
2017-06-22 01:08:57 UTC
Permalink
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 your application should check its length and take statistics.


Thanks,
Fujimoto
Post by 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
How can I get them? Any help would be highly appreciated.
------------------------------------------------------------------------------
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
https://lists.sourceforge.net/lists/listinfo/ryu-devel
Loading...