Hi All,

At the moment I have modified my switch to use packet In for every packet
entering the switch. What i want to attain is to get flow statistics for
every packet.

Let me explain a bit. A flow keeps track of how many packets have passed in
a flow, also how many bytes have passed.

Now what my target is to get the bytes based on each packet.

For example, First packet comes in with 2 bytes, the second packet with 3
bytes, so my byte count goes to 5.

Third packet of 2 bytes and byte count goes to 7. Is there a way to track
byte count and other statistics like this?

Regards,
------------------------------------------------------------------------------
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