summaryrefslogtreecommitdiffstats
path: root/tools/pkt_gen/ixnet
AgeCommit message (Expand)AuthorFilesLines
2016-08-04bugfix: Harmonize test/trial RFC2544 terminologyMartin Klozik3-16/+22
2016-07-27docs: Enhancement of IxNetwork configuration guideMartin Klozik1-3/+1
2016-03-12bugfix: Eliminate error and warning messagesMartin Klozik2-3/+3
2016-03-11bugfix: Cleanup of traffic gen api and default traffic valuesMartin Klozik1-2/+2
2016-02-17VSPERF: Report percentage frameloss from IXIA/IXNETRadek Zetik1-0/+3
2016-02-03pkt_gen: Add support for generating GENEVE framesDino Simeon Madarang2-2/+134
2016-02-03pkt_gen: Add IxNet support for GRE framesDino Simeon Madarang1-111/+365
2016-02-03Add simple VxLAN decapsulation performance testDino Simeon Madarang3-5/+3242
2015-12-16Back2Back: update default paramsMaryam Tahhan2-6/+9
2015-12-09testcase: scalability testcase enhancementsMartin Klozik2-34/+49
2015-12-08pkt_gen: rename throughput_tx_* to tx_rate_*Maryam Tahhan1-3/+3
2015-12-02pkt_gen: add duration to all send functionsMaryam Tahhan2-6/+6
2015-10-23Simple performance Test for the PVP and PVVPMartin Klozik1-5/+5
2015-10-12Enable PVP and PVVP deployments for Vanilla OVSMartin Klozik1-9/+9
2015-10-06Remove reported derived performance figuresRadek Zetik1-4/+5
2015-08-26bug_fix: process pkt_size/duration from cliMaryam Tahhan1-8/+8
2015-08-13Add new testcase for LTD.Scalability.RFC2544.0PacketLossMartin Klozik2-18/+23
2015-08-04Add a simple performance test that sends a continuous streamRadek Zetik1-2/+2
2015-07-17Add new biDirectional parameter for particular testcaseRadek Zetik2-13/+21
2015-07-14Support of windows drive letter in path to result dir.Martin Klozik1-1/+1
2015-07-07Port RFC2544.BackToBackFrames test to vsperfDino Simeon Madarang1-18/+10
2015-06-08framework: Add reworked framework to repoBilly O'Mahony3-0/+8635
: '^INTEGER\s+BatchRun\s+Copy:\s+?(?P<integer_copy>\d+\.\d+)\sMB/s$' - type: grep regex: '^INTEGER\s+BatchRun\s+Scale:\s+?(?P<integer_scale>\d+\.\d+)\sMB/s$' - type: grep regex: '^INTEGER\s+BatchRun\s+Add:\s+?(?P<integer_add>\d+\.\d+)\sMB/s$' - type: grep regex: '^INTEGER\s+BatchRun\s+Triad:\s+?(?P<integer_triad>\d+\.\d+)\sMB/s$' - type: grep regex: '^INTEGER\s+BatchRun\s+AVERAGE:\s+?(?P<integer_average>\d+\.\d+)\sMB/s$' - filename: Floatmem parsers: - type: grep regex: '^FL-POINT\s+BatchRun\s+Copy:\s+?(?P<float_copy>\d+\.\d+)\sMB/s$' - type: grep regex: '^FL-POINT\s+BatchRun\s+Scale:\s+?(?P<float_scale>\d+\.\d+)\sMB/s$' - type: grep regex: '^FL-POINT\s+BatchRun\s+Add:\s+?(?P<float_add>\d+\.\d+)\sMB/s$' - type: grep regex: '^FL-POINT\s+BatchRun\s+Triad:\s+?(?P<float_triad>\d+\.\d+)\sMB/s$' - type: grep regex: '^FL-POINT\s+BatchRun\s+AVERAGE:\s+?(?P<float_average>\d+\.\d+)\sMB/s$' - type: logfile paths: - '../../external/ssl/' logs: - filename: RSA_dump parsers: - type: grep regex: |- ^rsa\s+512\sbits\s.+ ?(?P<rsa_sign_512>\d+\.\d)\s+ ?(?P<rsa_verify_512>\d+\.\d)$ - type: grep regex: |- ^rsa\s+1024\sbits\s.+ ?(?P<rsa_sign_1024>\d+\.\d)\s+ ?(?P<rsa_verify_1024>\d+\.\d)$ - type: grep regex: |- ^rsa\s+2048\sbits\s.+ ?(?P<rsa_sign_2048>\d+\.\d)\s+ ?(?P<rsa_verify_2048>\d+\.\d)$ - type: grep regex: |- ^rsa\s+4096\sbits\s.+ ?(?P<rsa_sign_4096>\d+\.\d)\s+ ?(?P<rsa_verify_4096>\d+\.\d)$ - filename: AES-128-CBC_dump parsers: - type: grep regex: |- ^aes-128-cbc\s+ ?(?P<aes_128_cbc_16_bytes>\d+\.\w+)\s+ ?(?P<aes_128_cbc_64_bytes>\d+\.\w+)\s+ ?(?P<aes_128_cbc_256_bytes>\d+\.\w+)\s+ ?(?P<aes_128_cbc_1024_bytes>\d+\.\w+)\s+ ?(?P<aes_128_cbc_8192_bytes>\d+\.\w+)$ - type: logfile paths: - '../../external/sysinfo' logs: - filename: top.log parsers: - type: grep regex: 'Cpu\(s\):.+?(?P<cpu_idle>\d+\.\d)\sid' - filename: inxi.log parsers: - type: grep regex: '.+\s+Host:\s+(?P<hostname>.+)\sKernel' - type: grep regex: '.+\sMemory:\s+(?P<memory>.+MB)\s' - type: grep regex: '^CPU\(s\):\s+(?P<cpu>.+)' - type: grep regex: '.+\sDistro:\s+(?P<os>.+)' - type: grep regex: '.+\sKernel:\s+(?P<kernel>.+)\sConsole' - type: grep regex: '.+\s+HDD Total Size:\s+(?P<disk>.+)\s' - type: grep regex: '.+\sproduct:\s+(?P<product>.+)\sversion' reporter: name: console # transform collected data into timeline transformer: timeline QPIs: - compute.yaml