Hello VSPERF Members,

I hereby propose the following to include Latency Histogram support while 
reporting results in VSPERF.

The histogram output from a traffic-generator output can be visualized as below:
                'histogram': {'bin_unit': '  ',
                                        'values': { bin1: freq1,
                                                           bin2: freq2,
                                                       .....
                                                            binN: freqN},
                                                          },
                                        }
                }
Where,
#bin_unit: one of ns|us|ms
#bin1: > 0 and < bin1
#bin2: >= bin1 and < bin2
#binN: >= binN-1
#freq: No/Of Values (Packet-count) whose latency value fall within the 
corresponding bin-range.

Considering this, I propose to add the following to ResultsConstants class.

HISTO_LATENCY_UNIT = 'histo_latency_unit'
# Number of Bins
HISTO_LATENCY_BINS = 'histo_latency_bins'
# List of BIN WIDTHS
HISTO_LATENCY_BIN_WIDTHS = 'histo_latency_bin_widths'
# List of bin-counts for each bin-width
HISTO_LATENNCY_BIN_COUNTS = 'histo_latency_bin_counts'

Please feel free to share your thoughts.

Regards
Sridhar




Spirent Communications e-mail confidentiality.
------------------------------------------------------------------------
This e-mail contains confidential and / or privileged information belonging to 
Spirent Communications plc, its affiliates and / or subsidiaries. If you are 
not the intended recipient, you are hereby notified that any disclosure, 
copying, distribution and / or the taking of any action based upon reliance on 
the contents of this transmission is strictly forbidden. If you have received 
this message in error please notify the sender by return e-mail and delete it 
from your system.

Spirent Communications plc
Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, United Kingdom.
Tel No. +44 (0) 1293 767676
Fax No. +44 (0) 1293 767677

Registered in England Number 470893
Registered at Northwood Park, Gatwick Road, Crawley, West Sussex, RH10 9XN, 
United Kingdom.

Or if within the US,

Spirent Communications,
27349 Agoura Road, Calabasas, CA, 91301, USA.
Tel No. 1-818-676- 2300
_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to