X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fsummarizer.py;h=a4b02a66c8f1037fb521008b4faaa90de614496f;hb=8755c892f6cfbfb8ca4f3405675dfe770c769605;hp=b30ef23468862caa3ddcb5b74943da7dd5ed570b;hpb=c3e9d0fc0076f0a2930f13366255b0e8e65fb814;p=nfvbench.git diff --git a/nfvbench/summarizer.py b/nfvbench/summarizer.py index b30ef23..a4b02a6 100644 --- a/nfvbench/summarizer.py +++ b/nfvbench/summarizer.py @@ -266,6 +266,11 @@ class NFVBenchSummarizer(Summarizer): # 'append' expects a single parameter => double parentheses self.ndr_pdr_header.append((str(percentile) + ' %ile lat.', Formatter.standard)) self.single_run_header.append((str(percentile) + ' %ile lat.', Formatter.standard)) + + if self.config.periodic_gratuitous_arp: + self.direction_keys.insert(2, 'garp-direction-total') + self.direction_names.insert(2, 'Gratuitous ARP') + # if sender is available initialize record if self.sender: self.__record_init()