You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating an estimate of the traffic total between IP addresses (or other potential keys) is outside the scope of sflowtool. There is an ecosystem of other tools that do this. However it's worth linking from here to documents that explain the principles.
Summary: The simplest way is to scale by the indicated sampling-rate, but this assumes the switch is actually sampling at that rate and that there is no packet loss. The more robust approach is to compute the effective sampling rate by observing the delta in the sample_pool field, and then scale by that. Statistically what you get is a best-estimate with a confidence-interval.
场景:
The text was updated successfully, but these errors were encountered: