goflow2 icon indicating copy to clipboard operation
goflow2 copied to clipboard

Add support for packetInterval and packetSpace to configure sampling rate

Open alopintsev opened this issue 3 months ago • 1 comments

Fixes #440 Implement sampling rate calculation based on PacketSpace and PacketInterval fields. Remove unused methods.

alopintsev avatar Dec 02 '25 14:12 alopintsev

What a coincidence that you implemented this recently! I was just looking into this issue with the Nokia devices.

I tested your branch (at bbdfb9e07e43748906c386617e242d78c009a765) and it works as expected with the Nokia-IPFIX I have at hand.

jomority avatar Dec 11 '25 14:12 jomority

Will have a look. Thank you for the suggestion

Remove unused methods.

please keep in mind that these are public functions that can be used by other tools importing the library. this could introduce bad surprise/breaking changes.

lspgn avatar Dec 14 '25 01:12 lspgn

please keep in mind that these are public functions that can be used by other tools importing the library. this could introduce bad surprise/breaking changes.

My bad, I've restored the deleted functions.

alopintsev avatar Dec 15 '25 13:12 alopintsev