CESNET / ipfixprobe

BSD 3-Clause "New" or "Revised" License
40 stars 18 forks source link

Nettisa plugin #160

Closed koumajos closed 1 year ago

koumajos commented 1 year ago

NetTiSA plugin contains features computed by stream-wise computation with take care on efficiency and required memory. The feature set contains following features:

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.

koumajos commented 1 year ago
obrazek
codecov-commenter commented 1 year ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #160 +/- ## ========================================== - Coverage 41.68% 40.98% -0.71% ========================================== Files 84 86 +2 Lines 8266 8406 +140 Branches 1278 1286 +8 ========================================== - Hits 3446 3445 -1 - Misses 4053 4193 +140 - Partials 767 768 +1 ``` | Flag | Coverage Δ | | |---|---|---| | tests | `40.98% <4.51%> (-0.71%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET) | Coverage Δ | | |---|---|---| | [process/nettisa.hpp](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#diff-cHJvY2Vzcy9uZXR0aXNhLmhwcA==) | `0.00% <0.00%> (ø)` | | | [process/nettisa.cpp](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/160?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#diff-cHJvY2Vzcy9uZXR0aXNhLmNwcA==) | `11.53% <11.53%> (ø)` | | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/CESNET/ipfixprobe/pull/160/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

SiskaPavel commented 1 year ago

Moved to #161