Hi!
Still cannot understand how to get a detailed information about each flow - is it possible to esimate the real quantity of frames per flow? I've read "Packet Sampling Basics" and
this message but still don't understand how to calculate data in the real world.
I receive sFlow datagrams from ALU switch and see the following data:
The formula is:
effective_sampling_ratio = delta(sample_pool) / samples_received
frames(X) = samples_received(X) * effective_sampling_ratio
Stuck here... So my questions are:
1. How can I get "delta"?
2. What is "samples received" in my case? The sum of identical flows?
3. What is the real meaning of "Sequence number"? Is it an Id of each unique flow?
I'll be happy to get answers on any of my questions ))