Displaying 1 result from an estimated 1 matches for "flow_stats".
Did you mean:
flow_start
2009 Aug 04
2
flowadm -i 1 - shows only first flow
...seconds, at which statistics should be displayed. If
> this option is not specified, statistics are
> displayed once.
Which rather suggest it will display statistics for all flows and not
only first one.
Looking at the code of flowadm.c from b120:
flow_stats()
[...]
> /*
> * If an interval is specified, continuously show the stats
> * for only the first flow.
> */
> state->fs_firstonly = (interval != 0);
Is there a reason why only first flow is displayed?
If one wants stats for only one flo...