Suhail Asif
2017-07-09 05:33:41 UTC
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,
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,