For me, it still shows twice the real value. These are from yesterday:
download1.png
And there's this one I've just tried:
download2.png
It should be 648MB, but show up as nearly two times that number. Everything else is still messed up. But from you screen shot, I can tell it's something I'm doing wrong
What I do know is that the nfdump is not duplicated:
Code: Select all
[root@localhost flows]# nfdump -r nfcapd.201609291350 | grep 130.239.18.176
2016-09-29 13:54:02.169 CREATE Ignore TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 0 0
[root@localhost flows]# nfdump -r nfcapd.201609291355 | grep 130.239.18.176
2016-09-29 13:54:02.169 UPDATE Ignore TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 171 108.8 M
2016-09-29 13:55:03.349 UPDATE Ignore TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 0 209.7 M
2016-09-29 13:56:04.548 UPDATE Ignore TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 0 230.0 M
2016-09-29 13:57:05.738 UPDATE 2031 TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 0 132.2 M
2016-09-29 13:54:02.169 DELETE 2031 TCP 1.1.1.1:59400 -> 130.239.18.176:80 1.1.1.1:59400 -> 130.239.18.176:80 171 680.8 M
Maybe it's counting all of the flows together, the partials and the final one...?
You're collecting data from your wan interface, right? I'm collecting from my lan interface, and the public IP shows as destination. In your case, it's the other way around.
You do not have the required permissions to view the files attached to this post.