Closed koumajos closed 1 year ago
Patch coverage: 4.51
% and project coverage change: -0.71
:warning:
Comparison is base (
7ac3641
) 41.68% compared to head (f29f249
) 40.98%.:exclamation: Current head f29f249 differs from pull request most recent head 4d857a4. Consider uploading reports for the commit 4d857a4 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Moved to #161
NetTiSA plugin contains features computed by stream-wise computation with take care on efficiency and required memory. The feature set contains following features:
Time distribution - Describes the distribution of time differences between individual packets.
The NetTiSA flow increase the network telemetry by only 52 bytes compared to classical flow.
The implementation of the NetTiSA flow requires to store 15 floats for each IP flow, respectively biflow, that is 60 bytes in RAM memory for each flow. Furthermore, when new packet arrives it requires to perform 23 mathematical operations and 5 comparisons. Moreover, before exporting the flow plugin perform 20 additional mathematical operations.