phaag / nfsen

Legacy NfSen code
Other
23 stars 11 forks source link

Every time nfsen is restarted, a massive spike in traffic statistics occurs. #39

Closed mkoelewijn closed 2 months ago

mkoelewijn commented 3 months ago

Our configuration is as follows:

NfSen:

Every time nfsen is restarted, a massive spike in traffic statistics occurs. This is unfortunately messing up the graphs over time. Could this be because of the sampling and any idea how to fix this?

Screenshot 2024-08-23 at 09 56 33 Screenshot 2024-08-23 at 09 56 44
phaag commented 2 months ago

Hmm .. I could assume, that restarting fills up the socket buffer from the time creating until it is processed first. But this is just guessing. You may experiment to skip the first few packet from the socket read when restarting.