Fixes src/dst fragments from ZMQ

This commit is contained in:
Alfredo Cardigliano 2019-05-21 13:03:42 +02:00
parent 86f3f19756
commit 4f61b6d599
2 changed files with 8 additions and 8 deletions

View file

@ -104,7 +104,8 @@ template = {
['PACKETS_OBSERVED'] = 318,
['PACKETS_SELECTED'] = 319,
['SELECTOR_NAME'] = 335,
['FRAGMENTS'] = NTOP_BASE_ID+80,
['SRC_FRAGMENTS'] = NTOP_BASE_ID+80,
['DST_FRAGMENTS'] = NTOP_BASE_ID+81,
['SRC_TO_DST_MAX_THROUGHPUT'] = NTOP_BASE_ID+82,
['SRC_TO_DST_MIN_THROUGHPUT'] = NTOP_BASE_ID+83,
['SRC_TO_DST_AVG_THROUGHPUT'] = NTOP_BASE_ID+84,