On 2015-10-13 at 14:47:28 +0200, [email protected] <[email protected]> wrote: > Le mardi 13 octobre 2015 14:02:45 UTC+2, Tobias Klauser a écrit : > > > > ifpps reports the NIC the cummulative stats since start of the system > > (i.e. the info from /proc/net/dev), so you'll probably also be seeing > > the stats from your previous attempts unless you reboot in between the > > trials (or for some NIC drivers reloading the driver module might have > > the same effect). > > > > Cheers > > Tobias > > > > Hello Tobias, > > In my example I used the second columns of the csv output which corresponds > to "rx-bytes-per-t". > > As far as I understand (I didn't check the source) it will be calculate > like: > rx-bytes-per-t = n - n-1 > > where n is the value retrieved from /proc/net/dev and n-1 the previous > value retrieved (in my case t=1000 ms).
How periodic is the traffic you recieve? How does it look if you average the values for RX bytes/t? -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
