go-ipfix icon indicating copy to clipboard operation
go-ipfix copied to clipboard

Inaccurate delta stats of aggregated records

Open zyiou opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently when aggregating records, we added delta stats https://github.com/vmware/go-ipfix/blob/main/pkg/intermediate/aggregate.go#L522-L528. Additionally, throughput calculation will make more sense when using accurate octetDeltaCount instead of source or destination specific delta stats.

Describe the solution you'd like Assign maximum of the delta stats instead of summing up.

Describe alternatives you've considered N/A

Additional context N/A

zyiou avatar Aug 26 '21 21:08 zyiou