@tohojo requested changes on this pull request.

Happy to take this, but please fix the cutoff issue :)


In flent/tests/tcp_nup.conf:

> @@ -56,6 +56,14 @@ PLOTS = o([
                   'smoothing': 10,
                   'color': 'black',
                   'linewidth': 2}]}),
+    ('upload_box',
+     {'description': 'Upload box plot',
+      'type': 'box',
+      'series': [{'data': glob('TCP upload::*'),
+                  'label': 'BE'},
+                 {'data': 'TCP upload avg',
+                  'label': 'Avg',
+                  'cutoff': (DELAY,-DELAY)}]}),

Shouldn't cutoff be consistent between the average and the individual flows?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.