2019-09-16 17:04:44,970 [DEBUG] yardstick.common.utils utils.py:93 Importing modules: set(['api.resources.write_hosts']) 2019-09-16 17:04:44,971 [DEBUG] yardstick.common.utils utils.py:93 Importing modules: set(['api.resources.v1.asynctasks', 'api.resources.v1.testsuites', 'api.resources.v1.tasks', 'api.resources.v1.env', 'api.resources.v1.testcases', 'api.resources.v1.results']) 2019-09-16 17:04:45,126 [DEBUG] yardstick.common.utils utils.py:93 Importing modules: set(['api.resources.v2.openrcs', 'api.resources.v2.testcases', 'api.resources.v2.images', 'api.resources.v2.environments', 'api.resources.v2.pods', 'api.resources.v2.containers', 'api.resources.v2.tasks', 'api.resources.v2.testsuites', 'api.resources.v2.projects']) 2019-09-16 17:04:45,240 [INFO] yardstick.cmd.commands.task task.py:52 Task START 2019-09-16 17:04:45,241 [DEBUG] yardstick.benchmark.core.task task.py:77 Output configuration is: {'DEFAULT': {'debug': 'False', 'dispatcher': 'influxdb'}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}} 2019-09-16 17:04:45,241 [INFO] yardstick.benchmark.core.task task.py:470 Parsing suite file:/home/opnfv/repos/yardstick/tests/opnfv/test_suites/opnfv_os-nosdn-ovs-ha_daily.yaml 2019-09-16 17:04:45,247 [INFO] yardstick.benchmark.core.task task.py:479 Starting scenario:os-nosdn-ovs-ha 2019-09-16 17:04:45,247 [INFO] yardstick.benchmark.core.task task.py:450 cur_pod:lf-pod2, cur_installer:fuel,tc_constraints:{u'installer': u'compass', u'pod': u'huawei-pod1'} 2019-09-16 17:04:45,247 [INFO] yardstick.benchmark.core.task task.py:450 cur_pod:lf-pod2, cur_installer:fuel,tc_constraints:{u'installer': u'compass', u'pod': u'huawei-pod1'} 2019-09-16 17:04:45,247 [INFO] yardstick.benchmark.core.task task.py:450 cur_pod:lf-pod2, cur_installer:fuel,tc_constraints:{u'installer': u'compass', u'pod': u'huawei-pod1'} 2019-09-16 17:04:45,248 [DEBUG] yardstick.benchmark.core.task task.py:98 task_files:[u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc012.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc014.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc037.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc069.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc070.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml', u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc072.yaml'], task_args:[None, None, None, None, None, None, None, None, None, None, None], task_args_fnames:[None, None, None, None, None, None, None, None, None, None, None] 2019-09-16 17:04:45,248 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml 2019-09-16 17:04:45,257 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 kristian.hunt@gmail.com and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC002 config file; measure network latency using ping; scenarios: - type: Ping options: packetsize: 100 host: athena.demo target: ares.demo runner: type: Duration duration: 60 interval: 10 sla: max_rtt: 10 action: monitor - type: Ping options: packetsize: 100 host: athena.demo target: ares.demo runner: type: Duration duration: 60 interval: 10 sla: max_rtt: 10 action: monitor context: name: demo image: cirros-0.3.5 flavor: yardstick-flavor user: cirros placement_groups: pgrp1: policy: "availability" servers: athena: floating_ip: true placement: "pgrp1" ares: placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,703 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,704 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml 2019-09-16 17:04:45,712 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC005 config file; Measure Storage IOPS, throughput and latency using fio. scenarios: - type: Fio options: filename: /home/ubuntu/data.raw bs: 4k rw: read ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 64k rw: read ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 1024k rw: read ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 4k rw: write ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 64k rw: write ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 1024k rw: write ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 4k rw: randwrite ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 64k rw: randwrite ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 1024k rw: randwrite ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 4k rw: randread ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 64k rw: randread ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 1024k rw: randread ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 4k rw: rw ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 64k rw: rw ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor - type: Fio options: filename: /home/ubuntu/data.raw bs: 1024k rw: rw ramp_time: 10 duration: 20 host: fio.yardstick-TC005 runner: type: Iteration iterations: 1 interval: 1 sla: read_bw: 400 read_iops: 100 read_lat: 20000 write_bw: 400 write_iops: 100 write_lat: 20000 action: monitor context: name: yardstick-TC005 image: yardstick-image flavor: yardstick-flavor user: ubuntu servers: fio: floating_ip: true networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,746 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,746 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml 2019-09-16 17:04:45,751 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 kristian.hunt@gmail.com and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC010 config file; measure memory read latency using lmbench. scenarios: - type: Lmbench options: test_type: "latency" stride: 128 stop_size: 64.0 host: demeter.yardstick-TC010 runner: type: Iteration iterations: 10 interval: 1 sla: max_latency: 30 action: monitor context: name: yardstick-TC010 image: yardstick-image flavor: yardstick-flavor user: ubuntu servers: demeter: floating_ip: true networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,756 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,756 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml 2019-09-16 17:04:45,765 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC011 config file; Measure packet delay variation (jitter) using iperf3. scenarios: - type: Iperf3 options: protocol: udp bandwidth: 20m length: 8K window: 29200 host: zeus.demo target: hera.demo runner: type: Duration duration: 30 sla: jitter: 10 action: monitor context: name: demo image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: zeus: floating_ip: true placement: "pgrp1" hera: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,770 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,770 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc012.yaml 2019-09-16 17:04:45,775 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 kristian.hunt@gmail.com and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC012 config file; Measure memory read and write bandwidth using lmbench. scenarios: - type: Lmbench options: test_type: "bandwidth" size: 10240 benchmark: "rdwr" warmup: 0 host: demeter.demo runner: type: Iteration iterations: 10 interval: 1 sla: min_bandwidth: 15000 action: monitor context: name: demo image: yardstick-image flavor: yardstick-flavor user: ubuntu servers: demeter: floating_ip: true networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,780 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,781 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc014.yaml 2019-09-16 17:04:45,786 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC014 config file; Measure Processing speed using unixbench. scenarios: - type: UnixBench options: run_mode: 'verbose' test_type: 'dhry2reg' host: Chang'e.yardstick-TC014 runner: type: Iteration iterations: 1 interval: 1 context: name: yardstick-TC014 image: yardstick-image flavor: yardstick-flavor user: ubuntu servers: Chang'e: floating_ip: true networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,790 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,791 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc037.yaml 2019-09-16 17:04:45,797 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Ericsson AB and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC037 config file; Measure network throughput and packet loss using pktgen; Different amounts of flows are tested with, from 2 up to 1001000; All tests are run 2 times each. First 2 times with the least amount of ports, then 2 times with the next amount of ports, and so on until all packet sizes have been run with; During the measurements system load and network latency are recorded/measured using ping and mpstat, respectively; scenarios: - type: CPUload run_in_background: true options: interval: 1 host: demeter.yardstick-TC037 - type: CPUload run_in_background: true options: interval: 1 host: poseidon.yardstick-TC037 - type: Ping run_in_background: true options: packetsize: 100 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 sla: max_rtt: 10 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 10 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 50 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 100 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 300 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 500 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 750 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1000 duration: 20 host: demeter.yardstick-TC037 target: poseidon.yardstick-TC037 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor context: name: yardstick-TC037 image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: demeter: floating_ip: true placement: "pgrp1" poseidon: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,815 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,815 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc069.yaml 2019-09-16 17:04:45,820 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC069 config file; Measure memory read and write bandwidth using ramspeed. scenarios: - type: Ramspeed options: type_id: 1 load: 32 block_size: 64 host: kratos.yardstick-TC069 runner: type: Iteration iterations: 5 interval: 1 sla: min_bandwidth: 7000 action: monitor context: name: yardstick-TC069 image: yardstick-image flavor: yardstick-flavor user: ubuntu servers: kratos: floating_ip: true networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,825 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,825 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc070.yaml 2019-09-16 17:04:45,832 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC070 config file; Measure network throughput and packet loss using pktgen; Different amounts of flows are tested with, from 2 up to 1001000; All tests are run 2 times each. First 2 times with the least amount of ports, then 2 times with the next amount of ports, and so on until all packet sizes have been run with; During the measurements memory usage statistics and network latency are recorded/measured using free and ping, respectively; scenarios: - type: MEMORYload run_in_background: true options: interval: 1 count: 10 host: demeter.yardstick-TC070 - type: MEMORYload run_in_background: true options: interval: 1 count: 10 host: poseidon.yardstick-TC070 - type: Ping run_in_background: true options: packetsize: 100 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 sla: max_rtt: 10 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 10 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 50 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 100 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 300 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 500 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 750 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1000 duration: 20 host: demeter.yardstick-TC070 target: poseidon.yardstick-TC070 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor context: name: yardstick-TC070 image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: demeter: floating_ip: true placement: "pgrp1" poseidon: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,850 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,850 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml 2019-09-16 17:04:45,857 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC071 config file; Measure cache hit/miss ratio and usage, network throughput and latency; Different amounts of flows are tested with, from 2 up to 1001000; All tests are run 2 times each. First 2 times with the least amount of ports, then 2 times with the next amount of ports, and so on until all packet sizes have been run with; During the measurements cache hit/miss ration, cache usage statistics and network latency are recorded/measured using cachestat and ping, respectively; scenarios: - type: CACHEstat run_in_background: true options: interval: 1 host: demeter.yardstick-TC071 - type: CACHEstat run_in_background: true options: interval: 1 host: poseidon.yardstick-TC071 - type: Ping run_in_background: true options: packetsize: 100 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 sla: max_rtt: 10 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 10 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 50 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 100 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 300 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 500 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 750 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1000 duration: 20 host: demeter.yardstick-TC071 target: poseidon.yardstick-TC071 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor context: name: yardstick-TC071 image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: demeter: floating_ip: true placement: "pgrp1" poseidon: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,875 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,875 [INFO] yardstick.benchmark.core.task task.py:547 Parsing task config: /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc072.yaml 2019-09-16 17:04:45,882 [DEBUG] yardstick.benchmark.core.task task.py:536 Input task is: ############################################################################## # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- schema: "yardstick:task:0.1" description: > Yardstick TC072 config file; Measure network throughput and packet loss using pktgen; Different amounts of flows are tested with, from 2 up to 1001000; All tests are run 2 times each. First 2 times with the least amount of ports, then 2 times with the next amount of ports, and so on until all packet sizes have been run with; During the measurements network usage statistics and network latency are recorded/measured using sar and ping, respectively; scenarios: - type: NetUtilization run_in_background: true options: interval: 1 count: 10 host: demeter.yardstick-TC072 - type: NetUtilization run_in_background: true options: interval: 1 count: 10 host: poseidon.yardstick-TC072 - type: Ping run_in_background: true options: packetsize: 100 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 sla: max_rtt: 10 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 10 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 50 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 100 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 300 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 500 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 750 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor - type: Pktgen options: packetsize: 64 number_of_ports: 1000 duration: 20 host: demeter.yardstick-TC072 target: poseidon.yardstick-TC072 runner: type: Iteration iterations: 2 interval: 1 sla: max_ppm: 1000 action: monitor context: name: yardstick-TC072 image: yardstick-image flavor: yardstick-flavor user: ubuntu placement_groups: pgrp1: policy: "availability" servers: demeter: floating_ip: true placement: "pgrp1" poseidon: floating_ip: true placement: "pgrp1" networks: test: cidr: '10.0.1.0/24' 2019-09-16 17:04:45,900 [WARNING] yardstick.benchmark.contexts.heat heat.py:114 No pod file specified. NVFi metrics will be disabled 2019-09-16 17:04:45,901 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-abbc28e6' START 2019-09-16 17:04:46,049 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-abbc28e6' created 2019-09-16 17:04:46,049 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-abbc28e6-key' 2019-09-16 17:04:46,049 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-abbc28e6-secgroup' 2019-09-16 17:04:46,049 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:04:46,049 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-abbc28e6-test' 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-abbc28e6-test-subnet' in network 'demo-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-abbc28e6-test-router-if0' router:'demo-abbc28e6-test-router', subnet:'demo-abbc28e6-test-subnet' 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-abbc28e6-test-subnet', 'demo-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-abbc28e6-test-subnet'}}], 'name': 'ares.demo-abbc28e6-test-port', 'security_groups': ['demo-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'ares.demo-abbc28e6', image 'cirros-0.3.5', flavor 'yardstick-flavor', ports ['ares.demo-abbc28e6-test-port'] 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-abbc28e6-test-subnet', 'demo-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-abbc28e6-test-subnet'}}], 'name': 'athena.demo-abbc28e6-test-port', 'security_groups': ['demo-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'athena.demo-abbc28e6-fip', network 'floating_net', port 'athena.demo-abbc28e6-test-port', rif 'demo-abbc28e6-test-router-if0' 2019-09-16 17:04:46,050 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'athena.demo-abbc28e6-fip-assoc', server 'athena.demo-abbc28e6-test-port', floating_ip 'athena.demo-abbc28e6-fip' 2019-09-16 17:04:46,051 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'athena.demo-abbc28e6', image 'cirros-0.3.5', flavor 'yardstick-flavor', ports ['athena.demo-abbc28e6-test-port'] 2019-09-16 17:04:46,051 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-abbc28e6' START 2019-09-16 17:05:29,352 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-abbc28e6' DONE in 43 secs 2019-09-16 17:05:30,258 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-abbc28e6' DONE 2019-09-16 17:05:30,259 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:05:30,273 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:05:30,285 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 60s 2019-09-16 17:05:30,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:05:30,290 [DEBUG] yardstick.ssh.athena ssh.py:148 user:cirros host:172.30.10.120 2019-09-16 17:05:30,297 [DEBUG] yardstick.ssh.athena ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.120')",) 2019-09-16 17:05:31,300 [DEBUG] yardstick.ssh.athena ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.120')",) 2019-09-16 17:05:32,484 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:05:32,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14901 seq=1 START 2019-09-16 17:05:32,486 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:05:34,556 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.472' 2019-09-16 17:05:45,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14901 seq=1 END 2019-09-16 17:05:45,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14901 seq=2 START 2019-09-16 17:05:45,572 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:05:47,579 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.350' 2019-09-16 17:05:50,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:05:50,284 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.472 1568653545570736896 2019-09-16 17:05:58,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14901 seq=2 END 2019-09-16 17:05:58,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14901 seq=3 START 2019-09-16 17:05:58,595 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:06:00,445 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:06:00,446 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.35 1568653558593889024 2019-09-16 17:06:00,602 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.338' 2019-09-16 17:06:11,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14901 seq=3 END 2019-09-16 17:06:11,616 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14901 seq=4 START 2019-09-16 17:06:11,616 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:06:13,623 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.351' 2019-09-16 17:06:15,558 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:06:15,559 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.338 1568653571615804928 2019-09-16 17:06:24,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14901 seq=4 END 2019-09-16 17:06:24,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14901 seq=5 START 2019-09-16 17:06:24,638 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:06:25,664 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:06:25,665 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.351 1568653584637165056 2019-09-16 17:06:26,644 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.294' 2019-09-16 17:06:37,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14901 seq=5 END 2019-09-16 17:06:37,657 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:06:37,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:06:37,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:06:37,679 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:06:37,680 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.294 1568653597656582144 2019-09-16 17:06:37,782 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:06:37,783 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:06:37,786 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:06:37,795 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 60s 2019-09-16 17:06:37,797 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:06:37,799 [DEBUG] yardstick.ssh.athena ssh.py:148 user:cirros host:172.30.10.120 2019-09-16 17:06:37,983 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:06:37,985 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14905 seq=1 START 2019-09-16 17:06:37,986 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:06:40,057 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.324' 2019-09-16 17:06:51,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14905 seq=1 END 2019-09-16 17:06:51,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14905 seq=2 START 2019-09-16 17:06:51,072 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:06:52,792 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:06:52,793 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.324 1568653611070811136 2019-09-16 17:06:53,080 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.372' 2019-09-16 17:07:04,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14905 seq=2 END 2019-09-16 17:07:04,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14905 seq=3 START 2019-09-16 17:07:04,095 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:07:06,102 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.349' 2019-09-16 17:07:07,898 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:07:07,899 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.372 1568653624093816064 2019-09-16 17:07:17,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14905 seq=3 END 2019-09-16 17:07:17,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14905 seq=4 START 2019-09-16 17:07:17,116 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:07:18,024 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:07:18,025 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.349 1568653637115719936 2019-09-16 17:07:19,123 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.347' 2019-09-16 17:07:30,128 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14905 seq=4 END 2019-09-16 17:07:30,128 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14905 seq=5 START 2019-09-16 17:07:30,129 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.18 2019-09-16 17:07:32,136 [DEBUG] yardstick.ssh.athena ssh.py:292 stdout: u'0.305' 2019-09-16 17:07:33,122 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:07:33,123 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.347 1568653650128300032 2019-09-16 17:07:43,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14905 seq=5 END 2019-09-16 17:07:43,150 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:07:43,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:07:43,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:07:43,208 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:07:43,209 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc002,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.ares=0.305 1568653663149627904 2019-09-16 17:07:43,329 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:07:43,329 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc002" SUCCESS!!! 2019-09-16 17:07:43,330 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-abbc28e6' START 2019-09-16 17:08:04,525 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-abbc28e6' DONE 2019-09-16 17:08:04,526 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc002.yaml finished in 198 secs 2019-09-16 17:08:04,527 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC005-abbc28e6' START 2019-09-16 17:08:04,598 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC005-abbc28e6' created 2019-09-16 17:08:04,598 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC005-abbc28e6-key' 2019-09-16 17:08:04,599 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC005-abbc28e6-secgroup' 2019-09-16 17:08:04,599 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:08:04,599 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC005-abbc28e6-test' 2019-09-16 17:08:04,600 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC005-abbc28e6-test-subnet' in network 'yardstick-TC005-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:08:04,600 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC005-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:08:04,600 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC005-abbc28e6-test-router-if0' router:'yardstick-TC005-abbc28e6-test-router', subnet:'yardstick-TC005-abbc28e6-test-subnet' 2019-09-16 17:08:04,600 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC005-abbc28e6-test-subnet', 'yardstick-TC005-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC005-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC005-abbc28e6-test-subnet'}}], 'name': 'fio.yardstick-TC005-abbc28e6-test-port', 'security_groups': ['yardstick-TC005-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:08:04,601 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'fio.yardstick-TC005-abbc28e6-fip', network 'floating_net', port 'fio.yardstick-TC005-abbc28e6-test-port', rif 'yardstick-TC005-abbc28e6-test-router-if0' 2019-09-16 17:08:04,601 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'fio.yardstick-TC005-abbc28e6-fip-assoc', server 'fio.yardstick-TC005-abbc28e6-test-port', floating_ip 'fio.yardstick-TC005-abbc28e6-fip' 2019-09-16 17:08:04,601 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'fio.yardstick-TC005-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['fio.yardstick-TC005-abbc28e6-test-port'] 2019-09-16 17:08:04,601 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC005-abbc28e6' START 2019-09-16 17:17:28,996 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC005-abbc28e6' DONE in 564 secs 2019-09-16 17:17:29,640 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC005-abbc28e6' DONE 2019-09-16 17:17:29,641 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:17:29,641 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:17:29,644 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:17:29,655 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:17:29,657 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:17:30,662 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:17:32,667 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:17:34,670 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:17:36,672 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:17:37,675 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:38,677 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:39,680 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:40,683 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:41,685 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:42,687 [DEBUG] yardstick.ssh.fio ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.131')",) 2019-09-16 17:17:45,550 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:17:45,552 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:17:47,635 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14909 seq=1 START 2019-09-16 17:17:47,636 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=read -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:20:27,134 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654427,\n "time" : "Mon Sep 16 17:20:27 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 377868,\n "bw" : 18892,\n "iops" : 4723.11,\n "runtime" : 20001,\n "total_ios" : 94467,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 174,\n "mean" : 6.20,\n "stddev" : 0.98\n },\n "clat" : {\n "min" : 142,\n "max" : 363071,\n "mean" : 202.92,\n "stddev" : 1704.20,\n "percentile" : {\n "1.000000" : 147,\n "5.000000" : 151,\n "10.000000" : 153,\n "20.000000" : 157,\n "30.000000" : 163,\n "40.000000" : 169,\n "50.000000" : 179,\n "60.000000" : 187,\n "70.000000" : 203,\n "80.000000" : 219,\n "90.000000" : 243,\n "95.000000" : 274,\n "99.000000" : 322,\n "99.500000" : 346,\n "99.900000" : 378,\n "99.950000" : 398,\n "99.990000" : 28544,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 149,\n "max" : 363078,\n "mean" : 209.48,\n "stddev" : 1704.24\n },\n "bw_min" : 0,\n "bw_max" : 22720,\n "bw_agg" : 97.79,\n "bw_mean" : 18473.80,\n "bw_dev" : 4871.56\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0' 2019-09-16 17:20:27,135 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.72,\n "sys_cpu" : 7.28,\n "ctx" : 138091,\n "majf" : 0,\n "minf" : 12,\n "iodepth_level" : {\n "1" : 145.93,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 91.39,\n "500" : 8.59,\n "750" : 0.01,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.01,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.01,\n "100" : 0.01,\n "250" : 0.01,\n "500" : 0.01,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 136696,\n "write_ios" : 81,\n "read_merges" : 0,\n "write_merges" : 9,\n "read_ticks" : 27636,\n "write_ticks" : 25348,\n "in_queue" : 52960,\n "util" : 94.18\n }\n ]\n}\n' 2019-09-16 17:20:28,154 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14909 seq=1 END 2019-09-16 17:20:28,155 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:20:28,155 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:20:28,155 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:20:28,180 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:20:28,182 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=18892i,read_iops=4723.11,read_lat=209.48 1568654428152987904 2019-09-16 17:20:28,305 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:20:28,306 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:20:28,306 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:20:28,308 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:20:28,318 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:20:28,320 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:20:28,628 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:20:28,629 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:20:30,700 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14913 seq=1 START 2019-09-16 17:20:30,701 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=read -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:21:01,107 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654461,\n "time" : "Mon Sep 16 17:21:01 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 4287296,\n "bw" : 214364,\n "iops" : 3349.45,\n "runtime" : 20000,\n "total_ios" : 66989,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 6,\n "max" : 111,\n "mean" : 8.04,\n "stddev" : 1.01\n },\n "clat" : {\n "min" : 230,\n "max" : 8274,\n "mean" : 287.68,\n "stddev" : 52.36,\n "percentile" : {\n "1.000000" : 239,\n "5.000000" : 243,\n "10.000000" : 249,\n "20.000000" : 258,\n "30.000000" : 270,\n "40.000000" : 282,\n "50.000000" : 286,\n "60.000000" : 294,\n "70.000000" : 302,\n "80.000000" : 310,\n "90.000000" : 322,\n "95.000000" : 338,\n "99.000000" : 370,\n "99.500000" : 390,\n "99.900000" : 450,\n "99.950000" : 466,\n "99.990000" : 964,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 239,\n "max" : 8283,\n "mean" : 296.15,\n "stddev" : 52.45\n },\n "bw_min" : 195584,\n "bw_max" : 226048,\n "bw_agg" : 99.95,\n "bw_mean" : 214247.11,\n "bw_dev" : 6668.35\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.' 2019-09-16 17:21:01,108 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.26,\n "sys_cpu" : 6.48,\n "ctx" : 100057,\n "majf" : 0,\n "minf" : 26,\n "iodepth_level" : {\n "1" : 149.05,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 11.60,\n "500" : 88.38,\n "750" : 0.01,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.01,\n "4" : 0.01,\n "10" : 0.01,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 99546,\n "write_ios" : 13,\n "read_merges" : 0,\n "write_merges" : 10,\n "read_ticks" : 28376,\n "write_ticks" : 980,\n "in_queue" : 29340,\n "util" : 94.56\n }\n ]\n}\n' 2019-09-16 17:21:02,120 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14913 seq=1 END 2019-09-16 17:21:02,120 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:21:02,121 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:21:02,121 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:21:02,140 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:21:02,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=214364i,read_iops=3349.45,read_lat=296.15 1568654462119545088 2019-09-16 17:21:02,244 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:21:02,245 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:21:02,245 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'read', u'ramp_time': 10, u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:21:02,248 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:21:02,256 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:21:02,258 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:21:02,565 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:21:02,567 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:21:04,638 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14917 seq=1 START 2019-09-16 17:21:04,639 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=read -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:21:35,039 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654495,\n "time" : "Mon Sep 16 17:21:35 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 14820352,\n "bw" : 741017,\n "iops" : 723.65,\n "runtime" : 20000,\n "total_ios" : 14473,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 24,\n "max" : 418,\n "mean" : 26.19,\n "stddev" : 3.31\n },\n "clat" : {\n "min" : 1123,\n "max" : 3754,\n "mean" : 1352.92,\n "stddev" : 110.02,\n "percentile" : {\n "1.000000" : 1176,\n "5.000000" : 1208,\n "10.000000" : 1240,\n "20.000000" : 1256,\n "30.000000" : 1288,\n "40.000000" : 1304,\n "50.000000" : 1336,\n "60.000000" : 1368,\n "70.000000" : 1400,\n "80.000000" : 1432,\n "90.000000" : 1496,\n "95.000000" : 1560,\n "99.000000" : 1640,\n "99.500000" : 1672,\n "99.900000" : 1800,\n "99.950000" : 2064,\n "99.990000" : 3536,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1149,\n "max" : 3780,\n "mean" : 1379.29,\n "stddev" : 110.07\n },\n "bw_min" : 286147,\n "bw_max" : 788950,\n "bw_agg" : 98.10,\n "bw_mean" : 726927.25,\n "bw_dev" : 88548.23\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" ' 2019-09-16 17:21:35,040 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u': 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.66,\n "sys_cpu" : 3.38,\n "ctx" : 21930,\n "majf" : 0,\n "minf" : 267,\n "iodepth_level" : {\n "1" : 150.98,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 99.93,\n "4" : 0.07,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 21788,\n "write_ios" : 3,\n "read_merges" : 0,\n "write_merges" : 5,\n "read_ticks" : 29124,\n "write_ticks" : 32,\n "in_queue" : 29148,\n "util" : 97.05\n }\n ]\n}\n' 2019-09-16 17:21:36,055 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14917 seq=1 END 2019-09-16 17:21:36,055 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:21:36,056 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:21:36,056 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:21:36,076 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:21:36,078 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=741017i,read_iops=723.65,read_lat=1379.29 1568654496054708992 2019-09-16 17:21:36,203 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:21:36,204 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:21:36,204 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:21:36,207 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:21:36,216 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:21:36,218 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:21:36,524 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:21:36,525 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:21:38,596 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14921 seq=1 START 2019-09-16 17:21:38,597 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=write -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:22:08,988 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654528,\n "time" : "Mon Sep 16 17:22:08 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 9376,\n "bw" : 468,\n "iops" : 117.18,\n "runtime" : 20003,\n "total_ios" : 2344,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 8,\n "max" : 41968,\n "mean" : 33.30,\n "stddev" : 911.69\n },\n "clat" : {\n "min" : 3389,\n "max" : 148641,\n "mean" : 8500.67,\n "stddev" : 8150.70,\n "percentile" : {\n "1.000000" : 5856,\n "5.000000" : 5920,\n "10.000000" : 5920,\n "20.000000" : 5984,\n "30.000000" : 5984,\n "40.000000" : 5984,\n "50.000000" : 6048,\n "60.000000" : 6112,\n "70.000000" : 7136,\n "80.000000" : 8032,\n "90.000000" : 9408,\n "95.000000" : 23168,\n "99.000000" : 45312,\n "99.500000" : 59648,\n "99.900000" : 73216,\n "99.950000" : 86528,\n "99.990000" : 148480,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3400,\n "max" : 148672,\n "mean" : 8530.54,\n "stddev" : 8213.18\n },\n "bw_min" : 0,\n "bw_max" : 646,\n "bw_agg" : 97.62,\n "bw_mean" : 456.85,\n "bw_dev" : 139.96\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n' 2019-09-16 17:22:08,988 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.18,\n "sys_cpu" : 0.24,\n "ctx" : 3532,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 149.62,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.04,\n "10" : 90.53,\n "20" : 4.01,\n "50" : 4.61,\n "100" : 0.77,\n "250" : 0.04,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 3508,\n "read_merges" : 0,\n "write_merges" : 12,\n "read_ticks" : 0,\n "write_ticks" : 30516,\n "in_queue" : 30520,\n "util" : 99.43\n }\n ]\n}\n' 2019-09-16 17:22:10,001 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14921 seq=1 END 2019-09-16 17:22:10,002 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:22:10,002 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:22:10,002 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:22:10,036 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:22:10,038 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=468i,write_iops=117.18,write_lat=8530.54 1568654530000868096 2019-09-16 17:22:10,135 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:22:10,136 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:22:10,136 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:22:10,138 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:22:10,147 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:22:10,149 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:22:10,455 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:22:10,457 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:22:12,528 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14925 seq=1 START 2019-09-16 17:22:12,529 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=write -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:22:42,952 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654562,\n "time" : "Mon Sep 16 17:22:42 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 131328,\n "bw" : 6566,\n "iops" : 102.59,\n "runtime" : 20001,\n "total_ios" : 2052,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 12,\n "max" : 39721,\n "mean" : 27.99,\n "stddev" : 716.97\n },\n "clat" : {\n "min" : 3468,\n "max" : 83335,\n "mean" : 9728.63,\n "stddev" : 7150.39,\n "percentile" : {\n "1.000000" : 4192,\n "5.000000" : 5344,\n "10.000000" : 5984,\n "20.000000" : 6688,\n "30.000000" : 7456,\n "40.000000" : 7968,\n "50.000000" : 8512,\n "60.000000" : 8896,\n "70.000000" : 9152,\n "80.000000" : 9280,\n "90.000000" : 12224,\n "95.000000" : 18048,\n "99.000000" : 43264,\n "99.500000" : 58624,\n "99.900000" : 72192,\n "99.950000" : 80384,\n "99.990000" : 83456,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3484,\n "max" : 83350,\n "mean" : 9744.03,\n "stddev" : 7150.62\n },\n "bw_min" : 6,\n "bw_max" : 9033,\n "bw_agg" : 97.66,\n "bw_mean" : 6412.08,\n "bw_dev" : 1455.48\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" ' 2019-09-16 17:22:42,952 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u': 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.08,\n "sys_cpu" : 0.34,\n "ctx" : 3088,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 149.46,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.68,\n "10" : 83.97,\n "20" : 10.87,\n "50" : 3.80,\n "100" : 0.68,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 3069,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30556,\n "in_queue" : 30572,\n "util" : 99.52\n }\n ]\n}\n' 2019-09-16 17:22:43,966 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14925 seq=1 END 2019-09-16 17:22:43,966 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:22:43,966 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:22:43,967 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:22:44,018 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:22:44,019 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=6566i,write_iops=102.59,write_lat=9744.03 1568654563965815040 2019-09-16 17:22:44,174 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:22:44,175 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:22:44,175 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'write', u'ramp_time': 10, u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:22:44,177 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:22:44,186 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:22:44,188 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:22:44,496 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:22:44,497 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:22:46,568 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14929 seq=1 START 2019-09-16 17:22:46,569 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=write -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:23:17,079 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654597,\n "time" : "Mon Sep 16 17:23:17 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 243712,\n "bw" : 12134,\n "iops" : 11.85,\n "runtime" : 20085,\n "total_ios" : 238,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 43,\n "max" : 143,\n "mean" : 76.55,\n "stddev" : 13.48\n },\n "clat" : {\n "min" : 51066,\n "max" : 261392,\n "mean" : 84310.04,\n "stddev" : 26386.11,\n "percentile" : {\n "1.000000" : 52480,\n "5.000000" : 62720,\n "10.000000" : 66048,\n "20.000000" : 68096,\n "30.000000" : 69120,\n "40.000000" : 71168,\n "50.000000" : 74240,\n "60.000000" : 80384,\n "70.000000" : 92672,\n "80.000000" : 98816,\n "90.000000" : 108032,\n "95.000000" : 125440,\n "99.000000" : 189440,\n "99.500000" : 193536,\n "99.900000" : 261120,\n "99.950000" : 261120,\n "99.990000" : 261120,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 51138,\n "max" : 261465,\n "mean" : 84385.84,\n "stddev" : 26386.29\n },\n "bw_min" : 101,\n "bw_max" : 15814,\n "bw_agg" : 98.07,\n "bw_mean" : 11900.13,\n "bw_dev" : 2718.38\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_mi' 2019-09-16 17:23:17,080 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'n" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.10,\n "sys_cpu" : 0.06,\n "ctx" : 366,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 149.16,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 82.77,\n "250" : 16.81,\n "500" : 0.42,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 364,\n "read_merges" : 0,\n "write_merges" : 7,\n "read_ticks" : 0,\n "write_ticks" : 31048,\n "in_queue" : 31104,\n "util" : 99.57\n }\n ]\n}\n' 2019-09-16 17:23:17,094 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 84385.840000 > sla:write_lat(20000.000000); write_iops 11 < sla:write_iops(100); ',) 2019-09-16 17:23:18,098 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14929 seq=1 END 2019-09-16 17:23:18,099 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:23:18,099 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:23:18,100 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:23:18,109 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:23:18,110 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=12134i,write_iops=11.85,write_lat=84385.84 1568654598098141952 2019-09-16 17:23:18,232 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:23:18,233 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:23:18,234 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time': 10, u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:23:18,236 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:23:18,244 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:23:18,246 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:23:18,554 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:23:18,555 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:23:20,626 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14933 seq=1 START 2019-09-16 17:23:20,627 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=randwrite -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:23:51,048 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654631,\n "time" : "Mon Sep 16 17:23:51 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 7908,\n "bw" : 395,\n "iops" : 98.83,\n "runtime" : 20004,\n "total_ios" : 1977,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 9,\n "max" : 43780,\n "mean" : 25.75,\n "stddev" : 799.95\n },\n "clat" : {\n "min" : 3884,\n "max" : 77537,\n "mean" : 10102.95,\n "stddev" : 7734.11,\n "percentile" : {\n "1.000000" : 4768,\n "5.000000" : 5856,\n "10.000000" : 6496,\n "20.000000" : 7200,\n "30.000000" : 7712,\n "40.000000" : 8096,\n "50.000000" : 8384,\n "60.000000" : 8768,\n "70.000000" : 9024,\n "80.000000" : 9408,\n "90.000000" : 13120,\n "95.000000" : 23424,\n "99.000000" : 49920,\n "99.500000" : 64256,\n "99.900000" : 75264,\n "99.950000" : 77312,\n "99.990000" : 77312,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3895,\n "max" : 77548,\n "mean" : 10114.55,\n "stddev" : 7734.38\n },\n "bw_min" : 0,\n "bw_max" : 479,\n "bw_agg" : 97.61,\n "bw_mean" : 385.55,\n "bw_dev" : 84.90\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n ' 2019-09-16 17:23:51,049 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.16,\n "sys_cpu" : 0.18,\n "ctx" : 3012,\n "majf" : 0,\n "minf" : 12,\n "iodepth_level" : {\n "1" : 151.44,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.05,\n "10" : 87.05,\n "20" : 7.49,\n "50" : 4.45,\n "100" : 0.96,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 2996,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30092,\n "in_queue" : 30096,\n "util" : 99.53\n }\n ]\n}\n' 2019-09-16 17:23:51,063 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_bw 395 < sla:write_bw(400); write_iops 98 < sla:write_iops(100); ',) 2019-09-16 17:23:52,067 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14933 seq=1 END 2019-09-16 17:23:52,068 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:23:52,068 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:23:52,069 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:23:52,116 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:23:52,118 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=395i,write_iops=98.83,write_lat=10114.55 1568654632067195904 2019-09-16 17:23:52,251 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:23:52,252 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:23:52,252 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time': 10, u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:23:52,254 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:23:52,263 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:23:52,265 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:23:52,574 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:23:52,576 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:23:54,620 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14937 seq=1 START 2019-09-16 17:23:54,621 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=randwrite -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:24:25,041 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654665,\n "time" : "Mon Sep 16 17:24:25 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 114944,\n "bw" : 5744,\n "iops" : 89.76,\n "runtime" : 20009,\n "total_ios" : 1796,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 12,\n "max" : 46036,\n "mean" : 32.38,\n "stddev" : 891.14\n },\n "clat" : {\n "min" : 4128,\n "max" : 79766,\n "mean" : 11121.33,\n "stddev" : 8370.55,\n "percentile" : {\n "1.000000" : 5216,\n "5.000000" : 6304,\n "10.000000" : 6880,\n "20.000000" : 7776,\n "30.000000" : 8256,\n "40.000000" : 8768,\n "50.000000" : 9024,\n "60.000000" : 9408,\n "70.000000" : 9664,\n "80.000000" : 10432,\n "90.000000" : 14528,\n "95.000000" : 29056,\n "99.000000" : 58112,\n "99.500000" : 66048,\n "99.900000" : 72192,\n "99.950000" : 79360,\n "99.990000" : 79360,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 4144,\n "max" : 79780,\n "mean" : 11137.03,\n "stddev" : 8370.58\n },\n "bw_min" : 6,\n "bw_max" : 6972,\n "bw_agg" : 97.67,\n "bw_mean" : 5610.02,\n "bw_dev" : 1165.91\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max' 2019-09-16 17:24:25,044 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.10,\n "sys_cpu" : 0.26,\n "ctx" : 2681,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 148.50,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 76.22,\n "20" : 16.87,\n "50" : 5.79,\n "100" : 1.11,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 2671,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 0,\n "write_ticks" : 30132,\n "in_queue" : 30136,\n "util" : 99.43\n }\n ]\n}\n' 2019-09-16 17:24:25,056 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_iops 89 < sla:write_iops(100); ',) 2019-09-16 17:24:26,060 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14937 seq=1 END 2019-09-16 17:24:26,061 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:24:26,061 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:24:26,061 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:24:26,085 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:24:26,086 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=5744i,write_iops=89.76,write_lat=11137.03 1568654666059926016 2019-09-16 17:24:26,214 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:24:26,215 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:24:26,215 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randwrite', u'ramp_time': 10, u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:24:26,217 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:24:26,226 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:24:26,228 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:24:26,537 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:24:26,538 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:24:28,585 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14941 seq=1 START 2019-09-16 17:24:28,585 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=randwrite -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:24:59,068 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654699,\n "time" : "Mon Sep 16 17:24:59 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "write" : {\n "io_bytes" : 244736,\n "bw" : 12190,\n "iops" : 11.90,\n "runtime" : 20076,\n "total_ios" : 239,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 41,\n "max" : 39938,\n "mean" : 302.14,\n "stddev" : 2969.11\n },\n "clat" : {\n "min" : 52743,\n "max" : 193981,\n "mean" : 83747.45,\n "stddev" : 25080.23,\n "percentile" : {\n "1.000000" : 55552,\n "5.000000" : 59136,\n "10.000000" : 66048,\n "20.000000" : 68096,\n "30.000000" : 69120,\n "40.000000" : 71168,\n "50.000000" : 73216,\n "60.000000" : 79360,\n "70.000000" : 88576,\n "80.000000" : 97792,\n "90.000000" : 114176,\n "95.000000" : 136192,\n "99.000000" : 189440,\n "99.500000" : 189440,\n "99.900000" : 193536,\n "99.950000" : 193536,\n "99.990000" : 193536,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 52814,\n "max" : 194058,\n "mean" : 83992.63,\n "stddev" : 25236.88\n },\n "bw_min" : 101,\n "bw_max" : 15226,\n "bw_agg" : 98.04,\n "bw_mean" : 11951.16,\n "bw_dev" : 2474.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "' 2019-09-16 17:24:59,069 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.10,\n "sys_cpu" : 0.06,\n "ctx" : 366,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 148.12,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 82.85,\n "250" : 17.15,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 0,\n "write_ios" : 365,\n "read_merges" : 0,\n "write_merges" : 10,\n "read_ticks" : 0,\n "write_ticks" : 31248,\n "in_queue" : 31352,\n "util" : 99.64\n }\n ]\n}\n' 2019-09-16 17:24:59,084 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 83992.630000 > sla:write_lat(20000.000000); write_iops 11 < sla:write_iops(100); ',) 2019-09-16 17:25:00,088 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14941 seq=1 END 2019-09-16 17:25:00,088 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:25:00,089 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:25:00,089 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:25:00,098 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:25:00,099 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter write_bw=12190i,write_iops=11.9,write_lat=83992.63 1568654700087735808 2019-09-16 17:25:00,206 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:25:00,207 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:25:00,207 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:25:00,209 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:25:00,218 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:25:00,220 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:25:00,529 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:25:00,530 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:25:02,601 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14945 seq=1 START 2019-09-16 17:25:02,602 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=randread -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:25:33,009 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654732,\n "time" : "Mon Sep 16 17:25:32 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 387708,\n "bw" : 19384,\n "iops" : 4846.11,\n "runtime" : 20001,\n "total_ios" : 96927,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 126,\n "mean" : 6.28,\n "stddev" : 0.89\n },\n "clat" : {\n "min" : 141,\n "max" : 2451,\n "mean" : 197.16,\n "stddev" : 43.10,\n "percentile" : {\n "1.000000" : 147,\n "5.000000" : 151,\n "10.000000" : 155,\n "20.000000" : 161,\n "30.000000" : 169,\n "40.000000" : 177,\n "50.000000" : 185,\n "60.000000" : 199,\n "70.000000" : 213,\n "80.000000" : 225,\n "90.000000" : 255,\n "95.000000" : 286,\n "99.000000" : 334,\n "99.500000" : 350,\n "99.900000" : 390,\n "99.950000" : 410,\n "99.990000" : 454,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 148,\n "max" : 2457,\n "mean" : 203.87,\n "stddev" : 43.20\n },\n "bw_min" : 0,\n "bw_max" : 21352,\n "bw_agg" : 97.60,\n "bw_mean" : 18919.20,\n "bw_dev" : 3341.79\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n ' 2019-09-16 17:25:33,010 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.80,\n "sys_cpu" : 7.88,\n "ctx" : 144269,\n "majf" : 0,\n "minf" : 11,\n "iodepth_level" : {\n "1" : 148.59,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 88.98,\n "500" : 11.01,\n "750" : 0.00,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.01,\n "4" : 0.01,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 143572,\n "write_ios" : 14,\n "read_merges" : 0,\n "write_merges" : 14,\n "read_ticks" : 27924,\n "write_ticks" : 816,\n "in_queue" : 28708,\n "util" : 93.00\n }\n ]\n}\n' 2019-09-16 17:25:34,024 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14945 seq=1 END 2019-09-16 17:25:34,025 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:25:34,025 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:25:34,025 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:25:34,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:25:34,041 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=19384i,read_iops=4846.11,read_lat=203.87 1568654734024162048 2019-09-16 17:25:34,191 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:25:34,192 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:25:34,192 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:25:34,195 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:25:34,204 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:25:34,208 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:25:34,515 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:25:34,516 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:25:36,561 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14949 seq=1 START 2019-09-16 17:25:36,562 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=randread -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:26:07,022 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654766,\n "time" : "Mon Sep 16 17:26:06 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 4258688,\n "bw" : 212934,\n "iops" : 3327.10,\n "runtime" : 20000,\n "total_ios" : 66542,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 7,\n "max" : 70,\n "mean" : 8.05,\n "stddev" : 1.04\n },\n "clat" : {\n "min" : 225,\n "max" : 11018,\n "mean" : 289.40,\n "stddev" : 61.25,\n "percentile" : {\n "1.000000" : 241,\n "5.000000" : 245,\n "10.000000" : 251,\n "20.000000" : 262,\n "30.000000" : 274,\n "40.000000" : 282,\n "50.000000" : 290,\n "60.000000" : 298,\n "70.000000" : 302,\n "80.000000" : 310,\n "90.000000" : 326,\n "95.000000" : 338,\n "99.000000" : 366,\n "99.500000" : 382,\n "99.900000" : 430,\n "99.950000" : 454,\n "99.990000" : 516,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 233,\n "max" : 11026,\n "mean" : 297.90,\n "stddev" : 61.30\n },\n "bw_min" : 12,\n "bw_max" : 225920,\n "bw_agg" : 97.29,\n "bw_mean" : 207171.69,\n "bw_dev" : 35103.27\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00' 2019-09-16 17:26:07,022 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u',\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 2.22,\n "sys_cpu" : 6.52,\n "ctx" : 98831,\n "majf" : 0,\n "minf" : 26,\n "iodepth_level" : {\n "1" : 148.19,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 9.46,\n "500" : 90.53,\n "750" : 0.01,\n "1000" : 0.01\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.01,\n "20" : 0.01,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 98165,\n "write_ios" : 4,\n "read_merges" : 0,\n "write_merges" : 6,\n "read_ticks" : 28388,\n "write_ticks" : 336,\n "in_queue" : 28708,\n "util" : 94.96\n }\n ]\n}\n' 2019-09-16 17:26:08,036 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14949 seq=1 END 2019-09-16 17:26:08,037 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:26:08,037 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:26:08,038 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:26:08,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:26:08,074 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=212934i,read_iops=3327.1,read_lat=297.9 1568654768036132096 2019-09-16 17:26:08,203 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:26:08,204 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:26:08,204 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'randread', u'ramp_time': 10, u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:26:08,206 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:26:08,215 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:26:08,217 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:26:08,524 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:26:08,525 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:26:10,596 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14953 seq=1 START 2019-09-16 17:26:10,597 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=randread -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:26:41,010 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654800,\n "time" : "Mon Sep 16 17:26:40 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 14461952,\n "bw" : 723061,\n "iops" : 706.11,\n "runtime" : 20001,\n "total_ios" : 14123,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 24,\n "max" : 387,\n "mean" : 27.14,\n "stddev" : 3.47\n },\n "clat" : {\n "min" : 1149,\n "max" : 2648,\n "mean" : 1385.13,\n "stddev" : 112.11,\n "percentile" : {\n "1.000000" : 1208,\n "5.000000" : 1240,\n "10.000000" : 1256,\n "20.000000" : 1288,\n "30.000000" : 1320,\n "40.000000" : 1336,\n "50.000000" : 1368,\n "60.000000" : 1400,\n "70.000000" : 1432,\n "80.000000" : 1480,\n "90.000000" : 1544,\n "95.000000" : 1592,\n "99.000000" : 1688,\n "99.500000" : 1736,\n "99.900000" : 1800,\n "99.950000" : 1848,\n "99.990000" : 2608,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1176,\n "max" : 2675,\n "mean" : 1413.00,\n "stddev" : 112.23\n },\n "bw_min" : 775,\n "bw_max" : 751616,\n "bw_agg" : 96.60,\n "bw_mean" : 698459.69,\n "bw_dev" : 137271.91\n },\n "write" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : ' 2019-09-16 17:26:41,011 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.40,\n "sys_cpu" : 3.72,\n "ctx" : 21279,\n "majf" : 0,\n "minf" : 265,\n "iodepth_level" : {\n "1" : 150.05,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 99.98,\n "4" : 0.02,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 21128,\n "write_ios" : 3,\n "read_merges" : 0,\n "write_merges" : 5,\n "read_ticks" : 29160,\n "write_ticks" : 32,\n "in_queue" : 29192,\n "util" : 97.20\n }\n ]\n}\n' 2019-09-16 17:26:42,025 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14953 seq=1 END 2019-09-16 17:26:42,026 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:26:42,026 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:26:42,026 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:26:42,037 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:26:42,038 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=723061i,read_iops=706.11,read_lat=1413.0 1568654802024935936 2019-09-16 17:26:42,158 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:26:42,159 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:26:42,160 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': u'4k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:26:42,162 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:26:42,171 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:26:42,173 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:26:42,480 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:26:42,481 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:26:44,526 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14957 seq=1 START 2019-09-16 17:26:44,526 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=4k -iodepth=1 -rw=rw -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:27:14,962 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654834,\n "time" : "Mon Sep 16 17:27:14 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 9580,\n "bw" : 478,\n "iops" : 119.60,\n "runtime" : 20025,\n "total_ios" : 2395,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 5,\n "max" : 39400,\n "mean" : 19.93,\n "stddev" : 644.59\n },\n "clat" : {\n "min" : 1,\n "max" : 7868,\n "mean" : 426.60,\n "stddev" : 176.37,\n "percentile" : {\n "1.000000" : 245,\n "5.000000" : 286,\n "10.000000" : 310,\n "20.000000" : 346,\n "30.000000" : 374,\n "40.000000" : 402,\n "50.000000" : 418,\n "60.000000" : 442,\n "70.000000" : 470,\n "80.000000" : 498,\n "90.000000" : 540,\n "95.000000" : 572,\n "99.000000" : 660,\n "99.500000" : 676,\n "99.900000" : 780,\n "99.950000" : 964,\n "99.990000" : 7840,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 202,\n "max" : 39402,\n "mean" : 452.88,\n "stddev" : 815.56\n },\n "bw_min" : 0,\n "bw_max" : 715,\n "bw_agg" : 97.64,\n "bw_mean" : 466.73,\n "bw_dev" : 142.26\n },\n "write" : {\n "io_bytes" : 9700,\n "bw" : 484,\n "iops" : 121.10,\n "runtime" : 20025,\n "total_ios" : 2425,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 8,\n "max" : 78363,\n "mean" : 36.90,\n "stddev" : 1306.10\n },\n "clat" : {\n "min" : 3280,\n "max" : 87629,\n "mean" : 7788.88,\n "stddev" : 7609.06,\n "percentile" : {\n "1.000000" : 3984,\n "5.000000" : 4768,\n "10.000000" : 5088,\n "20.000000" : 5472,\n "30.000000" : 5600,\n "40.000000" : 5920,\n "50.000000" : 5984,\n "60.000000" : 6048,\n "70.000000" : 6240,\n "80.000000" : 7584,\n "90.000000" : 8640,\n "95.000000" : 16768,\n "99.000000" : 47872,\n "99.500000" : 64256,\n "99.900000" : 71168,\n "99.950000" : 78336,\n "99.990000" : 87552,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3290,\n "max" : 87640,\n "mean" : 7804.29,\n "stddev" : 7614.73\n },\n "bw_min" : 239,\n "bw_max" : 640,\n "bw_agg" : 100.00,\n "bw_mean" : 485.46,\n "bw_dev" : 90.63\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n ' 2019-09-16 17:27:14,963 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.24,\n "sys_cpu" : 0.54,\n "ctx" : 7429,\n "majf" : 0,\n "minf" : 13,\n "iodepth_level" : {\n "1" : 153.55,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.02,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.58,\n "500" : 39.40,\n "750" : 9.63,\n "1000" : 0.04\n },\n "latency_ms" : {\n "2" : 0.00,\n "4" : 0.56,\n "10" : 45.95,\n "20" : 1.74,\n "50" : 1.60,\n "100" : 0.48,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 3729,\n "write_ios" : 3672,\n "read_merges" : 0,\n "write_merges" : 12,\n "read_ticks" : 1524,\n "write_ticks" : 28564,\n "in_queue" : 30088,\n "util" : 99.16\n }\n ]\n}\n' 2019-09-16 17:27:15,976 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14957 seq=1 END 2019-09-16 17:27:15,976 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:27:15,977 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:27:15,977 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:27:15,992 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:27:15,994 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=478i,read_iops=119.6,read_lat=452.88,write_bw=484i,write_iops=121.1,write_lat=7804.29 1568654835975462912 2019-09-16 17:27:16,108 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:27:16,109 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:27:16,109 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': u'64k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:27:16,111 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:27:16,122 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:27:16,124 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:27:16,430 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:27:16,432 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:27:18,502 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14961 seq=1 START 2019-09-16 17:27:18,503 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=64k -iodepth=1 -rw=rw -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:27:48,930 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654868,\n "time" : "Mon Sep 16 17:27:48 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 117632,\n "bw" : 5876,\n "iops" : 91.82,\n "runtime" : 20017,\n "total_ios" : 1838,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 7,\n "max" : 107,\n "mean" : 11.02,\n "stddev" : 3.01\n },\n "clat" : {\n "min" : 374,\n "max" : 97011,\n "mean" : 633.58,\n "stddev" : 2263.08,\n "percentile" : {\n "1.000000" : 394,\n "5.000000" : 430,\n "10.000000" : 458,\n "20.000000" : 494,\n "30.000000" : 516,\n "40.000000" : 548,\n "50.000000" : 572,\n "60.000000" : 596,\n "70.000000" : 620,\n "80.000000" : 652,\n "90.000000" : 692,\n "95.000000" : 724,\n "99.000000" : 804,\n "99.500000" : 852,\n "99.900000" : 9536,\n "99.950000" : 96768,\n "99.990000" : 96768,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 382,\n "max" : 97023,\n "mean" : 645.07,\n "stddev" : 2263.13\n },\n "bw_min" : 6,\n "bw_max" : 9179,\n "bw_agg" : 98.21,\n "bw_mean" : 5770.75,\n "bw_dev" : 1854.53\n },\n "write" : {\n "io_bytes" : 117440,\n "bw" : 5867,\n "iops" : 91.67,\n "runtime" : 20017,\n "total_ios" : 1835,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 10,\n "max" : 7892,\n "mean" : 18.35,\n "stddev" : 173.88\n },\n "clat" : {\n "min" : 3251,\n "max" : 105808,\n "mean" : 10234.66,\n "stddev" : 8709.88,\n "percentile" : {\n "1.000000" : 4320,\n "5.000000" : 5472,\n "10.000000" : 6240,\n "20.000000" : 7008,\n "30.000000" : 7520,\n "40.000000" : 7904,\n "50.000000" : 8256,\n "60.000000" : 8512,\n "70.000000" : 8896,\n "80.000000" : 9280,\n "90.000000" : 13632,\n "95.000000" : 27008,\n "99.000000" : 60672,\n "99.500000" : 67072,\n "99.900000" : 84480,\n "99.950000" : 105984,\n "99.990000" : 105984,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 3263,\n "max" : 105823,\n "mean" : 10256.04,\n "stddev" : 8749.46\n },\n "bw_min" : 2625,\n "bw_max" : 7649,\n "bw_agg" : 100.00,\n "bw_mean" : 5907.69,\n "bw_dev" : 1358.33\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 0,\n "max" : 0,\n ' 2019-09-16 17:27:48,931 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.18,\n "sys_cpu" : 0.52,\n "ctx" : 5779,\n "majf" : 0,\n "minf" : 12,\n "iodepth_level" : {\n "1" : 156.66,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 11.16,\n "750" : 37.38,\n "1000" : 1.33\n },\n "latency_ms" : {\n "2" : 0.03,\n "4" : 0.25,\n "10" : 41.44,\n "20" : 5.34,\n "50" : 2.42,\n "100" : 0.63,\n "250" : 0.03,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 2907,\n "write_ios" : 2854,\n "read_merges" : 0,\n "write_merges" : 15,\n "read_ticks" : 1744,\n "write_ticks" : 29076,\n "in_queue" : 30840,\n "util" : 99.25\n }\n ]\n}\n' 2019-09-16 17:27:48,943 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: read_iops 91 < sla:read_iops(100); write_iops 91 < sla:write_iops(100); ',) 2019-09-16 17:27:49,948 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14961 seq=1 END 2019-09-16 17:27:49,949 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:27:49,949 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:27:49,950 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:27:49,994 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:27:49,995 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=5876i,read_iops=91.82,read_lat=645.07,write_bw=5867i,write_iops=91.67,write_lat=10256.04 1568654869947141888 2019-09-16 17:27:50,136 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:27:50,137 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:27:50,138 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc005', u'host': 'fio.yardstick-TC005-abbc28e6', u'sla': {u'write_lat': 20000, u'read_iops': 100, u'write_bw': 400, u'action': u'monitor', u'read_bw': 400, u'write_iops': 100, u'read_lat': 20000}, u'type': u'Fio', u'options': {u'duration': 20, u'rw': u'rw', u'ramp_time': 10, u'bs': u'1024k', u'filename': u'/home/ubuntu/data.raw'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:27:50,140 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:27:50,150 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:27:50,152 [DEBUG] yardstick.ssh.fio ssh.py:148 user:ubuntu host:172.30.10.131 2019-09-16 17:27:50,459 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:27:50,461 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:116 No job file configuration received, Fio will use parameters. 2019-09-16 17:27:52,531 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14965 seq=1 START 2019-09-16 17:27:52,532 [DEBUG] yardstick.benchmark.scenarios.storage.fio fio.py:183 Executing command: sudo bash fio.sh /home/ubuntu/data.raw -filename=/home/ubuntu/data.raw -direct=1 -bs=1024k -iodepth=1 -rw=rw -rwmixwrite=50 -size=1g -ramp_time=10 -numjobs=1 -runtime=20 -name=yardstick-fio -ioengine=libaio -group_reporting -time_based -time_based --output-format=json 2019-09-16 17:28:23,059 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u'{\n "fio version" : "fio-2.2.10",\n "timestamp" : 1568654903,\n "time" : "Mon Sep 16 17:28:23 2019",\n "jobs" : [\n {\n "jobname" : "yardstick-fio",\n "groupid" : 0,\n "error" : 0,\n "eta" : 0,\n "elapsed" : 31,\n "read" : {\n "io_bytes" : 261120,\n "bw" : 13022,\n "iops" : 12.72,\n "runtime" : 20052,\n "total_ios" : 255,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 25,\n "max" : 49017,\n "mean" : 149.57,\n "stddev" : 2428.24\n },\n "clat" : {\n "min" : 1221,\n "max" : 124706,\n "mean" : 2003.90,\n "stddev" : 7719.39,\n "percentile" : {\n "1.000000" : 1240,\n "5.000000" : 1272,\n "10.000000" : 1304,\n "20.000000" : 1352,\n "30.000000" : 1400,\n "40.000000" : 1448,\n "50.000000" : 1480,\n "60.000000" : 1544,\n "70.000000" : 1592,\n "80.000000" : 1656,\n "90.000000" : 1736,\n "95.000000" : 1832,\n "99.000000" : 1928,\n "99.500000" : 5280,\n "99.900000" : 124416,\n "99.950000" : 124416,\n "99.990000" : 124416,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 1249,\n "max" : 124733,\n "mean" : 2033.61,\n "stddev" : 7719.24\n },\n "bw_min" : 3900,\n "bw_max" : 34313,\n "bw_agg" : 100.00,\n "bw_mean" : 13032.19,\n "bw_dev" : 6514.23\n },\n "write" : {\n "io_bytes" : 238592,\n "bw" : 11898,\n "iops" : 11.62,\n "runtime" : 20052,\n "total_ios" : 233,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 33,\n "max" : 46219,\n "mean" : 290.57,\n "stddev" : 2886.95\n },\n "clat" : {\n "min" : 49978,\n "max" : 291823,\n "mean" : 83426.95,\n "stddev" : 29200.40,\n "percentile" : {\n "1.000000" : 56064,\n "5.000000" : 61696,\n "10.000000" : 65280,\n "20.000000" : 67072,\n "30.000000" : 69120,\n "40.000000" : 71168,\n "50.000000" : 73216,\n "60.000000" : 74240,\n "70.000000" : 83456,\n "80.000000" : 96768,\n "90.000000" : 112128,\n "95.000000" : 132096,\n "99.000000" : 207872,\n "99.500000" : 240640,\n "99.900000" : 292864,\n "99.950000" : 292864,\n "99.990000" : 292864,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n "lat" : {\n "min" : 50044,\n "max" : 291866,\n "mean" : 83825.55,\n "stddev" : 29334.62\n },\n "bw_min" : 101,\n "bw_max" : 15255,\n "bw_agg" : 97.93,\n "bw_mean" : 11651.73,\n "bw_dev" : 2780.29\n },\n "trim" : {\n "io_bytes" : 0,\n "bw" : 0,\n "iops" : 0.00,\n "runtime" : 0,\n "total_ios" : 0,\n "short_ios" : 0,\n "drop_ios" : 0,\n "slat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "clat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00,\n "percentile" : {\n "1.000000" : 0,\n "5.000000" : 0,\n "10.000000" : 0,\n "20.000000" : 0,\n "30.000000" : 0,\n "40.000000" : 0,\n "50.000000" : 0,\n "60.000000" : 0,\n "70.000000" : 0,\n "80.000000" : 0,\n "90.000000" : 0,\n "95.000000" : 0,\n "99.000000" : 0,\n "99.500000" : 0,\n "99.900000" : 0,\n "99.950000" : 0,\n "99.990000" : 0,\n "0.00" : 0,\n "0.00" : 0,\n "0.00" : 0\n }\n },\n ' 2019-09-16 17:28:23,060 [DEBUG] yardstick.ssh.fio ssh.py:292 stdout: u' "lat" : {\n "min" : 0,\n "max" : 0,\n "mean" : 0.00,\n "stddev" : 0.00\n },\n "bw_min" : 0,\n "bw_max" : 0,\n "bw_agg" : 0.00,\n "bw_mean" : 0.00,\n "bw_dev" : 0.00\n },\n "usr_cpu" : 0.16,\n "sys_cpu" : 0.08,\n "ctx" : 772,\n "majf" : 0,\n "minf" : 12,\n "iodepth_level" : {\n "1" : 155.33,\n "2" : 0.00,\n "4" : 0.00,\n "8" : 0.00,\n "16" : 0.00,\n "32" : 0.00,\n ">=64" : 0.00\n },\n "latency_us" : {\n "2" : 0.00,\n "4" : 0.00,\n "10" : 0.00,\n "20" : 0.00,\n "50" : 0.00,\n "100" : 0.00,\n "250" : 0.00,\n "500" : 0.00,\n "750" : 0.00,\n "1000" : 0.00\n },\n "latency_ms" : {\n "2" : 51.84,\n "4" : 0.00,\n "10" : 0.20,\n "20" : 0.00,\n "50" : 0.20,\n "100" : 39.55,\n "250" : 7.99,\n "500" : 0.20,\n "750" : 0.00,\n "1000" : 0.00,\n "2000" : 0.00,\n ">=2000" : 0.00\n },\n "latency_depth" : 1,\n "latency_target" : 0,\n "latency_percentile" : 100.00,\n "latency_window" : 0\n }\n ],\n "disk_util" : [\n {\n "name" : "vda",\n "read_ios" : 402,\n "write_ios" : 365,\n "read_merges" : 0,\n "write_merges" : 11,\n "read_ticks" : 772,\n "write_ticks" : 30688,\n "in_queue" : 31516,\n "util" : 99.67\n }\n ]\n}\n' 2019-09-16 17:28:23,072 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Fio SLA validation failed. Error: write_lat 83825.550000 > sla:write_lat(20000.000000); read_iops 12 < sla:read_iops(100); write_iops 11 < sla:write_iops(100); ',) 2019-09-16 17:28:24,076 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14965 seq=1 END 2019-09-16 17:28:24,077 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:28:24,077 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:28:24,077 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:28:24,122 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:28:24,124 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc005,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter read_bw=13022i,read_iops=12.72,read_lat=2033.61,write_bw=11898i,write_iops=11.62,write_lat=83825.55 1568654904075997952 2019-09-16 17:28:24,255 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:28:24,255 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc005" SUCCESS!!! 2019-09-16 17:28:24,256 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC005-abbc28e6' START 2019-09-16 17:28:46,146 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC005-abbc28e6' DONE 2019-09-16 17:28:46,146 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc005.yaml finished in 1241 secs 2019-09-16 17:28:46,147 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC010-abbc28e6' START 2019-09-16 17:28:46,425 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC010-abbc28e6' created 2019-09-16 17:28:46,425 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC010-abbc28e6-key' 2019-09-16 17:28:46,426 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC010-abbc28e6-secgroup' 2019-09-16 17:28:46,426 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:28:46,426 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC010-abbc28e6-test' 2019-09-16 17:28:46,427 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC010-abbc28e6-test-subnet' in network 'yardstick-TC010-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:28:46,427 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC010-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:28:46,427 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC010-abbc28e6-test-router-if0' router:'yardstick-TC010-abbc28e6-test-router', subnet:'yardstick-TC010-abbc28e6-test-subnet' 2019-09-16 17:28:46,427 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC010-abbc28e6-test-subnet', 'yardstick-TC010-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC010-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC010-abbc28e6-test-subnet'}}], 'name': 'demeter.yardstick-TC010-abbc28e6-test-port', 'security_groups': ['yardstick-TC010-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:28:46,428 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC010-abbc28e6-fip', network 'floating_net', port 'demeter.yardstick-TC010-abbc28e6-test-port', rif 'yardstick-TC010-abbc28e6-test-router-if0' 2019-09-16 17:28:46,428 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC010-abbc28e6-fip-assoc', server 'demeter.yardstick-TC010-abbc28e6-test-port', floating_ip 'demeter.yardstick-TC010-abbc28e6-fip' 2019-09-16 17:28:46,428 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC010-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC010-abbc28e6-test-port'] 2019-09-16 17:28:46,429 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC010-abbc28e6' START 2019-09-16 17:29:05,691 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC010-abbc28e6' DONE in 19 secs 2019-09-16 17:29:06,191 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC010-abbc28e6' DONE 2019-09-16 17:29:06,192 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:29:06,192 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 10}, 'tc': u'opnfv_yardstick_tc010', u'host': 'demeter.yardstick-TC010-abbc28e6', u'sla': {u'action': u'monitor', u'max_latency': 30}, u'type': u'Lmbench', u'options': {u'stride': 128, u'test_type': u'latency', u'stop_size': 64.0}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:29:06,194 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:29:06,205 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 10 times, class 2019-09-16 17:29:06,208 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.118 2019-09-16 17:29:07,212 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:29:09,218 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:29:11,220 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:29:13,224 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:29:15,227 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:29:16,229 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:17,232 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:18,234 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:19,236 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:20,238 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:21,241 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:22,243 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:23,245 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.118')",) 2019-09-16 17:29:25,191 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:29:31,343 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=1 START 2019-09-16 17:29:31,344 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:29:31,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:29:33,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:29:34,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:34,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.126}' 2019-09-16 17:29:35,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:35,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:29:36,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:36,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:29:37,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:37,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.130}' 2019-09-16 17:29:38,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:38,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.130}' 2019-09-16 17:29:40,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:40,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.131}' 2019-09-16 17:29:41,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:41,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:29:42,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:42,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:29:43,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:43,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.130}' 2019-09-16 17:29:44,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:44,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.145}' 2019-09-16 17:29:46,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:46,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 4.533}' 2019-09-16 17:29:47,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:47,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.395}' 2019-09-16 17:29:49,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:49,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 4.648}' 2019-09-16 17:29:50,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:50,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 6.994}' 2019-09-16 17:29:51,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:51,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.913}' 2019-09-16 17:29:53,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:53,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.569}' 2019-09-16 17:29:54,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:54,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.354}' 2019-09-16 17:29:55,626 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:55,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.591}' 2019-09-16 17:29:56,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:56,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.694}' 2019-09-16 17:29:58,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:58,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.694}' 2019-09-16 17:29:59,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:29:59,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.624}' 2019-09-16 17:30:00,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:00,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.692}' 2019-09-16 17:30:02,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:02,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.700}' 2019-09-16 17:30:03,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:03,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.741}' 2019-09-16 17:30:04,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:04,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.868}' 2019-09-16 17:30:05,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:05,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.074}' 2019-09-16 17:30:06,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:06,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.359}' 2019-09-16 17:30:08,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:08,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.154}' 2019-09-16 17:30:09,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:09,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 26.505}' 2019-09-16 17:30:10,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:10,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.202}' 2019-09-16 17:30:12,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:12,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.079}' 2019-09-16 17:30:14,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:14,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 23.823}' 2019-09-16 17:30:14,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:30:15,055 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=1 END 2019-09-16 17:30:15,056 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=2 START 2019-09-16 17:30:15,056 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:30:15,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:30:16,204 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:30:16,207 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.126,latencies1.size=0.00098,latencies10.latency=1.145,latencies10.size=0.03125,latencies11.latency=4.533,latencies11.size=0.04688,latencies12.latency=6.395,latencies12.size=0.0625,latencies13.latency=4.648,latencies13.size=0.09375,latencies14.latency=6.994,latencies14.size=0.125,latencies15.latency=6.913,latencies15.size=0.1875,latencies16.latency=4.569,latencies16.size=0.25,latencies17.latency=5.354,latencies17.size=0.375,latencies18.latency=5.591,latencies18.size=0.5,latencies19.latency=5.694,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.694,latencies20.size=1.0,latencies21.latency=5.624,latencies21.size=1.5,latencies22.latency=5.692,latencies22.size=2.0,latencies23.latency=5.7,latencies23.size=3.0,latencies24.latency=5.741,latencies24.size=4.0,latencies25.latency=5.868,latencies25.size=6.0,latencies26.latency=6.074,latencies26.size=8.0,latencies27.latency=9.359,latencies27.size=12.0,latencies28.latency=20.154,latencies28.size=16.0,latencies29.latency=26.505,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.202,latencies30.size=32.0,latencies31.latency=29.079,latencies31.size=48.0,latencies32.latency=23.823,latencies32.size=64.0,latencies4.latency=1.13,latencies4.size=0.00391,latencies5.latency=1.13,latencies5.size=0.00586,latencies6.latency=1.131,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.13,latencies9.size=0.02344 1568655015054510080 2019-09-16 17:30:16,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.127}' 2019-09-16 17:30:17,917 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:17,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.118}' 2019-09-16 17:30:19,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:19,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:30:20,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:20,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:30:21,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:21,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:30:23,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:23,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:30:24,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:24,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.129}' 2019-09-16 17:30:25,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:25,523 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.123}' 2019-09-16 17:30:26,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:26,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:30:28,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:28,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.136}' 2019-09-16 17:30:29,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:29,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.145}' 2019-09-16 17:30:31,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:31,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.374}' 2019-09-16 17:30:32,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:32,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.975}' 2019-09-16 17:30:33,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:33,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 6.692}' 2019-09-16 17:30:35,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:35,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 7.785}' 2019-09-16 17:30:36,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:36,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.903}' 2019-09-16 17:30:37,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:37,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.868}' 2019-09-16 17:30:38,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:38,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.364}' 2019-09-16 17:30:39,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:39,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.584}' 2019-09-16 17:30:41,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:41,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.683}' 2019-09-16 17:30:42,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:42,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.687}' 2019-09-16 17:30:43,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:43,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.691}' 2019-09-16 17:30:45,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:45,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.679}' 2019-09-16 17:30:46,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:46,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.705}' 2019-09-16 17:30:47,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:47,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.750}' 2019-09-16 17:30:48,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:48,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.931}' 2019-09-16 17:30:50,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:50,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.142}' 2019-09-16 17:30:51,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:51,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.228}' 2019-09-16 17:30:52,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:52,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.945}' 2019-09-16 17:30:54,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:54,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.633}' 2019-09-16 17:30:55,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:55,671 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.212}' 2019-09-16 17:30:57,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:57,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 27.356}' 2019-09-16 17:30:58,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:30:58,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.225}' 2019-09-16 17:30:58,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:30:59,712 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=2 END 2019-09-16 17:30:59,713 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=3 START 2019-09-16 17:30:59,713 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:30:59,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:31:01,396 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:31:01,398 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.127,latencies0.size=0.00049,latencies1.latency=1.118,latencies1.size=0.00098,latencies10.latency=1.145,latencies10.size=0.03125,latencies11.latency=5.374,latencies11.size=0.04688,latencies12.latency=6.975,latencies12.size=0.0625,latencies13.latency=6.692,latencies13.size=0.09375,latencies14.latency=7.785,latencies14.size=0.125,latencies15.latency=6.903,latencies15.size=0.1875,latencies16.latency=5.868,latencies16.size=0.25,latencies17.latency=5.364,latencies17.size=0.375,latencies18.latency=5.584,latencies18.size=0.5,latencies19.latency=5.683,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.687,latencies20.size=1.0,latencies21.latency=5.691,latencies21.size=1.5,latencies22.latency=5.679,latencies22.size=2.0,latencies23.latency=5.705,latencies23.size=3.0,latencies24.latency=5.75,latencies24.size=4.0,latencies25.latency=5.931,latencies25.size=6.0,latencies26.latency=6.142,latencies26.size=8.0,latencies27.latency=10.228,latencies27.size=12.0,latencies28.latency=19.945,latencies28.size=16.0,latencies29.latency=28.633,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.212,latencies30.size=32.0,latencies31.latency=27.356,latencies31.size=48.0,latencies32.latency=29.225,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.129,latencies6.size=0.00781,latencies7.latency=1.123,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.136,latencies9.size=0.02344 1568655059712347904 2019-09-16 17:31:01,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:31:02,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:02,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:31:04,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:04,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:31:05,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:05,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:31:06,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:06,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.130}' 2019-09-16 17:31:07,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:07,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:31:09,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:09,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.129}' 2019-09-16 17:31:10,572 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:10,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.129}' 2019-09-16 17:31:11,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:11,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.128}' 2019-09-16 17:31:12,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:12,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.128}' 2019-09-16 17:31:14,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:14,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.129}' 2019-09-16 17:31:15,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:15,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.595}' 2019-09-16 17:31:16,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:16,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.669}' 2019-09-16 17:31:17,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:17,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.544}' 2019-09-16 17:31:19,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:19,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 7.863}' 2019-09-16 17:31:20,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:20,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.955}' 2019-09-16 17:31:21,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:21,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.892}' 2019-09-16 17:31:22,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:22,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.692}' 2019-09-16 17:31:23,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:23,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.697}' 2019-09-16 17:31:25,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:25,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.698}' 2019-09-16 17:31:26,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:26,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.695}' 2019-09-16 17:31:27,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:27,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.696}' 2019-09-16 17:31:28,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:28,615 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.696}' 2019-09-16 17:31:29,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:29,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.705}' 2019-09-16 17:31:31,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:31,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.754}' 2019-09-16 17:31:32,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:32,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.932}' 2019-09-16 17:31:33,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:33,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.091}' 2019-09-16 17:31:34,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:34,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.775}' 2019-09-16 17:31:35,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:35,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.907}' 2019-09-16 17:31:37,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:37,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.559}' 2019-09-16 17:31:38,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:38,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.222}' 2019-09-16 17:31:39,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:39,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.234}' 2019-09-16 17:31:41,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:41,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.222}' 2019-09-16 17:31:41,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:31:42,431 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=3 END 2019-09-16 17:31:42,431 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=4 START 2019-09-16 17:31:42,432 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:31:42,440 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:31:44,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.128}' 2019-09-16 17:31:45,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:45,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.128}' 2019-09-16 17:31:46,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:46,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.128}' 2019-09-16 17:31:46,537 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:31:46,539 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.129,latencies10.size=0.03125,latencies11.latency=5.595,latencies11.size=0.04688,latencies12.latency=6.669,latencies12.size=0.0625,latencies13.latency=7.544,latencies13.size=0.09375,latencies14.latency=7.863,latencies14.size=0.125,latencies15.latency=6.955,latencies15.size=0.1875,latencies16.latency=4.892,latencies16.size=0.25,latencies17.latency=5.692,latencies17.size=0.375,latencies18.latency=5.697,latencies18.size=0.5,latencies19.latency=5.698,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.695,latencies20.size=1.0,latencies21.latency=5.696,latencies21.size=1.5,latencies22.latency=5.696,latencies22.size=2.0,latencies23.latency=5.705,latencies23.size=3.0,latencies24.latency=5.754,latencies24.size=4.0,latencies25.latency=5.932,latencies25.size=6.0,latencies26.latency=6.091,latencies26.size=8.0,latencies27.latency=9.775,latencies27.size=12.0,latencies28.latency=19.907,latencies28.size=16.0,latencies29.latency=28.559,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.222,latencies30.size=32.0,latencies31.latency=29.234,latencies31.size=48.0,latencies32.latency=29.222,latencies32.size=64.0,latencies4.latency=1.13,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.129,latencies6.size=0.00781,latencies7.latency=1.129,latencies7.size=0.01172,latencies8.latency=1.128,latencies8.size=0.01562,latencies9.latency=1.128,latencies9.size=0.02344 1568655102431021056 2019-09-16 17:31:47,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:47,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.128}' 2019-09-16 17:31:48,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:48,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.127}' 2019-09-16 17:31:50,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:50,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.127}' 2019-09-16 17:31:51,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:51,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.128}' 2019-09-16 17:31:52,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:52,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.128}' 2019-09-16 17:31:53,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:53,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.128}' 2019-09-16 17:31:54,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:54,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.129}' 2019-09-16 17:31:56,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:56,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.129}' 2019-09-16 17:31:57,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:57,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.541}' 2019-09-16 17:31:58,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:58,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.811}' 2019-09-16 17:31:59,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:31:59,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.059}' 2019-09-16 17:32:00,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:00,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 8.410}' 2019-09-16 17:32:02,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:02,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.916}' 2019-09-16 17:32:03,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:03,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.885}' 2019-09-16 17:32:04,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:04,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.700}' 2019-09-16 17:32:05,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:05,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.697}' 2019-09-16 17:32:06,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:06,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.693}' 2019-09-16 17:32:07,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:07,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.693}' 2019-09-16 17:32:09,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:09,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.698}' 2019-09-16 17:32:10,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:10,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.701}' 2019-09-16 17:32:11,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:11,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.708}' 2019-09-16 17:32:12,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:12,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.742}' 2019-09-16 17:32:13,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:13,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.916}' 2019-09-16 17:32:15,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:15,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.127}' 2019-09-16 17:32:16,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:16,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.450}' 2019-09-16 17:32:17,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:17,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.526}' 2019-09-16 17:32:19,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:19,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.579}' 2019-09-16 17:32:20,374 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:20,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.181}' 2019-09-16 17:32:21,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:21,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.246}' 2019-09-16 17:32:23,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:23,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.247}' 2019-09-16 17:32:23,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:32:24,302 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=4 END 2019-09-16 17:32:24,303 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=5 START 2019-09-16 17:32:24,303 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:32:24,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:32:25,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:32:26,652 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:32:26,654 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.128,latencies0.size=0.00049,latencies1.latency=1.128,latencies1.size=0.00098,latencies10.latency=1.129,latencies10.size=0.03125,latencies11.latency=5.541,latencies11.size=0.04688,latencies12.latency=6.811,latencies12.size=0.0625,latencies13.latency=7.059,latencies13.size=0.09375,latencies14.latency=8.41,latencies14.size=0.125,latencies15.latency=6.916,latencies15.size=0.1875,latencies16.latency=4.885,latencies16.size=0.25,latencies17.latency=5.7,latencies17.size=0.375,latencies18.latency=5.697,latencies18.size=0.5,latencies19.latency=5.693,latencies19.size=0.75,latencies2.latency=1.128,latencies2.size=0.00195,latencies20.latency=5.693,latencies20.size=1.0,latencies21.latency=5.698,latencies21.size=1.5,latencies22.latency=5.701,latencies22.size=2.0,latencies23.latency=5.708,latencies23.size=3.0,latencies24.latency=5.742,latencies24.size=4.0,latencies25.latency=5.916,latencies25.size=6.0,latencies26.latency=6.127,latencies26.size=8.0,latencies27.latency=9.45,latencies27.size=12.0,latencies28.latency=19.526,latencies28.size=16.0,latencies29.latency=28.579,latencies29.size=24.0,latencies3.latency=1.128,latencies3.size=0.00293,latencies30.latency=29.181,latencies30.size=32.0,latencies31.latency=29.246,latencies31.size=48.0,latencies32.latency=29.247,latencies32.size=64.0,latencies4.latency=1.127,latencies4.size=0.00391,latencies5.latency=1.127,latencies5.size=0.00586,latencies6.latency=1.128,latencies6.size=0.00781,latencies7.latency=1.128,latencies7.size=0.01172,latencies8.latency=1.128,latencies8.size=0.01562,latencies9.latency=1.129,latencies9.size=0.02344 1568655144302324992 2019-09-16 17:32:27,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:27,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:32:28,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:28,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:32:29,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:29,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:32:30,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:30,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:32:32,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:32,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:32:33,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:33,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.129}' 2019-09-16 17:32:34,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:34,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:32:35,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:35,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:32:36,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:36,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.136}' 2019-09-16 17:32:38,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:38,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.144}' 2019-09-16 17:32:39,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:39,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.485}' 2019-09-16 17:32:40,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:40,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.373}' 2019-09-16 17:32:41,917 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:41,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.423}' 2019-09-16 17:32:43,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:43,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 8.236}' 2019-09-16 17:32:44,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:44,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.881}' 2019-09-16 17:32:45,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:45,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 5.986}' 2019-09-16 17:32:46,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:46,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.692}' 2019-09-16 17:32:48,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:48,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.563}' 2019-09-16 17:32:49,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:49,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.689}' 2019-09-16 17:32:50,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:50,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.691}' 2019-09-16 17:32:51,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:51,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.687}' 2019-09-16 17:32:52,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:52,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.681}' 2019-09-16 17:32:54,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:54,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.693}' 2019-09-16 17:32:55,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:55,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.738}' 2019-09-16 17:32:56,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:56,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.918}' 2019-09-16 17:32:57,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:57,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.167}' 2019-09-16 17:32:58,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:32:58,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.932}' 2019-09-16 17:33:00,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:00,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.078}' 2019-09-16 17:33:01,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:01,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.656}' 2019-09-16 17:33:02,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:02,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.187}' 2019-09-16 17:33:04,287 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:04,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.254}' 2019-09-16 17:33:05,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:05,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.231}' 2019-09-16 17:33:05,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:33:06,820 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=5 END 2019-09-16 17:33:06,820 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=6 START 2019-09-16 17:33:06,821 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:33:06,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:33:08,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:33:09,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:09,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:33:10,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:10,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:33:11,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:33:11,771 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.144,latencies10.size=0.03125,latencies11.latency=5.485,latencies11.size=0.04688,latencies12.latency=6.373,latencies12.size=0.0625,latencies13.latency=7.423,latencies13.size=0.09375,latencies14.latency=8.236,latencies14.size=0.125,latencies15.latency=6.881,latencies15.size=0.1875,latencies16.latency=5.986,latencies16.size=0.25,latencies17.latency=5.692,latencies17.size=0.375,latencies18.latency=5.563,latencies18.size=0.5,latencies19.latency=5.689,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.691,latencies20.size=1.0,latencies21.latency=5.687,latencies21.size=1.5,latencies22.latency=5.681,latencies22.size=2.0,latencies23.latency=5.693,latencies23.size=3.0,latencies24.latency=5.738,latencies24.size=4.0,latencies25.latency=5.918,latencies25.size=6.0,latencies26.latency=6.167,latencies26.size=8.0,latencies27.latency=9.932,latencies27.size=12.0,latencies28.latency=20.078,latencies28.size=16.0,latencies29.latency=28.656,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.187,latencies30.size=32.0,latencies31.latency=29.254,latencies31.size=48.0,latencies32.latency=29.231,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.129,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.136,latencies9.size=0.02344 1568655186820072960 2019-09-16 17:33:11,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:11,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:33:13,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:13,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:33:14,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:14,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:33:15,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:15,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.130}' 2019-09-16 17:33:16,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:16,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:33:18,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:18,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:33:19,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:19,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.129}' 2019-09-16 17:33:20,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:20,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.129}' 2019-09-16 17:33:21,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:21,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.990}' 2019-09-16 17:33:22,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:22,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.430}' 2019-09-16 17:33:24,204 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:24,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.758}' 2019-09-16 17:33:25,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:25,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 7.937}' 2019-09-16 17:33:26,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:26,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.947}' 2019-09-16 17:33:27,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:27,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.557}' 2019-09-16 17:33:29,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:29,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.561}' 2019-09-16 17:33:30,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:30,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.680}' 2019-09-16 17:33:31,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:31,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.692}' 2019-09-16 17:33:32,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:32,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.695}' 2019-09-16 17:33:33,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:33,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.687}' 2019-09-16 17:33:34,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:34,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.688}' 2019-09-16 17:33:36,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:36,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.702}' 2019-09-16 17:33:37,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:37,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.753}' 2019-09-16 17:33:38,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:38,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.931}' 2019-09-16 17:33:39,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:39,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.116}' 2019-09-16 17:33:40,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:40,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.311}' 2019-09-16 17:33:42,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:42,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.011}' 2019-09-16 17:33:43,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:43,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.542}' 2019-09-16 17:33:44,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:44,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.169}' 2019-09-16 17:33:46,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:46,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.226}' 2019-09-16 17:33:47,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:47,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.202}' 2019-09-16 17:33:47,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:33:48,680 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=6 END 2019-09-16 17:33:48,681 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=7 START 2019-09-16 17:33:48,681 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:33:48,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:33:50,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:33:51,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:51,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:33:51,911 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:33:51,913 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.129,latencies10.size=0.03125,latencies11.latency=5.99,latencies11.size=0.04688,latencies12.latency=6.43,latencies12.size=0.0625,latencies13.latency=7.758,latencies13.size=0.09375,latencies14.latency=7.937,latencies14.size=0.125,latencies15.latency=6.947,latencies15.size=0.1875,latencies16.latency=4.557,latencies16.size=0.25,latencies17.latency=5.561,latencies17.size=0.375,latencies18.latency=5.68,latencies18.size=0.5,latencies19.latency=5.692,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.695,latencies20.size=1.0,latencies21.latency=5.687,latencies21.size=1.5,latencies22.latency=5.688,latencies22.size=2.0,latencies23.latency=5.702,latencies23.size=3.0,latencies24.latency=5.753,latencies24.size=4.0,latencies25.latency=5.931,latencies25.size=6.0,latencies26.latency=6.116,latencies26.size=8.0,latencies27.latency=10.311,latencies27.size=12.0,latencies28.latency=20.011,latencies28.size=16.0,latencies29.latency=28.542,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.169,latencies30.size=32.0,latencies31.latency=29.226,latencies31.size=48.0,latencies32.latency=29.202,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.13,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.129,latencies9.size=0.02344 1568655228680222976 2019-09-16 17:33:52,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:52,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:33:53,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:53,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:33:54,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:54,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.130}' 2019-09-16 17:33:56,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:56,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:33:57,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:57,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.129}' 2019-09-16 17:33:58,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:58,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:33:59,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:33:59,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:34:00,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:00,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.136}' 2019-09-16 17:34:02,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:02,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.144}' 2019-09-16 17:34:03,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:03,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.839}' 2019-09-16 17:34:04,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:04,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.816}' 2019-09-16 17:34:05,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:05,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.438}' 2019-09-16 17:34:06,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:06,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 7.984}' 2019-09-16 17:34:08,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:08,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.895}' 2019-09-16 17:34:09,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:09,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.839}' 2019-09-16 17:34:10,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:10,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.587}' 2019-09-16 17:34:11,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:11,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.691}' 2019-09-16 17:34:12,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:12,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.689}' 2019-09-16 17:34:13,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:13,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.685}' 2019-09-16 17:34:15,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:15,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.681}' 2019-09-16 17:34:16,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:16,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.682}' 2019-09-16 17:34:17,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:17,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.695}' 2019-09-16 17:34:18,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:18,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.751}' 2019-09-16 17:34:20,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:20,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.941}' 2019-09-16 17:34:21,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:21,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.134}' 2019-09-16 17:34:22,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:22,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.407}' 2019-09-16 17:34:23,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:23,933 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 20.098}' 2019-09-16 17:34:25,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:25,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.622}' 2019-09-16 17:34:26,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:26,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.180}' 2019-09-16 17:34:27,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:27,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.249}' 2019-09-16 17:34:29,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:29,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.209}' 2019-09-16 17:34:29,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:34:30,509 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=7 END 2019-09-16 17:34:30,510 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=8 START 2019-09-16 17:34:30,510 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:34:30,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:34:32,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:34:32,020 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.144,latencies10.size=0.03125,latencies11.latency=5.839,latencies11.size=0.04688,latencies12.latency=6.816,latencies12.size=0.0625,latencies13.latency=7.438,latencies13.size=0.09375,latencies14.latency=7.984,latencies14.size=0.125,latencies15.latency=6.895,latencies15.size=0.1875,latencies16.latency=4.839,latencies16.size=0.25,latencies17.latency=5.587,latencies17.size=0.375,latencies18.latency=5.691,latencies18.size=0.5,latencies19.latency=5.689,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.685,latencies20.size=1.0,latencies21.latency=5.681,latencies21.size=1.5,latencies22.latency=5.682,latencies22.size=2.0,latencies23.latency=5.695,latencies23.size=3.0,latencies24.latency=5.751,latencies24.size=4.0,latencies25.latency=5.941,latencies25.size=6.0,latencies26.latency=6.134,latencies26.size=8.0,latencies27.latency=10.407,latencies27.size=12.0,latencies28.latency=20.098,latencies28.size=16.0,latencies29.latency=28.622,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.18,latencies30.size=32.0,latencies31.latency=29.249,latencies31.size=48.0,latencies32.latency=29.209,latencies32.size=64.0,latencies4.latency=1.13,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.129,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.136,latencies9.size=0.02344 1568655270509225984 2019-09-16 17:34:32,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:34:33,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:33,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:34:34,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:34,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:34:35,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:35,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:34:36,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:36,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:34:38,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:38,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:34:39,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:39,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.130}' 2019-09-16 17:34:40,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:40,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:34:41,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:41,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.131}' 2019-09-16 17:34:42,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:42,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.136}' 2019-09-16 17:34:43,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:43,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.147}' 2019-09-16 17:34:45,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:45,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 6.209}' 2019-09-16 17:34:46,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:46,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 7.337}' 2019-09-16 17:34:47,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:47,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.872}' 2019-09-16 17:34:49,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:49,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 5.675}' 2019-09-16 17:34:50,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:50,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.912}' 2019-09-16 17:34:51,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:51,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 6.129}' 2019-09-16 17:34:52,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:52,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.178}' 2019-09-16 17:34:53,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:53,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.690}' 2019-09-16 17:34:55,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:55,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.684}' 2019-09-16 17:34:56,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:56,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.673}' 2019-09-16 17:34:57,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:57,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.676}' 2019-09-16 17:34:58,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:58,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.698}' 2019-09-16 17:34:59,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:34:59,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.708}' 2019-09-16 17:35:00,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:00,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.754}' 2019-09-16 17:35:02,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:02,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.928}' 2019-09-16 17:35:03,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:03,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.135}' 2019-09-16 17:35:04,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:04,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 9.815}' 2019-09-16 17:35:05,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:05,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.741}' 2019-09-16 17:35:07,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:07,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.588}' 2019-09-16 17:35:08,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:08,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.160}' 2019-09-16 17:35:10,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:10,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.252}' 2019-09-16 17:35:11,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:11,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.259}' 2019-09-16 17:35:11,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:35:12,590 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=8 END 2019-09-16 17:35:12,590 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=9 START 2019-09-16 17:35:12,591 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:35:12,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:35:14,281 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.128}' 2019-09-16 17:35:15,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:15,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.128}' 2019-09-16 17:35:16,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:16,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.128}' 2019-09-16 17:35:17,147 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:35:17,149 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.147,latencies10.size=0.03125,latencies11.latency=6.209,latencies11.size=0.04688,latencies12.latency=7.337,latencies12.size=0.0625,latencies13.latency=7.872,latencies13.size=0.09375,latencies14.latency=5.675,latencies14.size=0.125,latencies15.latency=6.912,latencies15.size=0.1875,latencies16.latency=6.129,latencies16.size=0.25,latencies17.latency=5.178,latencies17.size=0.375,latencies18.latency=5.69,latencies18.size=0.5,latencies19.latency=5.684,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.673,latencies20.size=1.0,latencies21.latency=5.676,latencies21.size=1.5,latencies22.latency=5.698,latencies22.size=2.0,latencies23.latency=5.708,latencies23.size=3.0,latencies24.latency=5.754,latencies24.size=4.0,latencies25.latency=5.928,latencies25.size=6.0,latencies26.latency=6.135,latencies26.size=8.0,latencies27.latency=9.815,latencies27.size=12.0,latencies28.latency=19.741,latencies28.size=16.0,latencies29.latency=28.588,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.16,latencies30.size=32.0,latencies31.latency=29.252,latencies31.size=48.0,latencies32.latency=29.259,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.13,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.131,latencies8.size=0.01562,latencies9.latency=1.136,latencies9.size=0.02344 1568655312589995008 2019-09-16 17:35:17,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:17,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:35:19,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:19,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:35:20,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:20,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.128}' 2019-09-16 17:35:21,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:21,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.128}' 2019-09-16 17:35:22,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:22,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.128}' 2019-09-16 17:35:23,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:23,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.128}' 2019-09-16 17:35:25,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:25,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.129}' 2019-09-16 17:35:26,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:26,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.129}' 2019-09-16 17:35:27,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:27,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.677}' 2019-09-16 17:35:28,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:28,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 7.016}' 2019-09-16 17:35:29,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:29,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 8.012}' 2019-09-16 17:35:30,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:30,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 8.027}' 2019-09-16 17:35:32,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:32,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.886}' 2019-09-16 17:35:33,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:33,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 6.111}' 2019-09-16 17:35:34,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:34,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.695}' 2019-09-16 17:35:35,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:35,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.574}' 2019-09-16 17:35:36,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:36,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.700}' 2019-09-16 17:35:38,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:38,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.696}' 2019-09-16 17:35:39,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:39,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.696}' 2019-09-16 17:35:40,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:40,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.700}' 2019-09-16 17:35:41,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:41,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.711}' 2019-09-16 17:35:42,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:42,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.757}' 2019-09-16 17:35:44,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:44,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.931}' 2019-09-16 17:35:45,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:45,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.225}' 2019-09-16 17:35:46,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:46,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.298}' 2019-09-16 17:35:47,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:47,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.793}' 2019-09-16 17:35:48,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:48,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.603}' 2019-09-16 17:35:50,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:50,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.199}' 2019-09-16 17:35:51,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:51,726 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.237}' 2019-09-16 17:35:53,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:53,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.222}' 2019-09-16 17:35:53,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:35:54,252 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=9 END 2019-09-16 17:35:54,253 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14969 seq=10 START 2019-09-16 17:35:54,253 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_latency.sh 64.000000 128 2019-09-16 17:35:54,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'[\n' 2019-09-16 17:35:55,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00049, "latency": 1.129}' 2019-09-16 17:35:57,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:57,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00098, "latency": 1.129}' 2019-09-16 17:35:57,324 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:35:57,326 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.128,latencies0.size=0.00049,latencies1.latency=1.128,latencies1.size=0.00098,latencies10.latency=1.129,latencies10.size=0.03125,latencies11.latency=5.677,latencies11.size=0.04688,latencies12.latency=7.016,latencies12.size=0.0625,latencies13.latency=8.012,latencies13.size=0.09375,latencies14.latency=8.027,latencies14.size=0.125,latencies15.latency=6.886,latencies15.size=0.1875,latencies16.latency=6.111,latencies16.size=0.25,latencies17.latency=5.695,latencies17.size=0.375,latencies18.latency=5.574,latencies18.size=0.5,latencies19.latency=5.7,latencies19.size=0.75,latencies2.latency=1.128,latencies2.size=0.00195,latencies20.latency=5.696,latencies20.size=1.0,latencies21.latency=5.696,latencies21.size=1.5,latencies22.latency=5.7,latencies22.size=2.0,latencies23.latency=5.711,latencies23.size=3.0,latencies24.latency=5.757,latencies24.size=4.0,latencies25.latency=5.931,latencies25.size=6.0,latencies26.latency=6.225,latencies26.size=8.0,latencies27.latency=10.298,latencies27.size=12.0,latencies28.latency=19.793,latencies28.size=16.0,latencies29.latency=28.603,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.199,latencies30.size=32.0,latencies31.latency=29.237,latencies31.size=48.0,latencies32.latency=29.222,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.128,latencies5.size=0.00586,latencies6.latency=1.128,latencies6.size=0.00781,latencies7.latency=1.128,latencies7.size=0.01172,latencies8.latency=1.128,latencies8.size=0.01562,latencies9.latency=1.129,latencies9.size=0.02344 1568655354252157952 2019-09-16 17:35:58,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:58,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00195, "latency": 1.129}' 2019-09-16 17:35:59,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:35:59,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00293, "latency": 1.129}' 2019-09-16 17:36:00,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:00,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00391, "latency": 1.129}' 2019-09-16 17:36:01,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:01,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00586, "latency": 1.129}' 2019-09-16 17:36:02,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:02,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.00781, "latency": 1.130}' 2019-09-16 17:36:04,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:04,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01172, "latency": 1.130}' 2019-09-16 17:36:05,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:05,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.01562, "latency": 1.130}' 2019-09-16 17:36:06,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:06,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.02344, "latency": 1.137}' 2019-09-16 17:36:07,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:07,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.03125, "latency": 1.145}' 2019-09-16 17:36:08,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:08,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.04688, "latency": 5.650}' 2019-09-16 17:36:10,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:10,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.06250, "latency": 6.822}' 2019-09-16 17:36:11,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:11,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.09375, "latency": 7.034}' 2019-09-16 17:36:12,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:12,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.12500, "latency": 8.104}' 2019-09-16 17:36:13,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:13,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.18750, "latency": 6.970}' 2019-09-16 17:36:14,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:14,868 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.25000, "latency": 4.566}' 2019-09-16 17:36:15,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:15,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.37500, "latency": 5.680}' 2019-09-16 17:36:17,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:17,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.50000, "latency": 5.680}' 2019-09-16 17:36:18,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:18,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 0.75000, "latency": 5.702}' 2019-09-16 17:36:19,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:19,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.00000, "latency": 5.706}' 2019-09-16 17:36:20,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:20,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 1.50000, "latency": 5.695}' 2019-09-16 17:36:21,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:21,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 2.00000, "latency": 5.698}' 2019-09-16 17:36:23,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:23,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 3.00000, "latency": 5.696}' 2019-09-16 17:36:24,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:24,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 4.00000, "latency": 5.743}' 2019-09-16 17:36:25,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:25,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 6.00000, "latency": 5.921}' 2019-09-16 17:36:26,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:26,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 8.00000, "latency": 6.216}' 2019-09-16 17:36:27,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:27,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 12.00000, "latency": 10.661}' 2019-09-16 17:36:28,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:28,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 16.00000, "latency": 19.885}' 2019-09-16 17:36:30,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:30,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 24.00000, "latency": 28.619}' 2019-09-16 17:36:31,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:31,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 32.00000, "latency": 29.176}' 2019-09-16 17:36:32,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:32,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 48.00000, "latency": 29.247}' 2019-09-16 17:36:34,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u',\n' 2019-09-16 17:36:34,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size": 64.00000, "latency": 29.177}' 2019-09-16 17:36:34,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u']\n' 2019-09-16 17:36:35,476 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14969 seq=10 END 2019-09-16 17:36:35,476 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:36:35,477 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:36:35,477 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:36:35,508 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:36:35,510 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc010,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter latencies0.latency=1.129,latencies0.size=0.00049,latencies1.latency=1.129,latencies1.size=0.00098,latencies10.latency=1.145,latencies10.size=0.03125,latencies11.latency=5.65,latencies11.size=0.04688,latencies12.latency=6.822,latencies12.size=0.0625,latencies13.latency=7.034,latencies13.size=0.09375,latencies14.latency=8.104,latencies14.size=0.125,latencies15.latency=6.97,latencies15.size=0.1875,latencies16.latency=4.566,latencies16.size=0.25,latencies17.latency=5.68,latencies17.size=0.375,latencies18.latency=5.68,latencies18.size=0.5,latencies19.latency=5.702,latencies19.size=0.75,latencies2.latency=1.129,latencies2.size=0.00195,latencies20.latency=5.706,latencies20.size=1.0,latencies21.latency=5.695,latencies21.size=1.5,latencies22.latency=5.698,latencies22.size=2.0,latencies23.latency=5.696,latencies23.size=3.0,latencies24.latency=5.743,latencies24.size=4.0,latencies25.latency=5.921,latencies25.size=6.0,latencies26.latency=6.216,latencies26.size=8.0,latencies27.latency=10.661,latencies27.size=12.0,latencies28.latency=19.885,latencies28.size=16.0,latencies29.latency=28.619,latencies29.size=24.0,latencies3.latency=1.129,latencies3.size=0.00293,latencies30.latency=29.176,latencies30.size=32.0,latencies31.latency=29.247,latencies31.size=48.0,latencies32.latency=29.177,latencies32.size=64.0,latencies4.latency=1.129,latencies4.size=0.00391,latencies5.latency=1.129,latencies5.size=0.00586,latencies6.latency=1.13,latencies6.size=0.00781,latencies7.latency=1.13,latencies7.size=0.01172,latencies8.latency=1.13,latencies8.size=0.01562,latencies9.latency=1.137,latencies9.size=0.02344 1568655395475916032 2019-09-16 17:36:35,619 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:36:35,620 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc010" SUCCESS!!! 2019-09-16 17:36:35,620 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC010-abbc28e6' START 2019-09-16 17:37:02,685 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC010-abbc28e6' DONE 2019-09-16 17:37:02,685 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml finished in 496 secs 2019-09-16 17:37:02,686 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-abbc28e6' START 2019-09-16 17:37:02,775 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-abbc28e6' created 2019-09-16 17:37:02,775 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-abbc28e6-key' 2019-09-16 17:37:02,775 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-abbc28e6-secgroup' 2019-09-16 17:37:02,776 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:37:02,776 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-abbc28e6-test' 2019-09-16 17:37:02,776 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-abbc28e6-test-subnet' in network 'demo-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:37:02,776 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:37:02,777 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-abbc28e6-test-router-if0' router:'demo-abbc28e6-test-router', subnet:'demo-abbc28e6-test-subnet' 2019-09-16 17:37:02,777 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-abbc28e6-test-subnet', 'demo-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-abbc28e6-test-subnet'}}], 'name': 'hera.demo-abbc28e6-test-port', 'security_groups': ['demo-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:37:02,777 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'hera.demo-abbc28e6-fip', network 'floating_net', port 'hera.demo-abbc28e6-test-port', rif 'demo-abbc28e6-test-router-if0' 2019-09-16 17:37:02,777 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'hera.demo-abbc28e6-fip-assoc', server 'hera.demo-abbc28e6-test-port', floating_ip 'hera.demo-abbc28e6-fip' 2019-09-16 17:37:02,778 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'hera.demo-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['hera.demo-abbc28e6-test-port'] 2019-09-16 17:37:02,778 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-abbc28e6-test-subnet', 'demo-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-abbc28e6-test-subnet'}}], 'name': 'zeus.demo-abbc28e6-test-port', 'security_groups': ['demo-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:37:02,778 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'zeus.demo-abbc28e6-fip', network 'floating_net', port 'zeus.demo-abbc28e6-test-port', rif 'demo-abbc28e6-test-router-if0' 2019-09-16 17:37:02,778 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'zeus.demo-abbc28e6-fip-assoc', server 'zeus.demo-abbc28e6-test-port', floating_ip 'zeus.demo-abbc28e6-fip' 2019-09-16 17:37:02,779 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'zeus.demo-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['zeus.demo-abbc28e6-test-port'] 2019-09-16 17:37:02,779 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-abbc28e6' START 2019-09-16 17:37:37,407 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-abbc28e6' DONE in 34 secs 2019-09-16 17:37:38,190 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-abbc28e6' DONE 2019-09-16 17:37:38,190 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:37:38,193 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:37:38,204 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 30s 2019-09-16 17:37:38,205 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:37:38,207 [INFO] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:76 user:ubuntu, target:172.30.10.136 2019-09-16 17:37:38,208 [DEBUG] yardstick.ssh.hera ssh.py:148 user:ubuntu host:172.30.10.136 2019-09-16 17:37:38,213 [DEBUG] yardstick.ssh.hera ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.136')",) 2019-09-16 17:37:39,216 [DEBUG] yardstick.ssh.hera ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.136')",) 2019-09-16 17:37:41,614 [DEBUG] yardstick.ssh.hera ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:37:41,615 [INFO] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:80 user:ubuntu, host:172.30.10.114 2019-09-16 17:37:41,616 [DEBUG] yardstick.ssh.zeus ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:37:42,619 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:37:44,622 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:37:46,625 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:37:47,628 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:48,631 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:49,633 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:50,635 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:51,637 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:52,640 [DEBUG] yardstick.ssh.zeus ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:37:54,500 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:37:54,500 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:85 Starting iperf3 server with command: iperf3 -s -D 2019-09-16 17:37:54,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14973 seq=1 START 2019-09-16 17:37:54,509 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.7 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-16 17:38:04,784 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'{\n\t"start":\t{\n\t\t"connected":\t[{\n\t\t\t\t"socket":\t4,\n\t\t\t\t"local_host":\t"10.0.1.21",\n\t\t\t\t"local_port":\t43034,\n\t\t\t\t"remote_host":\t"10.0.1.7",\n\t\t\t\t"remote_port":\t5201\n\t\t\t}],\n\t\t"version":\t"iperf 3.0.11",\n\t\t"system_info":\t"Linux zeus 4.4.0-161-generic #189-Ubuntu SMP Tue Aug 27 08:10:16 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\\n",\n\t\t"timestamp":\t{\n\t\t\t"time":\t"Mon, 16 Sep 2019 17:37:54 GMT",\n\t\t\t"timesecs":\t1568655474\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.7",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568655474.089318.29fd18c32e881",\n\t\t"test_start":\t{\n\t\t\t"protocol":\t"UDP",\n\t\t\t"num_streams":\t1,\n\t\t\t"blksize":\t8192,\n\t\t\t"omit":\t0,\n\t\t\t"duration":\t10,\n\t\t\t"bytes":\t0,\n\t\t\t"blocks":\t0,\n\t\t\t"reverse":\t0\n\t\t}\n\t},\n\t"intervals":\t[{\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t1.00012,\n\t\t\t\t\t"seconds":\t1.00012,\n\t\t\t\t\t"bytes":\t2252800,\n\t\t\t\t\t"bits_per_second":\t1.80202e+07,\n\t\t\t\t\t"packets":\t275,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t0,\n\t\t\t\t"end":\t1.00012,\n\t\t\t\t"seconds":\t1.00012,\n\t\t\t\t"bytes":\t2252800,\n\t\t\t\t"bits_per_second":\t1.80202e+07,\n\t\t\t\t"packets":\t275,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t1.00012,\n\t\t\t\t\t"end":\t2.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t1.00012,\n\t\t\t\t"end":\t2.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t2.00012,\n\t\t\t\t\t"end":\t3.00013,\n\t\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00539e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t2.00012,\n\t\t\t\t"end":\t3.00013,\n\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00539e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t3.00013,\n\t\t\t\t\t"end":\t4.00012,\n\t\t\t\t\t"seconds":\t0.999994,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t3.00013,\n\t\t\t\t"end":\t4.00012,\n\t\t\t\t"seconds":\t0.999994,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t4.00012,\n\t\t\t\t\t"end":\t5.00012,\n\t\t\t\t\t"seconds":\t0.999996,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t4.00012,\n\t\t\t\t"end":\t5.00012,\n\t\t\t\t"seconds":\t0.999996,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t5.00012,\n\t\t\t\t\t"end":\t6.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t5.00012,\n\t\t\t\t"end":\t6.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t6.00012,\n\t\t\t\t\t"end":\t7.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t6.00012,\n\t\t\t\t"end":\t7.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t7.00012,\n\t\t\t\t\t"end":\t8.00012,\n\t\t\t\t\t"seconds":\t0.999994,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00541e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t7.00012,\n\t\t\t\t"end":\t8.00012,\n\t\t\t\t"seconds":\t0.999994,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00541e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t8.00012,\n\t\t\t\t\t"end":\t9.00012,\n\t\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t' 2019-09-16 17:38:04,785 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t8.00012,\n\t\t\t\t"end":\t9.00012,\n\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t9.00012,\n\t\t\t\t\t"end":\t10.0002,\n\t\t\t\t\t"seconds":\t1.00004,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99878e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t9.00012,\n\t\t\t\t"end":\t10.0002,\n\t\t\t\t"seconds":\t1.00004,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99878e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}],\n\t"end":\t{\n\t\t"streams":\t[{\n\t\t\t\t"udp":\t{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t10.0002,\n\t\t\t\t\t"seconds":\t10.0002,\n\t\t\t\t\t"bytes":\t24756224,\n\t\t\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t\t\t"jitter_ms":\t0,\n\t\t\t\t\t"lost_packets":\t0,\n\t\t\t\t\t"packets":\t0,\n\t\t\t\t\t"lost_percent":\t-nan\n\t\t\t\t}\n\t\t\t}],\n\t\t"sum":\t{\n\t\t\t"start":\t0,\n\t\t\t"end":\t10.0002,\n\t\t\t"seconds":\t10.0002,\n\t\t\t"bytes":\t24756224,\n\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t"jitter_ms":\t0,\n\t\t\t"lost_packets":\t0,\n\t\t\t"packets":\t0,\n\t\t\t"lost_percent":\t100\n\t\t},\n\t\t"cpu_utilization_percent":\t{\n\t\t\t"host_total":\t0.298709,\n\t\t\t"host_user":\t0,\n\t\t\t"host_system":\t0.31577,\n\t\t\t"remote_total":\t0.00441269,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-16 17:38:04,789 [ERROR] yardstick.benchmark.runners.duration duration.py:86 Traceback (most recent call last): File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/duration.py", line 73, in _worker_process result = method(data) File "/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/networking/iperf3.py", line 156, in run iperf_result = jsonutils.loads(stdout, parse_int=float) File "/usr/local/lib/python2.7/dist-packages/oslo_serialization/jsonutils.py", line 241, in loads return json.loads(encodeutils.safe_decode(s, encoding), **kwargs) File "/usr/lib/python2.7/json/__init__.py", line 352, in loads return cls(encoding=encoding, **kw).decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded 2019-09-16 17:38:05,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14973 seq=1 END 2019-09-16 17:38:05,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14973 seq=2 START 2019-09-16 17:38:05,793 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.7 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-16 17:38:08,201 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:38:08,203 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655485791575040 2019-09-16 17:38:08,325 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-16 17:38:08,326 [ERROR] yardstick.dispatcher.influxdb influxdb.py:85 unable to parse 'opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655485791575040': invalid field format 2019-09-16 17:38:16,140 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'{\n\t"start":\t{\n\t\t"connected":\t[{\n\t\t\t\t"socket":\t4,\n\t\t\t\t"local_host":\t"10.0.1.21",\n\t\t\t\t"local_port":\t43466,\n\t\t\t\t"remote_host":\t"10.0.1.7",\n\t\t\t\t"remote_port":\t5201\n\t\t\t}],\n\t\t"version":\t"iperf 3.0.11",\n\t\t"system_info":\t"Linux zeus 4.4.0-161-generic #189-Ubuntu SMP Tue Aug 27 08:10:16 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\\n",\n\t\t"timestamp":\t{\n\t\t\t"time":\t"Mon, 16 Sep 2019 17:38:05 GMT",\n\t\t\t"timesecs":\t1568655485\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.7",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568655485.316962.3ba71a1052da1",\n\t\t"test_start":\t{\n\t\t\t"protocol":\t"UDP",\n\t\t\t"num_streams":\t1,\n\t\t\t"blksize":\t8192,\n\t\t\t"omit":\t0,\n\t\t\t"duration":\t10,\n\t\t\t"bytes":\t0,\n\t\t\t"blocks":\t0,\n\t\t\t"reverse":\t0\n\t\t}\n\t},\n\t"intervals":\t[{\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t1.00014,\n\t\t\t\t\t"seconds":\t1.00014,\n\t\t\t\t\t"bytes":\t2252800,\n\t\t\t\t\t"bits_per_second":\t1.80199e+07,\n\t\t\t\t\t"packets":\t275,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t0,\n\t\t\t\t"end":\t1.00014,\n\t\t\t\t"seconds":\t1.00014,\n\t\t\t\t"bytes":\t2252800,\n\t\t\t\t"bits_per_second":\t1.80199e+07,\n\t\t\t\t"packets":\t275,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t1.00014,\n\t\t\t\t\t"end":\t2.00012,\n\t\t\t\t\t"seconds":\t0.999982,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99888e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t1.00014,\n\t\t\t\t"end":\t2.00012,\n\t\t\t\t"seconds":\t0.999982,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99888e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t2.00012,\n\t\t\t\t\t"end":\t3.00012,\n\t\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t2.00012,\n\t\t\t\t"end":\t3.00012,\n\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t3.00012,\n\t\t\t\t\t"end":\t4.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t3.00012,\n\t\t\t\t"end":\t4.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t4.00012,\n\t\t\t\t\t"end":\t5.00012,\n\t\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t4.00012,\n\t\t\t\t"end":\t5.00012,\n\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t5.00012,\n\t\t\t\t\t"end":\t6.00012,\n\t\t\t\t\t"seconds":\t0.999996,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t5.00012,\n\t\t\t\t"end":\t6.00012,\n\t\t\t\t"seconds":\t0.999996,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t6.00012,\n\t\t\t\t\t"end":\t7.00012,\n\t\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t6.00012,\n\t\t\t\t"end":\t7.00012,\n\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t7.00012,\n\t\t\t\t\t"end":\t8.00012,\n\t\t\t\t\t"seconds":\t0.999995,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.00541e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t7.00012,\n\t\t\t\t"end":\t8.00012,\n\t\t\t\t"seconds":\t0.999995,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.00541e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t8.00012,\n\t\t\t\t\t"end":\t9.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t' 2019-09-16 17:38:16,141 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t8.00012,\n\t\t\t\t"end":\t9.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t9.00012,\n\t\t\t\t\t"end":\t10.0001,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t9.00012,\n\t\t\t\t"end":\t10.0001,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}],\n\t"end":\t{\n\t\t"streams":\t[{\n\t\t\t\t"udp":\t{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t10.0001,\n\t\t\t\t\t"seconds":\t10.0001,\n\t\t\t\t\t"bytes":\t24756224,\n\t\t\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t\t\t"jitter_ms":\t0,\n\t\t\t\t\t"lost_packets":\t0,\n\t\t\t\t\t"packets":\t0,\n\t\t\t\t\t"lost_percent":\t-nan\n\t\t\t\t}\n\t\t\t}],\n\t\t"sum":\t{\n\t\t\t"start":\t0,\n\t\t\t"end":\t10.0001,\n\t\t\t"seconds":\t10.0001,\n\t\t\t"bytes":\t24756224,\n\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t"jitter_ms":\t0,\n\t\t\t"lost_packets":\t0,\n\t\t\t"packets":\t0,\n\t\t\t"lost_percent":\t100\n\t\t},\n\t\t"cpu_utilization_percent":\t{\n\t\t\t"host_total":\t2.2369,\n\t\t\t"host_user":\t0.703247,\n\t\t\t"host_system":\t1.5237,\n\t\t\t"remote_total":\t0.00392803,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-16 17:38:16,143 [ERROR] yardstick.benchmark.runners.duration duration.py:86 Traceback (most recent call last): File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/duration.py", line 73, in _worker_process result = method(data) File "/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/networking/iperf3.py", line 156, in run iperf_result = jsonutils.loads(stdout, parse_int=float) File "/usr/local/lib/python2.7/dist-packages/oslo_serialization/jsonutils.py", line 241, in loads return json.loads(encodeutils.safe_decode(s, encoding), **kwargs) File "/usr/lib/python2.7/json/__init__.py", line 352, in loads return cls(encoding=encoding, **kw).decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded 2019-09-16 17:38:17,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14973 seq=2 END 2019-09-16 17:38:17,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14973 seq=3 START 2019-09-16 17:38:17,146 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:146 Executing command: iperf3 -c 10.0.1.7 --json --udp --bandwidth 20m 30 --length 8K --window 29200 2019-09-16 17:38:18,327 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:38:18,327 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655497145272064 2019-09-16 17:38:18,432 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-16 17:38:18,433 [ERROR] yardstick.dispatcher.influxdb influxdb.py:85 unable to parse 'opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655497145272064': invalid field format 2019-09-16 17:38:27,464 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'{\n\t"start":\t{\n\t\t"connected":\t[{\n\t\t\t\t"socket":\t4,\n\t\t\t\t"local_host":\t"10.0.1.21",\n\t\t\t\t"local_port":\t37366,\n\t\t\t\t"remote_host":\t"10.0.1.7",\n\t\t\t\t"remote_port":\t5201\n\t\t\t}],\n\t\t"version":\t"iperf 3.0.11",\n\t\t"system_info":\t"Linux zeus 4.4.0-161-generic #189-Ubuntu SMP Tue Aug 27 08:10:16 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux\\n",\n\t\t"timestamp":\t{\n\t\t\t"time":\t"Mon, 16 Sep 2019 17:38:16 GMT",\n\t\t\t"timesecs":\t1568655496\n\t\t},\n\t\t"connecting_to":\t{\n\t\t\t"host":\t"10.0.1.7",\n\t\t\t"port":\t5201\n\t\t},\n\t\t"cookie":\t"zeus.1568655496.669401.517bec7c7ec53",\n\t\t"test_start":\t{\n\t\t\t"protocol":\t"UDP",\n\t\t\t"num_streams":\t1,\n\t\t\t"blksize":\t8192,\n\t\t\t"omit":\t0,\n\t\t\t"duration":\t10,\n\t\t\t"bytes":\t0,\n\t\t\t"blocks":\t0,\n\t\t\t"reverse":\t0\n\t\t}\n\t},\n\t"intervals":\t[{\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t1.00012,\n\t\t\t\t\t"seconds":\t1.00012,\n\t\t\t\t\t"bytes":\t2252800,\n\t\t\t\t\t"bits_per_second":\t1.80202e+07,\n\t\t\t\t\t"packets":\t275,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t0,\n\t\t\t\t"end":\t1.00012,\n\t\t\t\t"seconds":\t1.00012,\n\t\t\t\t"bytes":\t2252800,\n\t\t\t\t"bits_per_second":\t1.80202e+07,\n\t\t\t\t"packets":\t275,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t1.00012,\n\t\t\t\t\t"end":\t2.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t19988480,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t1.00012,\n\t\t\t\t"end":\t2.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t19988480,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t2.00012,\n\t\t\t\t\t"end":\t3.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t2.00012,\n\t\t\t\t"end":\t3.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t3.00012,\n\t\t\t\t\t"end":\t4.00012,\n\t\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t3.00012,\n\t\t\t\t"end":\t4.00012,\n\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t4.00012,\n\t\t\t\t\t"end":\t5.00012,\n\t\t\t\t\t"seconds":\t0.999998,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t4.00012,\n\t\t\t\t"end":\t5.00012,\n\t\t\t\t"seconds":\t0.999998,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99885e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t5.00012,\n\t\t\t\t\t"end":\t6.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t19988480,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t5.00012,\n\t\t\t\t"end":\t6.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t19988480,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t6.00012,\n\t\t\t\t\t"end":\t7.00012,\n\t\t\t\t\t"seconds":\t1,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t6.00012,\n\t\t\t\t"end":\t7.00012,\n\t\t\t\t"seconds":\t1,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99884e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t7.00012,\n\t\t\t\t\t"end":\t8.00012,\n\t\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t\t"bytes":\t2506752,\n\t\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t\t"packets":\t306,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t7.00012,\n\t\t\t\t"end":\t8.00012,\n\t\t\t\t"seconds":\t0.999999,\n\t\t\t\t"bytes":\t2506752,\n\t\t\t\t"bits_per_second":\t2.0054e+07,\n\t\t\t\t"packets":\t306,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t8.00012,\n\t\t\t\t\t"end":\t9.00012,\n\t\t\t\t\t"seconds":\t0.999995,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n' 2019-09-16 17:38:27,465 [DEBUG] yardstick.ssh.zeus ssh.py:292 stdout: u'\t\t\t"sum":\t{\n\t\t\t\t"start":\t8.00012,\n\t\t\t\t"end":\t9.00012,\n\t\t\t\t"seconds":\t0.999995,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99886e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}, {\n\t\t\t"streams":\t[{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t9.00012,\n\t\t\t\t\t"end":\t10.0001,\n\t\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t\t"bytes":\t2498560,\n\t\t\t\t\t"bits_per_second":\t1.99883e+07,\n\t\t\t\t\t"packets":\t305,\n\t\t\t\t\t"omitted":\tfalse\n\t\t\t\t}],\n\t\t\t"sum":\t{\n\t\t\t\t"start":\t9.00012,\n\t\t\t\t"end":\t10.0001,\n\t\t\t\t"seconds":\t1.00001,\n\t\t\t\t"bytes":\t2498560,\n\t\t\t\t"bits_per_second":\t1.99883e+07,\n\t\t\t\t"packets":\t305,\n\t\t\t\t"omitted":\tfalse\n\t\t\t}\n\t\t}],\n\t"end":\t{\n\t\t"streams":\t[{\n\t\t\t\t"udp":\t{\n\t\t\t\t\t"socket":\t4,\n\t\t\t\t\t"start":\t0,\n\t\t\t\t\t"end":\t10.0001,\n\t\t\t\t\t"seconds":\t10.0001,\n\t\t\t\t\t"bytes":\t24756224,\n\t\t\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t\t\t"jitter_ms":\t0,\n\t\t\t\t\t"lost_packets":\t0,\n\t\t\t\t\t"packets":\t0,\n\t\t\t\t\t"lost_percent":\t-nan\n\t\t\t\t}\n\t\t\t}],\n\t\t"sum":\t{\n\t\t\t"start":\t0,\n\t\t\t"end":\t10.0001,\n\t\t\t"seconds":\t10.0001,\n\t\t\t"bytes":\t24756224,\n\t\t\t"bits_per_second":\t1.98047e+07,\n\t\t\t"jitter_ms":\t0,\n\t\t\t"lost_packets":\t0,\n\t\t\t"packets":\t0,\n\t\t\t"lost_percent":\t100\n\t\t},\n\t\t"cpu_utilization_percent":\t{\n\t\t\t"host_total":\t0.640991,\n\t\t\t"host_user":\t0.117244,\n\t\t\t"host_system":\t0.508056,\n\t\t\t"remote_total":\t0.00438314,\n\t\t\t"remote_user":\t0,\n\t\t\t"remote_system":\t0\n\t\t}\n\t}\n}\n' 2019-09-16 17:38:27,467 [ERROR] yardstick.benchmark.runners.duration duration.py:86 Traceback (most recent call last): File "/home/opnfv/repos/yardstick/yardstick/benchmark/runners/duration.py", line 73, in _worker_process result = method(data) File "/home/opnfv/repos/yardstick/yardstick/benchmark/scenarios/networking/iperf3.py", line 156, in run iperf_result = jsonutils.loads(stdout, parse_int=float) File "/usr/local/lib/python2.7/dist-packages/oslo_serialization/jsonutils.py", line 241, in loads return json.loads(encodeutils.safe_decode(s, encoding), **kwargs) File "/usr/lib/python2.7/json/__init__.py", line 352, in loads return cls(encoding=encoding, **kw).decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded 2019-09-16 17:38:28,469 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14973 seq=3 END 2019-09-16 17:38:28,469 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:38:28,470 [DEBUG] yardstick.benchmark.scenarios.networking.iperf3 iperf3.py:93 teardown 2019-09-16 17:38:28,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:38:28,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:38:28,648 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:38:28,648 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655508469225984 2019-09-16 17:38:28,748 [ERROR] yardstick.dispatcher.influxdb influxdb.py:84 Test result posting finished with status code 400. 2019-09-16 17:38:28,748 [ERROR] yardstick.dispatcher.influxdb influxdb.py:85 unable to parse 'opnfv_yardstick_tc011,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter 1568655508469225984': invalid field format 2019-09-16 17:38:28,749 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:38:28,749 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc011" SUCCESS!!! 2019-09-16 17:38:28,750 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-abbc28e6' START 2019-09-16 17:38:55,029 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-abbc28e6' DONE 2019-09-16 17:38:55,029 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml finished in 112 secs 2019-09-16 17:38:55,030 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'demo-abbc28e6' START 2019-09-16 17:38:55,131 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'demo-abbc28e6' created 2019-09-16 17:38:55,131 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'demo-abbc28e6-key' 2019-09-16 17:38:55,132 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'demo-abbc28e6-secgroup' 2019-09-16 17:38:55,132 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:38:55,132 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'demo-abbc28e6-test' 2019-09-16 17:38:55,132 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'demo-abbc28e6-test-subnet' in network 'demo-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:38:55,132 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'demo-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:38:55,133 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'demo-abbc28e6-test-router-if0' router:'demo-abbc28e6-test-router', subnet:'demo-abbc28e6-test-subnet' 2019-09-16 17:38:55,133 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'demo-abbc28e6-test-subnet', 'demo-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'demo-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'demo-abbc28e6-test-subnet'}}], 'name': 'demeter.demo-abbc28e6-test-port', 'security_groups': ['demo-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:38:55,133 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.demo-abbc28e6-fip', network 'floating_net', port 'demeter.demo-abbc28e6-test-port', rif 'demo-abbc28e6-test-router-if0' 2019-09-16 17:38:55,133 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.demo-abbc28e6-fip-assoc', server 'demeter.demo-abbc28e6-test-port', floating_ip 'demeter.demo-abbc28e6-fip' 2019-09-16 17:38:55,133 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.demo-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.demo-abbc28e6-test-port'] 2019-09-16 17:38:55,134 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'demo-abbc28e6' START 2019-09-16 17:39:14,211 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'demo-abbc28e6' DONE in 19 secs 2019-09-16 17:39:14,681 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'demo-abbc28e6' DONE 2019-09-16 17:39:14,682 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:39:14,682 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 10}, 'tc': u'opnfv_yardstick_tc012', u'host': 'demeter.demo-abbc28e6', u'sla': {u'action': u'monitor', u'min_bandwidth': 15000}, u'type': u'Lmbench', u'options': {u'test_type': u'bandwidth', u'benchmark': u'rdwr', u'warmup': 0, u'size': 10240}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:39:14,684 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:39:14,695 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 10 times, class 2019-09-16 17:39:14,697 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:39:15,702 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:39:17,707 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:39:19,710 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:39:21,712 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:39:23,715 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:39:24,718 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:25,959 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:27,085 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:28,088 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:29,090 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:30,092 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:31,095 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:39:33,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:39:39,451 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=1 START 2019-09-16 17:39:39,452 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:40,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17498.95}' 2019-09-16 17:39:41,060 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=1 END 2019-09-16 17:39:41,061 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=2 START 2019-09-16 17:39:41,061 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:41,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17382.91}' 2019-09-16 17:39:42,595 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=2 END 2019-09-16 17:39:42,596 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=3 START 2019-09-16 17:39:42,596 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:43,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17303.23}' 2019-09-16 17:39:44,132 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=3 END 2019-09-16 17:39:44,132 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=4 START 2019-09-16 17:39:44,132 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:44,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17281.05}' 2019-09-16 17:39:44,692 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:39:44,694 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17498.95,size(MB)=10.49 1568655581060295168 2019-09-16 17:39:44,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:39:44,880 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17382.91,size(MB)=10.49 1568655582595694080 2019-09-16 17:39:44,988 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:39:44,988 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17303.23,size(MB)=10.49 1568655584132049920 2019-09-16 17:39:45,667 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=4 END 2019-09-16 17:39:45,668 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=5 START 2019-09-16 17:39:45,668 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:46,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17322.29}' 2019-09-16 17:39:47,203 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=5 END 2019-09-16 17:39:47,204 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=6 START 2019-09-16 17:39:47,204 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:47,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17306.41}' 2019-09-16 17:39:48,823 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=6 END 2019-09-16 17:39:48,823 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=7 START 2019-09-16 17:39:48,823 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:49,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17233.72}' 2019-09-16 17:39:50,115 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:39:50,116 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17281.05,size(MB)=10.49 1568655585667699968 2019-09-16 17:39:50,228 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:39:50,228 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17322.29,size(MB)=10.49 1568655587203800064 2019-09-16 17:39:50,353 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:39:50,354 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17306.41,size(MB)=10.49 1568655588823441152 2019-09-16 17:39:50,356 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=7 END 2019-09-16 17:39:50,357 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=8 START 2019-09-16 17:39:50,357 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:50,465 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:39:50,466 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17233.72,size(MB)=10.49 1568655590356497152 2019-09-16 17:39:50,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17338.20}' 2019-09-16 17:39:51,999 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=8 END 2019-09-16 17:39:51,999 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=9 START 2019-09-16 17:39:51,999 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:52,541 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17331.83}' 2019-09-16 17:39:53,544 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=9 END 2019-09-16 17:39:53,545 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14979 seq=10 START 2019-09-16 17:39:53,545 [DEBUG] yardstick.benchmark.scenarios.compute.lmbench lmbench.py:125 Executing command: sudo bash lmbench_bandwidth.sh 10240 rdwr 0 2019-09-16 17:39:54,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{"size(MB)": 10.49, "bandwidth(MBps)": 17161.64}' 2019-09-16 17:39:55,081 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14979 seq=10 END 2019-09-16 17:39:55,082 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:39:55,082 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 3 2019-09-16 17:39:55,082 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:39:55,119 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:39:55,120 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17338.2,size(MB)=10.49 1568655591999033856 2019-09-16 17:39:55,251 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:39:55,251 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17331.83,size(MB)=10.49 1568655593544517888 2019-09-16 17:39:55,366 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:39:55,367 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc012,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter bandwidth(MBps)=17161.64,size(MB)=10.49 1568655595081372928 2019-09-16 17:39:55,467 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:39:55,468 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc012" SUCCESS!!! 2019-09-16 17:39:55,468 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'demo-abbc28e6' START 2019-09-16 17:40:16,370 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'demo-abbc28e6' DONE 2019-09-16 17:40:16,371 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc012.yaml finished in 81 secs 2019-09-16 17:40:16,371 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC014-abbc28e6' START 2019-09-16 17:40:16,537 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC014-abbc28e6' created 2019-09-16 17:40:16,537 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC014-abbc28e6-key' 2019-09-16 17:40:16,537 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC014-abbc28e6-secgroup' 2019-09-16 17:40:16,538 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:40:16,538 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC014-abbc28e6-test' 2019-09-16 17:40:16,538 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC014-abbc28e6-test-subnet' in network 'yardstick-TC014-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:40:16,538 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC014-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:40:16,538 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC014-abbc28e6-test-router-if0' router:'yardstick-TC014-abbc28e6-test-router', subnet:'yardstick-TC014-abbc28e6-test-subnet' 2019-09-16 17:40:16,539 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC014-abbc28e6-test-subnet', 'yardstick-TC014-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC014-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC014-abbc28e6-test-subnet'}}], 'name': "Chang'e.yardstick-TC014-abbc28e6-test-port", 'security_groups': ['yardstick-TC014-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:40:16,539 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'Chang'e.yardstick-TC014-abbc28e6-fip', network 'floating_net', port 'Chang'e.yardstick-TC014-abbc28e6-test-port', rif 'yardstick-TC014-abbc28e6-test-router-if0' 2019-09-16 17:40:16,539 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'Chang'e.yardstick-TC014-abbc28e6-fip-assoc', server 'Chang'e.yardstick-TC014-abbc28e6-test-port', floating_ip 'Chang'e.yardstick-TC014-abbc28e6-fip' 2019-09-16 17:40:16,539 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'Chang'e.yardstick-TC014-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ["Chang'e.yardstick-TC014-abbc28e6-test-port"] 2019-09-16 17:40:16,539 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC014-abbc28e6' START 2019-09-16 17:40:40,512 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC014-abbc28e6' DONE in 23 secs 2019-09-16 17:40:41,020 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC014-abbc28e6' DONE 2019-09-16 17:40:41,020 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:40:41,021 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 1}, 'tc': u'opnfv_yardstick_tc014', u'host': "Chang'e.yardstick-TC014-abbc28e6", u'type': u'UnixBench', u'options': {u'test_type': u'dhry2reg', u'run_mode': u'verbose'}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:40:41,023 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:40:41,033 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 1 times, class 2019-09-16 17:40:41,036 [DEBUG] yardstick.ssh.Chang'e ssh.py:148 user:ubuntu host:172.30.10.138 2019-09-16 17:40:42,041 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:40:44,046 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:40:46,048 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:40:47,073 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:48,076 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:49,078 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:50,080 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:51,083 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:52,085 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:53,087 [DEBUG] yardstick.ssh.Chang'e ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.138')",) 2019-09-16 17:40:54,998 [DEBUG] yardstick.ssh.Chang'e ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:40:57,042 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14983 seq=1 START 2019-09-16 17:40:57,043 [DEBUG] yardstick.benchmark.scenarios.compute.unixbench unixbench.py:92 Executing run_mode: verbose 2019-09-16 17:40:57,043 [DEBUG] yardstick.benchmark.scenarios.compute.unixbench unixbench.py:111 Executing command: sudo bash unixbench_benchmark.sh -v dhry2reg 2019-09-16 17:40:57,558 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'sh: 1: ' 2019-09-16 17:40:57,559 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'3dinfo: not found\n' 2019-09-16 17:40:57,574 [DEBUG] yardstick.ssh.Chang'e ssh.py:300 stderr: u'Redundant argument in printf at ./Run line 1925.\n' 2019-09-16 17:43:11,335 [DEBUG] yardstick.ssh.Chang'e ssh.py:292 stdout: u'{ "single_score":"2297.2", "parallel_score":"2297.2" }\n' 2019-09-16 17:43:12,339 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14983 seq=1 END 2019-09-16 17:43:12,340 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:43:12,340 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:43:12,340 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:43:12,351 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:43:12,353 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc014,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter parallel_score="2297.2",single_score="2297.2" 1568655792338803968 2019-09-16 17:43:12,547 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:43:12,548 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc014" SUCCESS!!! 2019-09-16 17:43:12,549 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC014-abbc28e6' START 2019-09-16 17:43:38,672 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC014-abbc28e6' DONE 2019-09-16 17:43:38,673 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc014.yaml finished in 202 secs 2019-09-16 17:43:38,673 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC037-abbc28e6' START 2019-09-16 17:43:38,927 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC037-abbc28e6' created 2019-09-16 17:43:38,927 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC037-abbc28e6-key' 2019-09-16 17:43:38,927 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC037-abbc28e6-secgroup' 2019-09-16 17:43:38,927 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:43:38,927 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC037-abbc28e6-test' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC037-abbc28e6-test-subnet' in network 'yardstick-TC037-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC037-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC037-abbc28e6-test-router-if0' router:'yardstick-TC037-abbc28e6-test-router', subnet:'yardstick-TC037-abbc28e6-test-subnet' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC037-abbc28e6-test-subnet', 'yardstick-TC037-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC037-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC037-abbc28e6-test-subnet'}}], 'name': 'demeter.yardstick-TC037-abbc28e6-test-port', 'security_groups': ['yardstick-TC037-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC037-abbc28e6-fip', network 'floating_net', port 'demeter.yardstick-TC037-abbc28e6-test-port', rif 'yardstick-TC037-abbc28e6-test-router-if0' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC037-abbc28e6-fip-assoc', server 'demeter.yardstick-TC037-abbc28e6-test-port', floating_ip 'demeter.yardstick-TC037-abbc28e6-fip' 2019-09-16 17:43:38,928 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC037-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC037-abbc28e6-test-port'] 2019-09-16 17:43:38,929 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC037-abbc28e6-test-subnet', 'yardstick-TC037-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC037-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC037-abbc28e6-test-subnet'}}], 'name': 'poseidon.yardstick-TC037-abbc28e6-test-port', 'security_groups': ['yardstick-TC037-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:43:38,929 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC037-abbc28e6-fip', network 'floating_net', port 'poseidon.yardstick-TC037-abbc28e6-test-port', rif 'yardstick-TC037-abbc28e6-test-router-if0' 2019-09-16 17:43:38,929 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC037-abbc28e6-fip-assoc', server 'poseidon.yardstick-TC037-abbc28e6-test-port', floating_ip 'poseidon.yardstick-TC037-abbc28e6-fip' 2019-09-16 17:43:38,929 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC037-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC037-abbc28e6-test-port'] 2019-09-16 17:43:38,929 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC037-abbc28e6' START 2019-09-16 17:44:08,213 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC037-abbc28e6' DONE in 29 secs 2019-09-16 17:44:08,713 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC037-abbc28e6' DONE 2019-09-16 17:44:08,714 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:44:08,714 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc037', u'host': 'demeter.yardstick-TC037-abbc28e6', u'type': u'CPUload', u'options': {u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 17:44:08,716 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:44:08,722 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:44:08,723 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc037', u'host': 'poseidon.yardstick-TC037-abbc28e6', u'type': u'CPUload', u'options': {u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 17:44:08,725 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:44:08,725 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:44:08,726 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:44:08,728 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:44:08,731 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:44:08,731 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:44:08,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:44:08,732 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:44:08,734 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:08,735 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:44:08,742 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:44:08,742 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:44:08,743 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:44:08,744 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:44:08,745 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:44:08,747 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:08,752 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:44:08,752 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:44:08,753 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:44:09,737 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:09,736 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:09,750 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:09,756 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:10,739 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:10,752 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:11,740 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:11,741 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:11,754 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:11,760 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:12,916 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:12,916 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:13,743 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:13,763 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:13,919 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:13,919 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:14,921 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:14,921 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:15,746 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:15,765 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:15,923 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:15,923 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:16,926 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:16,926 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:17,748 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:17,768 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:44:17,928 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:17,928 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 17:44:18,799 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:18,799 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:19,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:44:20,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:44:20,003 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=1 START 2019-09-16 17:44:20,004 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:20,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:81 MPSTAT is installed 2019-09-16 17:44:20,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=1 START 2019-09-16 17:44:20,101 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:20,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.23 0.08 3/144 1385\n' 2019-09-16 17:44:20,175 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:20,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:20,644 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:20,644 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:21,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.415' 2019-09-16 17:44:21,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:20 all 60.61 0.00 9.09 30.30 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:20 0 60.61 0.00 9.09 30.30 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 60.61 0.00 9.09 30.30 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 60.61 0.00 9.09 30.30 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:21,647 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:21,647 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:22,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=1 END 2019-09-16 17:44:22,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=2 START 2019-09-16 17:44:22,232 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:22,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.24 0.08 2/142 1434\n' 2019-09-16 17:44:22,237 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:22,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:22,649 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:22,649 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:23,082 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=1 END 2019-09-16 17:44:23,082 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=2 START 2019-09-16 17:44:23,083 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:23,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:22 all 71.72 0.00 8.08 20.20 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:22 0 71.72 0.00 8.08 20.20 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 71.72 0.00 8.08 20.20 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 71.72 0.00 8.08 20.20 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:23,651 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:23,651 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:23,751 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:23,755 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.23",loadavg2="0.08",loadavg3="3/144",loadavg4="1385",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="30.30",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="9.09",mpstat_average.cpu.%usr="60.61",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="30.30",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="9.09",mpstat_average.cpu0.%usr="60.61",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="30.30",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="9.09",mpstat_maximun.cpu.%usr="60.61",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="30.30",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="9.09",mpstat_maximun.cpu0.%usr="60.61",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="30.30",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="9.09",mpstat_minimum.cpu.%usr="60.61",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="30.30",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="9.09",mpstat_minimum.cpu0.%usr="60.61" 1568655862230531840 2019-09-16 17:44:23,882 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:23,883 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.415 1568655863081751040 2019-09-16 17:44:24,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.144' 2019-09-16 17:44:24,308 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=2 END 2019-09-16 17:44:24,308 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=3 START 2019-09-16 17:44:24,309 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:24,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.24 0.08 2/126 1476\n' 2019-09-16 17:44:24,314 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:24,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:24,654 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:24,654 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:25,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:25,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:24 all' 2019-09-16 17:44:25,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 64.00 0.00' 2019-09-16 17:44:25,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 10.00' 2019-09-16 17:44:25,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-16 17:44:25,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 25.00' 2019-09-16 17:44:25,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:25,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:24 0' 2019-09-16 17:44:25,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 64.00 0.00' 2019-09-16 17:44:25,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 10.00' 2019-09-16 17:44:25,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-16 17:44:25,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 25.00\n' 2019-09-16 17:44:25,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:25,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:44:25,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 64.00' 2019-09-16 17:44:25,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 10.00' 2019-09-16 17:44:25,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00' 2019-09-16 17:44:25,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,374 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,374 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 25.00' 2019-09-16 17:44:25,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:44:25,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:44:25,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 64.00' 2019-09-16 17:44:25,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 10.00' 2019-09-16 17:44:25,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-16 17:44:25,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:25,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:25,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 25.00\n' 2019-09-16 17:44:25,656 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:25,656 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:44:26,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=2 END 2019-09-16 17:44:26,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=3 START 2019-09-16 17:44:26,118 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:26,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=3 END 2019-09-16 17:44:26,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=4 START 2019-09-16 17:44:26,384 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:26,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.24 0.08 1/125 1501\n' 2019-09-16 17:44:26,390 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:26,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:27,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-16 17:44:27,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:26 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:44:26 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:44:27,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:44:27,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:44:27,590 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:44:27,591 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:44:27,987 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:81 MPSTAT is installed 2019-09-16 17:44:27,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=1 START 2019-09-16 17:44:27,988 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:28,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.19 0.26 0.09 1/142 1400\n' 2019-09-16 17:44:28,056 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:28,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:44:28,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:28,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=4 END 2019-09-16 17:44:28,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=5 START 2019-09-16 17:44:28,462 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:28,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.24 0.08 1/128 1543\n' 2019-09-16 17:44:28,467 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:28,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:28,994 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:28,996 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.24",loadavg2="0.08",loadavg3="2/142",loadavg4="1434",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="20.20",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="8.08",mpstat_average.cpu.%usr="71.72",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="20.20",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="8.08",mpstat_average.cpu0.%usr="71.72",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="20.20",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="8.08",mpstat_maximun.cpu.%usr="71.72",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="20.20",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="8.08",mpstat_maximun.cpu0.%usr="71.72",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="20.20",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="8.08",mpstat_minimum.cpu.%usr="71.72",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="20.20",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="8.08",mpstat_minimum.cpu0.%usr="71.72" 1568655864308198912 2019-09-16 17:44:29,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:28 all 26.00 0.00 5.00 68.00 0.00 0.00 1.00 0.00 0.00 0.00\n17:44:28 0 26.00 0.00 5.00 68.00 0.00 0.00 1.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 26.00 0.00 5.00 68.00 0.00 0.00 1.00 0.00 0.00 0.00\nAverage: 0 26.00 0.00 5.00 68.00 0.00 0.00 1.00 0.00 0.00 0.00\n' 2019-09-16 17:44:29,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=3 END 2019-09-16 17:44:29,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=4 START 2019-09-16 17:44:29,132 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:29,147 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:29,148 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.24",loadavg2="0.08",loadavg3="2/126",loadavg4="1476",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="25.00",mpstat_average.cpu.%iowait="1.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="10.00",mpstat_average.cpu.%usr="64.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="25.00",mpstat_average.cpu0.%iowait="1.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="10.00",mpstat_average.cpu0.%usr="64.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="25.00",mpstat_maximun.cpu.%iowait="1.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="10.00",mpstat_maximun.cpu.%usr="64.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="25.00",mpstat_maximun.cpu0.%iowait="1.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="10.00",mpstat_maximun.cpu0.%usr="64.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="25.00",mpstat_minimum.cpu.%iowait="1.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="10.00",mpstat_minimum.cpu.%usr="64.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="25.00",mpstat_minimum.cpu0.%iowait="1.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="10.00",mpstat_minimum.cpu0.%usr="64.00" 1568655866383540992 2019-09-16 17:44:29,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:29,275 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.24",loadavg2="0.08",loadavg3="1/125",loadavg4="1501",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="1.00" 1568655868460957952 2019-09-16 17:44:29,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:29,405 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.144 1568655866117662976 2019-09-16 17:44:29,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:28 all 0.00 0.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 93.00\n17:44:28 0 0.00 0.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 93.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 93.00\nAverage: 0 0.00 0.00 0.00 7.00 0.00 0.00 0.00 0.00 0.00 93.00\n' 2019-09-16 17:44:29,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:29,514 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.122 1568655869131346944 2019-09-16 17:44:30,114 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=1 END 2019-09-16 17:44:30,115 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=2 START 2019-09-16 17:44:30,115 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:30,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.19 0.26 0.09 2/141 1446\n' 2019-09-16 17:44:30,120 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:30,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-16 17:44:30,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:30,514 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=5 END 2019-09-16 17:44:30,515 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=6 START 2019-09-16 17:44:30,515 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:30,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.24 0.08 1/129 1549\n' 2019-09-16 17:44:30,521 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:30,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:31,143 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14990 seq=1 START 2019-09-16 17:44:31,144 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 17:44:31,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:30 all 20.93 0.00 9.30 68.60 0.00 0.00 1.16 0.00 0.00 0.00\n17:44:30 0 20.93 0.00 9.30 68.60 0.00 0.00 1.16 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 20.93 0.00 9.30 68.60 0.00 0.00 1.16 0.00 0.00 0.00\nAverage: 0 20.93 0.00 9.30 68.60 0.00 0.00 1.16 0.00 0.00 0.00\n' 2019-09-16 17:44:31,184 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 1 64 20 1 1000000 2019-09-16 17:44:31,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:30 all 1.00 0.00 1.00 16.00 0.00 0.00 0.00 0.00 0.00 82.00\n17:44:30 0 1.00 0.00 1.00 16.00 0.00 0.00 0.00 0.00 0.00 82.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 1.00 16.00 0.00 0.00 0.00 0.00 0.00 82.00\nAverage: 0 1.00 0.00 1.00 16.00 0.00 0.00 0.00 0.00 0.00' 2019-09-16 17:44:31,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 82.00\n' 2019-09-16 17:44:32,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=4 END 2019-09-16 17:44:32,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=5 START 2019-09-16 17:44:32,145 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:32,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=2 END 2019-09-16 17:44:32,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=3 START 2019-09-16 17:44:32,168 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:32,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.17 0.27 0.09 1/134 1516\n' 2019-09-16 17:44:32,173 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:32,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:32,593 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=6 END 2019-09-16 17:44:32,593 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=7 START 2019-09-16 17:44:32,594 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:32,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.23 0.08 1/131 1561\n' 2019-09-16 17:44:32,599 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:32,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:33,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 17:44:33,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:33,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:32 ' 2019-09-16 17:44:33,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:33,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.28' 2019-09-16 17:44:33,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.92 0.00' 2019-09-16 17:44:33,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 71.79' 2019-09-16 17:44:33,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:33,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:32 ' 2019-09-16 17:44:33,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:44:33,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.28' 2019-09-16 17:44:33,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.92 0.00' 2019-09-16 17:44:33,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 71.79' 2019-09-16 17:44:33,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:33,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:44:33,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:33,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.28 26.92' 2019-09-16 17:44:33,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 71.79\n' 2019-09-16 17:44:33,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:44:33,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.28 26.92' 2019-09-16 17:44:33,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:33,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:33,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 71.79' 2019-09-16 17:44:33,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:33,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:32 all 1.98 0.00 26.73 0.00 0.00 0.00 0.00 0.00 0.00 71.29\n17:44:32 0 1.98 0.00 26.73 0.00 0.00 0.00 0.00 0.00 0.00 71.29\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.98 0.00 26.73 0.00 0.00 0.00 0.00 0.00 0.00 71.29\nAverage: 0 1.98 0.00 26.73 0.00 0.00 0.00 0.00 0.00 0.00 71.29\n' 2019-09-16 17:44:34,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=3 END 2019-09-16 17:44:34,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=4 START 2019-09-16 17:44:34,246 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:34,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.17 0.27 0.09 1/124 1519\n' 2019-09-16 17:44:34,283 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:34,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:34,619 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:34,621 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.24",loadavg2="0.08",loadavg3="1/128",loadavg4="1543",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="93.00",mpstat_average.cpu.%iowait="7.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="93.00",mpstat_average.cpu0.%iowait="7.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="93.00",mpstat_maximun.cpu.%iowait="7.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="93.00",mpstat_maximun.cpu0.%iowait="7.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="93.00",mpstat_minimum.cpu.%iowait="7.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="93.00",mpstat_minimum.cpu0.%iowait="7.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655870514455040 2019-09-16 17:44:34,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=7 END 2019-09-16 17:44:34,647 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=8 START 2019-09-16 17:44:34,647 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:34,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.23 0.08 2/129 1627\n' 2019-09-16 17:44:34,653 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:34,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:34,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:34,730 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.24",loadavg2="0.08",loadavg3="1/129",loadavg4="1549",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.00",mpstat_average.cpu.%iowait="16.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.00",mpstat_average.cpu0.%iowait="16.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.00",mpstat_maximun.cpu.%iowait="16.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.00",mpstat_maximun.cpu0.%iowait="16.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.00",mpstat_minimum.cpu.%iowait="16.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.00",mpstat_minimum.cpu0.%iowait="16.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="1.00" 1568655872593024000 2019-09-16 17:44:34,840 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:34,842 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.23",loadavg2="0.08",loadavg3="1/131",loadavg4="1561",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="71.29",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="26.73",mpstat_average.cpu.%usr="1.98",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="71.29",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="26.73",mpstat_average.cpu0.%usr="1.98",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="71.29",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="26.73",mpstat_maximun.cpu.%usr="1.98",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="71.29",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="26.73",mpstat_maximun.cpu0.%usr="1.98",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="71.29",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="26.73",mpstat_minimum.cpu.%usr="1.98",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="71.29",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="26.73",mpstat_minimum.cpu0.%usr="1.98" 1568655874646388992 2019-09-16 17:44:34,957 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:34,958 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.19",loadavg1="0.26",loadavg2="0.09",loadavg3="1/142",loadavg4="1400",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="68.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.00",mpstat_average.cpu.%sys="5.00",mpstat_average.cpu.%usr="26.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="68.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.00",mpstat_average.cpu0.%sys="5.00",mpstat_average.cpu0.%usr="26.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="68.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.00",mpstat_maximun.cpu.%sys="5.00",mpstat_maximun.cpu.%usr="26.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="68.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.00",mpstat_maximun.cpu0.%sys="5.00",mpstat_maximun.cpu0.%usr="26.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="68.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.00",mpstat_minimum.cpu.%sys="5.00",mpstat_minimum.cpu.%usr="26.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="68.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.00",mpstat_minimum.cpu0.%sys="5.00",mpstat_minimum.cpu0.%usr="26.00" 1568655870113713152 2019-09-16 17:44:35,065 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:35,067 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.19",loadavg1="0.26",loadavg2="0.09",loadavg3="2/141",loadavg4="1446",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="68.60",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.16",mpstat_average.cpu.%sys="9.30",mpstat_average.cpu.%usr="20.93",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="68.60",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.16",mpstat_average.cpu0.%sys="9.30",mpstat_average.cpu0.%usr="20.93",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="68.60",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.16",mpstat_maximun.cpu.%sys="9.30",mpstat_maximun.cpu.%usr="20.93",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="68.60",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.16",mpstat_maximun.cpu0.%sys="9.30",mpstat_maximun.cpu0.%usr="20.93",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="68.60",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.16",mpstat_minimum.cpu.%sys="9.30",mpstat_minimum.cpu.%usr="20.93",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="68.60",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.16",mpstat_minimum.cpu0.%sys="9.30",mpstat_minimum.cpu0.%usr="20.93" 1568655872167478016 2019-09-16 17:44:35,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=5 END 2019-09-16 17:44:35,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=6 START 2019-09-16 17:44:35,159 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:35,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:35,191 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.17",loadavg1="0.27",loadavg2="0.09",loadavg3="1/134",loadavg4="1516",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="71.79",mpstat_average.cpu.%iowait="26.92",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.28",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="71.79",mpstat_average.cpu0.%iowait="26.92",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.28",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="71.79",mpstat_maximun.cpu.%iowait="26.92",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.28",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="71.79",mpstat_maximun.cpu0.%iowait="26.92",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.28",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="71.79",mpstat_minimum.cpu.%iowait="26.92",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.28",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="71.79",mpstat_minimum.cpu0.%iowait="26.92",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.28",mpstat_minimum.cpu0.%usr="0.00" 1568655874245858816 2019-09-16 17:44:35,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:35,301 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.116 1568655872144323072 2019-09-16 17:44:35,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:35,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:34 ' 2019-09-16 17:44:35,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:35,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:35,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:44:35,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:35,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.34 3.45 0.00 0.00 82.76\n17:44:34 0 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\nAverage: 0 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\n' 2019-09-16 17:44:35,421 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:35,422 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568655875157960960 2019-09-16 17:44:35,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:34 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:34 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:36,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 17:44:36,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=4 END 2019-09-16 17:44:36,368 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=5 START 2019-09-16 17:44:36,368 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:36,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.08 0.27 0.09 1/124 1521\n' 2019-09-16 17:44:36,390 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:36,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:36,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=8 END 2019-09-16 17:44:36,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=9 START 2019-09-16 17:44:36,698 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:36,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.24 0.08 2/130 1633\n' 2019-09-16 17:44:36,704 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:36,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:37,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:37,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:36 ' 2019-09-16 17:44:37,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:37,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:37,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 25.00 0.00 10.71 7.14 0.00 0.00 57.14\n17:44:36 0 0.00 0.00 0.00 25.00 0.00 10.71 7.14 0.00 0.00 57.14\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 25.00 0.00 10.71 7.14 0.00 0.00 57.14\nAverage: 0 0.00 0.00 0.00 25.00 0.00 10.71 7.14 0.00 0.00 57.14\n' 2019-09-16 17:44:37,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:37,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:36 ' 2019-09-16 17:44:37,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:44:37,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:37,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:44:37,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:37,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:36 ' 2019-09-16 17:44:37,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:37,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:44:37,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:37,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:44:37,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:44:37,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:44:37,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:44:37,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:37,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:37,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:44:37,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,799 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:37,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:37,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:44:38,174 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=6 END 2019-09-16 17:44:38,175 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=7 START 2019-09-16 17:44:38,175 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:38,493 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=5 END 2019-09-16 17:44:38,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=6 START 2019-09-16 17:44:38,494 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:38,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.08 0.27 0.09 1/124 1523\n' 2019-09-16 17:44:38,533 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:38,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:38,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=9 END 2019-09-16 17:44:38,804 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=10 START 2019-09-16 17:44:38,805 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:38,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.24 0.08 2/130 1636\n' 2019-09-16 17:44:38,811 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:38,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:39,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 17:44:39,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:39,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:38 ' 2019-09-16 17:44:39,623 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:39,624 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:39,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:39,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.14' 2019-09-16 17:44:39,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-16 17:44:39,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:39,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 80.00\n17:44:38 0 0.00 0.00 0.00 0.00 0.00 17.14 2.86 0.00 0.00 80.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 17.14 2.86 0.00 0.00 80.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 17.14 2.86 0.00 0.00 80.00\n' 2019-09-16 17:44:39,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:38 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:38 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:40,519 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:40,521 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.23",loadavg2="0.08",loadavg3="2/129",loadavg4="1627",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655876698116096 2019-09-16 17:44:40,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=6 END 2019-09-16 17:44:40,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=7 START 2019-09-16 17:44:40,632 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:40,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'1.08 0.27 0.09 1/124 1525\n' 2019-09-16 17:44:40,672 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:40,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:40,679 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.24",loadavg2="0.08",loadavg3="2/130",loadavg4="1633",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655878803802112 2019-09-16 17:44:40,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:40,781 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:40,783 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.17",loadavg1="0.27",loadavg2="0.09",loadavg3="1/124",loadavg4="1519",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.34",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="3.45",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.34",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="3.45",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.34",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="3.45",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.34",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="3.45",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.34",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="3.45",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.34",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="3.45",mpstat_minimum.cpu0.%usr="0.00" 1568655876367801856 2019-09-16 17:44:40,882 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=10 END 2019-09-16 17:44:40,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=11 START 2019-09-16 17:44:40,883 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:40,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.24 0.08 2/129 1641\n' 2019-09-16 17:44:40,889 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:40,928 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:40,930 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.08",loadavg1="0.27",loadavg2="0.09",loadavg3="1/124",loadavg4="1521",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="57.14",mpstat_average.cpu.%iowait="25.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="7.14",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="57.14",mpstat_average.cpu0.%iowait="25.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="7.14",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="57.14",mpstat_maximun.cpu.%iowait="25.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="7.14",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="57.14",mpstat_maximun.cpu0.%iowait="25.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="7.14",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="57.14",mpstat_minimum.cpu.%iowait="25.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="7.14",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="57.14",mpstat_minimum.cpu0.%iowait="25.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="7.14",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655878493782016 2019-09-16 17:44:40,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:41,032 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:41,033 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.08",loadavg1="0.27",loadavg2="0.09",loadavg3="1/124",loadavg4="1523",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="80.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.14",mpstat_average.cpu.%steal="2.86",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="80.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.14",mpstat_average.cpu0.%steal="2.86",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="80.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.14",mpstat_maximun.cpu.%steal="2.86",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="80.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.14",mpstat_maximun.cpu0.%steal="2.86",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="80.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.14",mpstat_minimum.cpu.%steal="2.86",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="80.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.14",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655880631678208 2019-09-16 17:44:41,144 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:41,145 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568655878174774016 2019-09-16 17:44:41,190 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=7 END 2019-09-16 17:44:41,191 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=8 START 2019-09-16 17:44:41,191 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:41,246 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:41,246 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568655881190340096 2019-09-16 17:44:41,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:41,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:41 ' 2019-09-16 17:44:41,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:41,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:41,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:41,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.71 3.57 0.00 0.00 85.71\n17:44:41 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:44:41,931 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:40 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:40 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:42,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-16 17:44:42,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=7 END 2019-09-16 17:44:42,782 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=8 START 2019-09-16 17:44:42,782 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:42,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.99 0.27 0.09 1/122 1527\n' 2019-09-16 17:44:42,822 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:42,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:42,934 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=11 END 2019-09-16 17:44:42,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=12 START 2019-09-16 17:44:42,935 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:42,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.26 0.09 2/130 1647\n' 2019-09-16 17:44:42,941 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:43,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:43,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:43,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:43 ' 2019-09-16 17:44:43,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:43,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:43,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.65' 2019-09-16 17:44:43,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:43,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35' 2019-09-16 17:44:43,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:43 ' 2019-09-16 17:44:43,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:44:43,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:43,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 17.65 0.00 0.00 0.00 82.35\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 17.65 0.00 0.00 0.00 82.35\nAverage: 0 0.00 0.00 0.00 0.00 0.00 17.65 0.00 0.00 0.00 82.35\n' 2019-09-16 17:44:44,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:44,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:42 ' 2019-09-16 17:44:44,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:44,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:44:44,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:44,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:42 0' 2019-09-16 17:44:44,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:44:44,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:44:44,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:44,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:44:44,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:44:44,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-16 17:44:44,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:44:44,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:44,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:44,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:44,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:44,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=8 END 2019-09-16 17:44:44,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=9 START 2019-09-16 17:44:44,207 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:44,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=8 END 2019-09-16 17:44:44,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=9 START 2019-09-16 17:44:44,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:44,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.99 0.27 0.09 1/122 1529\n' 2019-09-16 17:44:44,943 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:45,041 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=12 END 2019-09-16 17:44:45,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=13 START 2019-09-16 17:44:45,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:45,042 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:45,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.26 0.09 2/130 1650\n' 2019-09-16 17:44:45,047 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:45,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:45,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-16 17:44:46,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:46,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:45 all' 2019-09-16 17:44:46,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:46,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:46,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:46,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71 3.57 0.00 0.00 85.71\n17:44:45 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:44:46,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:46,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:44:46,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:45 all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:44:45 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:46,367 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:46,369 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.24",loadavg2="0.08",loadavg3="2/130",loadavg4="1636",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655880882508032 2019-09-16 17:44:46,539 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:46,541 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.24",loadavg2="0.08",loadavg3="2/129",loadavg4="1641",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655882934505984 2019-09-16 17:44:46,643 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:46,645 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.26",loadavg2="0.09",loadavg3="2/130",loadavg4="1647",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655885041317888 2019-09-16 17:44:46,742 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:46,744 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.08",loadavg1="0.27",loadavg2="0.09",loadavg3="1/124",loadavg4="1525",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655882781528064 2019-09-16 17:44:46,844 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:46,846 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.99",loadavg1="0.27",loadavg2="0.09",loadavg3="1/122",loadavg4="1527",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.65",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.65",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.65",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.65",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.65",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.65",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655884907025152 2019-09-16 17:44:46,942 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:46,942 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.115 1568655884205952000 2019-09-16 17:44:47,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=9 END 2019-09-16 17:44:47,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=10 START 2019-09-16 17:44:47,054 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:47,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.91 0.26 0.09 1/122 1531\n' 2019-09-16 17:44:47,095 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:47,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=13 END 2019-09-16 17:44:47,119 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=14 START 2019-09-16 17:44:47,119 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:47,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.27 0.10 2/129 1655\n' 2019-09-16 17:44:47,124 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:47,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:47,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:47,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=9 END 2019-09-16 17:44:47,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=10 START 2019-09-16 17:44:47,223 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:48,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:48,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:47 all 0.00 0.00 98.98 0.00 0.00 1.02 0.00 0.00 0.00 0.00\n17:44:47 0 0.00 0.00 98.98 0.00 0.00 1.02 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 98.98 0.00 0.00 1.02 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.98 0.00 0.00 1.02 0.00 0.00 0.00 0.00\n' 2019-09-16 17:44:48,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:47 all' 2019-09-16 17:44:48,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00 2.27 0.00 0.00' 2019-09-16 17:44:48,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 43.18' 2019-09-16 17:44:48,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-16 17:44:48,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:48,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 50.00\n' 2019-09-16 17:44:48,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:47 ' 2019-09-16 17:44:48,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:44:48,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-16 17:44:48,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27' 2019-09-16 17:44:48,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:48,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 43.18' 2019-09-16 17:44:48,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.27 0.00' 2019-09-16 17:44:48,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 50.00' 2019-09-16 17:44:48,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:48,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:44:48,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 2.27' 2019-09-16 17:44:48,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.27' 2019-09-16 17:44:48,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:48,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 43.18 2.27' 2019-09-16 17:44:48,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:48,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 50.00' 2019-09-16 17:44:48,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 2.27 0.00 2.27 0.00 0.00 43.18 2.27 0.00 0.00 50.00\n' 2019-09-16 17:44:48,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-16 17:44:49,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=14 END 2019-09-16 17:44:49,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=15 START 2019-09-16 17:44:49,172 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:49,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.27 0.10 2/130 1661\n' 2019-09-16 17:44:49,177 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:49,191 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=10 END 2019-09-16 17:44:49,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=11 START 2019-09-16 17:44:49,192 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:49,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.91 0.26 0.09 1/122 1533\n' 2019-09-16 17:44:49,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:49,219 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:49,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:50,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:50,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:49 ' 2019-09-16 17:44:50,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:50,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:44:50,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:44:50,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:49 ' 2019-09-16 17:44:50,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:50,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:44:50,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:50,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:50,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:44:50,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:44:50,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=10 END 2019-09-16 17:44:50,237 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=11 START 2019-09-16 17:44:50,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,237 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:50,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-16 17:44:50,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:50,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-16 17:44:50,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:44:50,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:50,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:50,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:50,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:50,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:49 ' 2019-09-16 17:44:50,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:50,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:50,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71 3.57 0.00 0.00 85.71\n17:44:49 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:44:51,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 17:44:51,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=15 END 2019-09-16 17:44:51,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=16 START 2019-09-16 17:44:51,251 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:51,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.27 0.10 2/130 1667\n' 2019-09-16 17:44:51,257 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:51,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:51,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=11 END 2019-09-16 17:44:51,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=12 START 2019-09-16 17:44:51,325 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:51,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.91 0.26 0.09 1/122 1535\n' 2019-09-16 17:44:51,351 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:51,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:52,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:52,051 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.26",loadavg2="0.09",loadavg3="2/130",loadavg4="1650",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.01",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.01",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.01",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.01",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.01",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.01",mpstat_minimum.cpu0.%usr="0.99" 1568655887118368000 2019-09-16 17:44:52,146 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:52,148 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.27",loadavg2="0.10",loadavg3="2/129",loadavg4="1655",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.02",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.98",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.02",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.98",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.02",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.98",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.02",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.98",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.02",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.98",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.02",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.98",mpstat_minimum.cpu0.%usr="0.00" 1568655889171035136 2019-09-16 17:44:52,253 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:52,255 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.27",loadavg2="0.10",loadavg3="2/130",loadavg4="1661",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655891249968896 2019-09-16 17:44:52,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:52,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:51 all' 2019-09-16 17:44:52,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:44:52,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:52,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:51 ' 2019-09-16 17:44:52,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:52,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:44:52,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,337 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:44:52,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:52,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:44:52,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:44:52,344 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,346 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:44:52,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:44:52,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:52,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:44:52,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:44:52,357 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:52,358 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.99",loadavg1="0.27",loadavg2="0.09",loadavg3="1/122",loadavg4="1529",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655887053076992 2019-09-16 17:44:52,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:52,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:51 ' 2019-09-16 17:44:52,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:44:52,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:52,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00 0.00' 2019-09-16 17:44:52,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.29' 2019-09-16 17:44:52,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-16 17:44:52,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:52,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 57.14\n17:44:51 0 0.00 0.00 0.00 25.00 0.00 14.29 3.57 0.00 0.00 57.14\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 25.00 0.00 14.29 3.57 0.00 0.00 57.14\nAverage: 0 0.00 0.00 0.00 25.00 0.00 14.29 3.57 0.00 0.00 57.14\n' 2019-09-16 17:44:52,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:52,483 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.91",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1531",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="50.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="43.18",mpstat_average.cpu.%steal="2.27",mpstat_average.cpu.%sys="2.27",mpstat_average.cpu.%usr="2.27",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="50.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="43.18",mpstat_average.cpu0.%steal="2.27",mpstat_average.cpu0.%sys="2.27",mpstat_average.cpu0.%usr="2.27",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="50.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="43.18",mpstat_maximun.cpu.%steal="2.27",mpstat_maximun.cpu.%sys="2.27",mpstat_maximun.cpu.%usr="2.27",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="50.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="43.18",mpstat_maximun.cpu0.%steal="2.27",mpstat_maximun.cpu0.%sys="2.27",mpstat_maximun.cpu0.%usr="2.27",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="50.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="43.18",mpstat_minimum.cpu.%steal="2.27",mpstat_minimum.cpu.%sys="2.27",mpstat_minimum.cpu.%usr="2.27",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="50.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="43.18",mpstat_minimum.cpu0.%steal="2.27",mpstat_minimum.cpu0.%sys="2.27",mpstat_minimum.cpu0.%usr="2.27" 1568655889191441152 2019-09-16 17:44:52,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:52,608 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.91",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1533",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655891324528896 2019-09-16 17:44:52,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:52,729 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.11 1568655887221967872 2019-09-16 17:44:52,847 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:52,848 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.118 1568655890236592128 2019-09-16 17:44:53,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=11 END 2019-09-16 17:44:53,251 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=12 START 2019-09-16 17:44:53,251 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:53,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=16 END 2019-09-16 17:44:53,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=17 START 2019-09-16 17:44:53,357 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:53,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.28 0.10 2/130 1670\n' 2019-09-16 17:44:53,362 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:53,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:53,464 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=12 END 2019-09-16 17:44:53,465 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=13 START 2019-09-16 17:44:53,465 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:53,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.84 0.26 0.09 1/122 1537\n' 2019-09-16 17:44:53,471 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:53,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:54,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-16 17:44:54,391 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19976193 , "packets_per_second":999962, "flows":2, "errors":0 }\n' 2019-09-16 17:44:54,392 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 17:44:54,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:53 all 2.08 0.00 2.08 58.33 0.00 0.00 0.00 0.00 0.00 37.50\n17:44:53 0 2.08 0.00 2.08 58.33 0.00 0.00 0.00 0.00 0.00 37.50\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.08 0.00 2.08 58.33 0.00 0.00 0.00 0.00 0.00 37.50\nAverage: 0 2.08 0.00 2.08 58.33 0.00 0.00 0.00 0.00 0.00 37.50\n' 2019-09-16 17:44:54,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:54,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:53 ' 2019-09-16 17:44:54,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:54,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.40 0.00' 2019-09-16 17:44:54,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.60' 2019-09-16 17:44:54,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:54,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:53 ' 2019-09-16 17:44:54,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:44:54,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.40 0.00 0.00' 2019-09-16 17:44:54,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.60' 2019-09-16 17:44:54,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:54,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:44:54,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:44:54,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:54,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.40' 2019-09-16 17:44:54,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.60\n' 2019-09-16 17:44:54,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:44:54,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:44:54,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.40' 2019-09-16 17:44:54,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19767259' 2019-09-16 17:44:54,565 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 208934 - Lost ppm 10460 2019-09-16 17:44:54,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:54,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:54,566 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 10460 > sla_max_ppm 1000; ',) 2019-09-16 17:44:54,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.60\n' 2019-09-16 17:44:55,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=17 END 2019-09-16 17:44:55,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=18 START 2019-09-16 17:44:55,434 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:55,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.28 0.10 1/125 1685\n' 2019-09-16 17:44:55,440 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:55,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:55,569 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14990 seq=1 END 2019-09-16 17:44:55,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=13 END 2019-09-16 17:44:55,570 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=14990 seq=2 START 2019-09-16 17:44:55,570 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 17:44:55,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=14 START 2019-09-16 17:44:55,570 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:55,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.84 0.26 0.09 2/124 1545\n' 2019-09-16 17:44:55,576 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:55,583 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 1 64 20 1 1000000 2019-09-16 17:44:55,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:56,273 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=12 END 2019-09-16 17:44:56,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=13 START 2019-09-16 17:44:56,274 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:56,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:55 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:44:55 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:44:56,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:56,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:55 ' 2019-09-16 17:44:56,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:56,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.00 0.00' 2019-09-16 17:44:56,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.00' 2019-09-16 17:44:56,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:55 0' 2019-09-16 17:44:56,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.00' 2019-09-16 17:44:56,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.00\n' 2019-09-16 17:44:56,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:56,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:44:56,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 13.00' 2019-09-16 17:44:56,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:44:56,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.00' 2019-09-16 17:44:56,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:44:56,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:44:56,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:44:56,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.00 0.00' 2019-09-16 17:44:56,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:44:56,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:56,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.00\n' 2019-09-16 17:44:57,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 17:44:57,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=18 END 2019-09-16 17:44:57,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=19 START 2019-09-16 17:44:57,487 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:57,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.28 0.10 1/129 1698\n' 2019-09-16 17:44:57,492 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:57,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:57,676 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=14 END 2019-09-16 17:44:57,677 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=15 START 2019-09-16 17:44:57,677 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:57,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.85 0.27 0.09 1/122 1550\n' 2019-09-16 17:44:57,682 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:57,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:57,958 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:57,959 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999962i,packets_received=19767259i,packets_sent=19976193i,packetsize=64i,ppm=10460.0 1568655895568706048 2019-09-16 17:44:58,119 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:58,121 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.27",loadavg2="0.10",loadavg3="2/130",loadavg4="1667",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655893356075008 2019-09-16 17:44:58,240 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:58,241 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.28",loadavg2="0.10",loadavg3="2/130",loadavg4="1670",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="37.50",mpstat_average.cpu.%iowait="58.33",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="2.08",mpstat_average.cpu.%usr="2.08",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="37.50",mpstat_average.cpu0.%iowait="58.33",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="2.08",mpstat_average.cpu0.%usr="2.08",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="37.50",mpstat_maximun.cpu.%iowait="58.33",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="2.08",mpstat_maximun.cpu.%usr="2.08",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="37.50",mpstat_maximun.cpu0.%iowait="58.33",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="2.08",mpstat_maximun.cpu0.%usr="2.08",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="37.50",mpstat_minimum.cpu.%iowait="58.33",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="2.08",mpstat_minimum.cpu.%usr="2.08",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="37.50",mpstat_minimum.cpu0.%iowait="58.33",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="2.08",mpstat_minimum.cpu0.%usr="2.08" 1568655895433906176 2019-09-16 17:44:58,372 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:58,373 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.28",loadavg2="0.10",loadavg3="1/125",loadavg4="1685",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655897486400000 2019-09-16 17:44:58,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:44:58,500 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.91",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1535",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="57.14",mpstat_average.cpu.%iowait="25.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.29",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="57.14",mpstat_average.cpu0.%iowait="25.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.29",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="57.14",mpstat_maximun.cpu.%iowait="25.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.29",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="57.14",mpstat_maximun.cpu0.%iowait="25.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.29",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="57.14",mpstat_minimum.cpu.%iowait="25.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.29",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="57.14",mpstat_minimum.cpu0.%iowait="25.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.29",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655893464540928 2019-09-16 17:44:58,536 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:44:57 all 2.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 19.00\n17:44:57 0 2.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 19.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 19.00\nAverage: 0 2.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 19.00\n' 2019-09-16 17:44:58,613 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:58,615 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1537",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="2.60",mpstat_average.cpu.%iowait="97.40",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="2.60",mpstat_average.cpu0.%iowait="97.40",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="2.60",mpstat_maximun.cpu.%iowait="97.40",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="2.60",mpstat_maximun.cpu0.%iowait="97.40",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="2.60",mpstat_minimum.cpu.%iowait="97.40",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="2.60",mpstat_minimum.cpu0.%iowait="97.40",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655895569566976 2019-09-16 17:44:58,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:44:58,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:44:58 ' 2019-09-16 17:44:58,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:44:58,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:58,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-16 17:44:58,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:44:58,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-16 17:44:58,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00 0.00 80.00\n17:44:58 0 0.00 0.00 0.00 6.67 0.00 10.00 3.33 0.00 0.00 80.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 6.67 0.00 10.00 3.33 0.00 0.00 80.00\nAverage: 0 0.00 0.00 0.00 6.67 0.00 10.00 3.33 0.00 0.00 80.00\n' 2019-09-16 17:44:58,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:58,755 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.26",loadavg2="0.09",loadavg3="2/124",loadavg4="1545",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.00",mpstat_average.cpu.%iowait="13.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.00",mpstat_average.cpu0.%iowait="13.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.00",mpstat_maximun.cpu.%iowait="13.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.00",mpstat_maximun.cpu0.%iowait="13.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.00",mpstat_minimum.cpu.%iowait="13.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.00",mpstat_minimum.cpu0.%iowait="13.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655897676465920 2019-09-16 17:44:58,866 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:44:58,867 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568655893250264832 2019-09-16 17:44:59,010 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:44:59,010 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.118 1568655896273751040 2019-09-16 17:44:59,286 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=13 END 2019-09-16 17:44:59,287 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=14 START 2019-09-16 17:44:59,287 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:44:59,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=19 END 2019-09-16 17:44:59,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=20 START 2019-09-16 17:44:59,539 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:59,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.28 0.10 2/130 1762\n' 2019-09-16 17:44:59,545 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:59,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:44:59,736 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=15 END 2019-09-16 17:44:59,737 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=16 START 2019-09-16 17:44:59,737 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:44:59,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.85 0.27 0.09 1/122 1552\n' 2019-09-16 17:44:59,773 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:44:59,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:00,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 17:45:00,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:44:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:00,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:59 ' 2019-09-16 17:45:00,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:00,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:00,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:00,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:44:59 ' 2019-09-16 17:45:00,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:45:00,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:00,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:00,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:00,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:00,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:00,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:44:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:00,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:00 ' 2019-09-16 17:45:00,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:00,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:00,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:00,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17 0.00 26.09 2.17 0.00 0.00 69.57\n17:45:00 0 0.00 0.00 0.00 2.17 0.00 26.09 2.17 0.00 0.00' 2019-09-16 17:45:00,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 69.57' 2019-09-16 17:45:00,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:00,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 2.17 0.00 26.09 2.17 0.00 0.00 69.57\nAverage: 0 0.00 0.00 0.00 2.17 0.00 26.09 2.17 0.00 0.00 69.57\n' 2019-09-16 17:45:01,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=20 END 2019-09-16 17:45:01,607 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=21 START 2019-09-16 17:45:01,607 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:01,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.28 0.10 2/129 1767\n' 2019-09-16 17:45:01,613 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:01,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:01,856 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=16 END 2019-09-16 17:45:01,857 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=17 START 2019-09-16 17:45:01,857 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:01,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.79 0.26 0.09 1/122 1554\n' 2019-09-16 17:45:01,894 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:02,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:02,406 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=14 END 2019-09-16 17:45:02,406 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=15 START 2019-09-16 17:45:02,407 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:02,656 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:01 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:01 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:03,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:03,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:02 ' 2019-09-16 17:45:03,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:03,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:03,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:03,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 29.41' 2019-09-16 17:45:03,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:45:03,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:03,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 67.65\n' 2019-09-16 17:45:03,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:02 0 0.00 0.00 0.00 0.00 0.00 29.41 2.94 0.00 0.00 67.65\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 29.41 2.94 0.00 0.00 67.65\nAverage: 0 0.00 0.00 0.00 0.00 0.00 29.41 2.94 0.00 0.00 67.65\n' 2019-09-16 17:45:03,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 17:45:03,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=21 END 2019-09-16 17:45:03,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=22 START 2019-09-16 17:45:03,659 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:03,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.29 0.10 2/130 1776\n' 2019-09-16 17:45:03,665 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:03,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:04,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=17 END 2019-09-16 17:45:04,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=18 START 2019-09-16 17:45:04,039 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:04,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.79 0.26 0.09 1/122 1559\n' 2019-09-16 17:45:04,067 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:04,112 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:04,114 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.28",loadavg2="0.10",loadavg3="1/129",loadavg4="1698",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="19.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="79.00",mpstat_average.cpu.%usr="2.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="19.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="79.00",mpstat_average.cpu0.%usr="2.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="19.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="79.00",mpstat_maximun.cpu.%usr="2.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="19.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="79.00",mpstat_maximun.cpu0.%usr="2.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="19.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="79.00",mpstat_minimum.cpu.%usr="2.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="19.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="79.00",mpstat_minimum.cpu0.%usr="2.00" 1568655899538957056 2019-09-16 17:45:04,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:04,231 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:04,232 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.28",loadavg2="0.10",loadavg3="2/130",loadavg4="1762",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655901606899968 2019-09-16 17:45:04,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:04,335 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.28",loadavg2="0.10",loadavg3="2/129",loadavg4="1767",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655903658718208 2019-09-16 17:45:04,462 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:04,463 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.27",loadavg2="0.09",loadavg3="1/122",loadavg4="1550",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="80.00",mpstat_average.cpu.%iowait="6.67",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="3.33",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="80.00",mpstat_average.cpu0.%iowait="6.67",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="3.33",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="80.00",mpstat_maximun.cpu.%iowait="6.67",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="3.33",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="80.00",mpstat_maximun.cpu0.%iowait="6.67",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="3.33",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="80.00",mpstat_minimum.cpu.%iowait="6.67",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="3.33",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="80.00",mpstat_minimum.cpu0.%iowait="6.67",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="3.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655899736516096 2019-09-16 17:45:04,571 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:04,572 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.27",loadavg2="0.09",loadavg3="1/122",loadavg4="1552",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.57",mpstat_average.cpu.%iowait="2.17",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="26.09",mpstat_average.cpu.%steal="2.17",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="69.57",mpstat_average.cpu0.%iowait="2.17",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="26.09",mpstat_average.cpu0.%steal="2.17",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="69.57",mpstat_maximun.cpu.%iowait="2.17",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="26.09",mpstat_maximun.cpu.%steal="2.17",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="69.57",mpstat_maximun.cpu0.%iowait="2.17",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="26.09",mpstat_maximun.cpu0.%steal="2.17",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="69.57",mpstat_minimum.cpu.%iowait="2.17",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="26.09",mpstat_minimum.cpu.%steal="2.17",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="69.57",mpstat_minimum.cpu0.%iowait="2.17",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="26.09",mpstat_minimum.cpu0.%steal="2.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655901856384000 2019-09-16 17:45:04,678 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:04,680 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1554",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="67.65",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="29.41",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="67.65",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="29.41",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="67.65",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="29.41",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="67.65",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="29.41",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="67.65",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="29.41",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="67.65",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="29.41",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655904038360064 2019-09-16 17:45:04,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:04,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:03 all' 2019-09-16 17:45:04,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:04,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:03 ' 2019-09-16 17:45:04,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:04,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:45:04,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:04,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all' 2019-09-16 17:45:04,726 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:04,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:04,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:04,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:04,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-16 17:45:04,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:04,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:45:04,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:04,785 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568655899286681856 2019-09-16 17:45:04,888 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:04,889 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568655902406099200 2019-09-16 17:45:05,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:05,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:04 ' 2019-09-16 17:45:05,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:05,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:05,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:05,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.77 0.00' 2019-09-16 17:45:05,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.54 0.00 0.00' 2019-09-16 17:45:05,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:05,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 57.69\n17:45:04 0 0.00 0.00 0.00 30.77 0.00 11.54 0.00 0.00 0.00 57.69\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 30.77 0.00 11.54 0.00 0.00 0.00 57.69\nAverage: 0 0.00 0.00 0.00 30.77 0.00 11.54 0.00 0.00 0.00 57.69\n' 2019-09-16 17:45:05,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=15 END 2019-09-16 17:45:05,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=16 START 2019-09-16 17:45:05,423 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:05,741 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=22 END 2019-09-16 17:45:05,741 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=23 START 2019-09-16 17:45:05,742 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:05,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.29 0.10 2/130 1779\n' 2019-09-16 17:45:05,747 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:05,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:06,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=18 END 2019-09-16 17:45:06,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=19 START 2019-09-16 17:45:06,155 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:06,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.79 0.26 0.09 1/122 1561\n' 2019-09-16 17:45:06,194 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:06,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:06,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:45:06,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:05 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:05 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:07,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:07,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:06 ' 2019-09-16 17:45:07,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:07,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:07,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:07,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:07,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:07,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.24 3.45 0.00 0.00 79.31\n17:45:06 0 0.00 0.00 0.00 0.00 0.00 17.24 3.45 0.00 0.00 79.31\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 17.24 3.45 0.00 0.00' 2019-09-16 17:45:07,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.31' 2019-09-16 17:45:07,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:07,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 0.00 0.00 17.24 3.45 0.00 0.00 79.31\n' 2019-09-16 17:45:07,817 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=23 END 2019-09-16 17:45:07,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=24 START 2019-09-16 17:45:07,818 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:07,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.30 0.11 2/129 1784\n' 2019-09-16 17:45:07,824 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:07,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:08,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=19 END 2019-09-16 17:45:08,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=20 START 2019-09-16 17:45:08,297 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:08,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.72 0.26 0.09 1/122 1563\n' 2019-09-16 17:45:08,334 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:08,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:08,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=16 END 2019-09-16 17:45:08,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=17 START 2019-09-16 17:45:08,439 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:08,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:07 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:07 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:09,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:09,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:08 ' 2019-09-16 17:45:09,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:09,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:09,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:09,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 7.69 3.85 0.00 0.00 88.46\n17:45:08 0 0.00 0.00 0.00 0.00 0.00 7.69 3.85 0.00 0.00 88.46\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.69 3.85 0.00 0.00 88.46\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.69 3.85 0.00 0.00 88.46\n' 2019-09-16 17:45:09,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:45:09,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=24 END 2019-09-16 17:45:09,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=25 START 2019-09-16 17:45:09,895 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:09,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.30 0.11 2/130 1790\n' 2019-09-16 17:45:09,901 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:09,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:09,988 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:09,989 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.29",loadavg2="0.10",loadavg3="2/130",loadavg4="1776",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655905741009920 2019-09-16 17:45:10,108 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:10,110 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.29",loadavg2="0.10",loadavg3="2/130",loadavg4="1779",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655907817897984 2019-09-16 17:45:10,225 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:10,227 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.30",loadavg2="0.11",loadavg3="2/129",loadavg4="1784",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655909894972928 2019-09-16 17:45:10,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:10,380 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1559",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="57.69",mpstat_average.cpu.%iowait="30.77",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.54",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="57.69",mpstat_average.cpu0.%iowait="30.77",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.54",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="57.69",mpstat_maximun.cpu.%iowait="30.77",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.54",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="57.69",mpstat_maximun.cpu0.%iowait="30.77",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.54",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="57.69",mpstat_minimum.cpu.%iowait="30.77",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.54",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="57.69",mpstat_minimum.cpu0.%iowait="30.77",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.54",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655906154371072 2019-09-16 17:45:10,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=20 END 2019-09-16 17:45:10,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=21 START 2019-09-16 17:45:10,438 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:10,487 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:10,489 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1561",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.31",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.24",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.31",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.24",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.31",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.24",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.31",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.24",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.31",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.24",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.31",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.24",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655908296453888 2019-09-16 17:45:10,591 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:10,593 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.72",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1563",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.46",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.69",mpstat_average.cpu.%steal="3.85",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.46",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.69",mpstat_average.cpu0.%steal="3.85",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.46",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.69",mpstat_maximun.cpu.%steal="3.85",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.46",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.69",mpstat_maximun.cpu0.%steal="3.85",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.46",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.69",mpstat_minimum.cpu.%steal="3.85",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.46",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.69",mpstat_minimum.cpu0.%steal="3.85",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655910437460992 2019-09-16 17:45:10,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.72 0.26 0.09 1/122 1565\n' 2019-09-16 17:45:10,691 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:10,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:10,703 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568655905422657024 2019-09-16 17:45:10,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:10,809 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:10,810 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568655908438221056 2019-09-16 17:45:10,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:10,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:09 ' 2019-09-16 17:45:10,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:10,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:10,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:09 ' 2019-09-16 17:45:10,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:45:10,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:10,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:45:10,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:10,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:10,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:10,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:10,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:10,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:10,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:10,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:10,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:10,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:11,453 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=17 END 2019-09-16 17:45:11,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=18 START 2019-09-16 17:45:11,454 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:11,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:11,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:11 all' 2019-09-16 17:45:11,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:11,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:11,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:11,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.71 7.14 0.00 0.00 82.14\n17:45:11 0 0.00 0.00 0.00 0.00 0.00 10.71 7.14 0.00 0.00 82.14\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.71 7.14 0.00 0.00 82.14\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 7.14 0.00' 2019-09-16 17:45:11,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:11,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.14\n' 2019-09-16 17:45:11,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=25 END 2019-09-16 17:45:11,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=26 START 2019-09-16 17:45:11,998 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:12,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.31 0.11 3/130 1793\n' 2019-09-16 17:45:12,003 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:12,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:12,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-16 17:45:12,799 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=21 END 2019-09-16 17:45:12,800 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=22 START 2019-09-16 17:45:12,800 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:12,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.66 0.25 0.09 1/122 1567\n' 2019-09-16 17:45:12,840 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:12,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:13,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:13,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:12 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:13,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:13,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:13 ' 2019-09-16 17:45:13,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:45:13,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:13,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:13,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71' 2019-09-16 17:45:13,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57 0.00 0.00 85.71\n17:45:13 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00' 2019-09-16 17:45:13,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:45:14,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=26 END 2019-09-16 17:45:14,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=27 START 2019-09-16 17:45:14,076 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:14,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.31 0.11 2/129 1798\n' 2019-09-16 17:45:14,082 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:14,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:14,470 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=18 END 2019-09-16 17:45:14,471 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=19 START 2019-09-16 17:45:14,471 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:14,947 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=22 END 2019-09-16 17:45:14,948 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=23 START 2019-09-16 17:45:14,948 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:14,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.66 0.25 0.09 1/122 1569\n' 2019-09-16 17:45:14,984 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:15,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:15,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:14 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:14 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:15,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.217' 2019-09-16 17:45:15,915 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:15,917 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.30",loadavg2="0.11",loadavg3="2/130",loadavg4="1790",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655911997474048 2019-09-16 17:45:16,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:16,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:15 ' 2019-09-16 17:45:16,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:16,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:16,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:16,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00' 2019-09-16 17:45:16,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 37.50 4.17 0.00 0.00 33.33\n17:45:15 0 0.00 0.00 0.00 25.00 0.00 37.50 4.17 0.00 0.00 33.33\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 25.00 0.00 37.50 4.17 0.00 0.00 33.33\nAverage: 0 0.00 0.00 0.00 25.00 0.00 37.50 4.17 0.00 0.00 33.33\n' 2019-09-16 17:45:16,127 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:16,128 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.31",loadavg2="0.11",loadavg3="3/130",loadavg4="1793",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655914075429888 2019-09-16 17:45:16,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=27 END 2019-09-16 17:45:16,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=28 START 2019-09-16 17:45:16,154 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:16,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.31 0.11 3/130 1804\n' 2019-09-16 17:45:16,159 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:16,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:16,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:16,234 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.31",loadavg2="0.11",loadavg3="2/129",loadavg4="1798",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655916153219840 2019-09-16 17:45:16,386 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:16,388 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.72",loadavg1="0.26",loadavg2="0.09",loadavg3="1/122",loadavg4="1565",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.14",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="7.14",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.14",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="7.14",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.14",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="7.14",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.14",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="7.14",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.14",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="7.14",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.14",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="7.14",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655912799376896 2019-09-16 17:45:16,501 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:16,503 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.66",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1567",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655914947848192 2019-09-16 17:45:16,630 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:16,630 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568655911453722880 2019-09-16 17:45:16,733 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:16,733 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.081 1568655914470454016 2019-09-16 17:45:17,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=23 END 2019-09-16 17:45:17,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=24 START 2019-09-16 17:45:17,070 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:17,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.61 0.25 0.09 1/122 1571\n' 2019-09-16 17:45:17,111 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:17,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:17,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:17,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:16 all' 2019-09-16 17:45:17,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:17,230 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:17,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:17,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:16 0' 2019-09-16 17:45:17,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:17,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:17,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:17,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:17,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:17,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:17,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:45:17,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:17,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:17,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:17,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:17,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:17,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:17,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=19 END 2019-09-16 17:45:17,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=20 START 2019-09-16 17:45:17,506 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:18,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:18,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:17 ' 2019-09-16 17:45:18,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:18,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,214 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 1.67' 2019-09-16 17:45:18,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 95.00' 2019-09-16 17:45:18,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:18,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:17 0 0.00' 2019-09-16 17:45:18,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 1.67' 2019-09-16 17:45:18,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00' 2019-09-16 17:45:18,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:18,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:18,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:18,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:18,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.33' 2019-09-16 17:45:18,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.67 0.00 0.00' 2019-09-16 17:45:18,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00' 2019-09-16 17:45:18,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:45:18,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:45:18,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:18,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.33' 2019-09-16 17:45:18,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.67 0.00' 2019-09-16 17:45:18,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:18,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 95.00\n' 2019-09-16 17:45:18,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=28 END 2019-09-16 17:45:18,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=29 START 2019-09-16 17:45:18,259 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:18,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.32 0.12 1/127 1809\n' 2019-09-16 17:45:18,264 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:18,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:18,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.167' 2019-09-16 17:45:18,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19998450 , "packets_per_second":999962, "flows":2, "errors":0 }\n' 2019-09-16 17:45:18,779 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 17:45:18,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19108330' 2019-09-16 17:45:18,790 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 890120 - Lost ppm 44510 2019-09-16 17:45:18,791 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 44510 > sla_max_ppm 1000; ',) 2019-09-16 17:45:19,238 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=24 END 2019-09-16 17:45:19,238 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=25 START 2019-09-16 17:45:19,239 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:19,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.61 0.25 0.09 1/122 1577\n' 2019-09-16 17:45:19,244 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:19,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:18 all 2.78 0.00 0.00 40.28 0.00 1.39 0.00 0.00 0.00 55.56\n17:45:18 0 2.78 0.00 0.00 40.28 0.00 1.39 0.00 0.00 0.00 55.56\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.78 0.00 0.00 40.28 0.00 1.39 0.00 0.00 0.00 55.56\nAverage: 0 2.78 0.00 0.00 40.28 0.00 1.39 0.00 0.00 0.00 55.56\n' 2019-09-16 17:45:19,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:19,793 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=14990 seq=2 END 2019-09-16 17:45:19,793 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:45:19,794 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:45:19,794 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:45:19,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:19,819 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999962i,packets_received=19108330i,packets_sent=19998450i,packetsize=64i,ppm=44510.0 1568655919793021952 2019-09-16 17:45:19,936 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:45:19,937 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:45:19,940 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:45:19,950 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:45:19,951 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:45:19,952 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:45:20,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:45:20,224 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:45:20,225 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:45:20,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=29 END 2019-09-16 17:45:20,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=30 START 2019-09-16 17:45:20,312 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:20,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:19 all 12.00 0.00 1.00 15.00 0.00 0.00 0.00 0.00 0.00 72.00\n17:45:19 0 12.00 0.00 1.00 15.00 0.00 0.00 0.00 0.00 0.00 72.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 12.00 0.00 1.00 15.00 0.00 0.00 0.00 0.00 0.00 72.00\nAverage: 0 12.00 0.00 1.00 15.00 0.00 0.00 0.00 0.00 0.00 72.00\n' 2019-09-16 17:45:20,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.32 0.12 1/123 1826\n' 2019-09-16 17:45:20,317 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:20,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:20,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:45:20,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=20 END 2019-09-16 17:45:20,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=21 START 2019-09-16 17:45:20,639 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:21,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=25 END 2019-09-16 17:45:21,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=26 START 2019-09-16 17:45:21,315 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:21,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.61 0.25 0.09 1/122 1615\n' 2019-09-16 17:45:21,321 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:21,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:20 all 9.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\n17:45:20 0 9.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 9.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\nAverage: 0 9.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 90.00\n' 2019-09-16 17:45:21,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:21,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 17:45:22,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:22,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:21 all' 2019-09-16 17:45:22,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=30 END 2019-09-16 17:45:22,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=31 START 2019-09-16 17:45:22,391 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:22,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:22,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:22,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.34 0.12 1/126 1867\n' 2019-09-16 17:45:22,398 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:22,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:21 0' 2019-09-16 17:45:22,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:22,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:22,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:45:22,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:22,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:22,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:45:22,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:22,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:22,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:22,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:45:22,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:22,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:23,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=26 END 2019-09-16 17:45:23,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=27 START 2019-09-16 17:45:23,422 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:23,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.56 0.25 0.09 1/122 1617\n' 2019-09-16 17:45:23,427 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:23,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:23,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:22 ' 2019-09-16 17:45:23,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:23,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:23,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.00 0.00' 2019-09-16 17:45:23,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 95.00' 2019-09-16 17:45:23,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:23,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:22 0' 2019-09-16 17:45:23,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.00 0.00' 2019-09-16 17:45:23,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:23,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 95.00' 2019-09-16 17:45:23,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:23,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:23,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 5.00' 2019-09-16 17:45:23,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 95.00\n' 2019-09-16 17:45:23,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:23,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:45:23,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:23,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5.00 0.00' 2019-09-16 17:45:23,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:23,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:23,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 95.00\n' 2019-09-16 17:45:23,576 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15005 seq=1 START 2019-09-16 17:45:23,577 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 17:45:23,590 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 10 64 20 1 1000000 2019-09-16 17:45:23,651 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=21 END 2019-09-16 17:45:23,652 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=22 START 2019-09-16 17:45:23,652 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:24,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:23 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:45:23 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:45:24,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=31 END 2019-09-16 17:45:24,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=32 START 2019-09-16 17:45:24,497 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:24,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.34 0.12 1/127 1877\n' 2019-09-16 17:45:24,503 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:24,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:24,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 17:45:24,946 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-16 17:45:24,949 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.31",loadavg2="0.11",loadavg3="3/130",loadavg4="1804",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655918259072000 2019-09-16 17:45:25,056 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:25,058 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.32",loadavg2="0.12",loadavg3="1/127",loadavg4="1809",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="55.56",mpstat_average.cpu.%iowait="40.28",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.39",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="2.78",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="55.56",mpstat_average.cpu0.%iowait="40.28",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.39",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="2.78",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="55.56",mpstat_maximun.cpu.%iowait="40.28",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.39",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="2.78",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="55.56",mpstat_maximun.cpu0.%iowait="40.28",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.39",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="2.78",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="55.56",mpstat_minimum.cpu.%iowait="40.28",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.39",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="2.78",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="55.56",mpstat_minimum.cpu0.%iowait="40.28",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.39",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="2.78" 1568655920310946048 2019-09-16 17:45:25,160 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:25,162 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.32",loadavg2="0.12",loadavg3="1/123",loadavg4="1826",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="9.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="9.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="9.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="9.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="9.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="9.00" 1568655922390093056 2019-09-16 17:45:25,292 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:25,294 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.34",loadavg2="0.12",loadavg3="1/126",loadavg4="1867",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.00",mpstat_average.cpu.%iowait="5.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="95.00",mpstat_average.cpu0.%iowait="5.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="95.00",mpstat_maximun.cpu.%iowait="5.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="95.00",mpstat_maximun.cpu0.%iowait="5.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="95.00",mpstat_minimum.cpu.%iowait="5.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="95.00",mpstat_minimum.cpu0.%iowait="5.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655924497068800 2019-09-16 17:45:25,408 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-16 17:45:25,410 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.66",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1569",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="33.33",mpstat_average.cpu.%iowait="25.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="37.50",mpstat_average.cpu.%steal="4.17",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="33.33",mpstat_average.cpu0.%iowait="25.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="37.50",mpstat_average.cpu0.%steal="4.17",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="33.33",mpstat_maximun.cpu.%iowait="25.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="37.50",mpstat_maximun.cpu.%steal="4.17",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="33.33",mpstat_maximun.cpu0.%iowait="25.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="37.50",mpstat_maximun.cpu0.%steal="4.17",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="33.33",mpstat_minimum.cpu.%iowait="25.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="37.50",mpstat_minimum.cpu.%steal="4.17",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="33.33",mpstat_minimum.cpu0.%iowait="25.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="37.50",mpstat_minimum.cpu0.%steal="4.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655917069901056 2019-09-16 17:45:25,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=27 END 2019-09-16 17:45:25,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=28 START 2019-09-16 17:45:25,498 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:25,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.56 0.25 0.09 1/122 1624\n' 2019-09-16 17:45:25,504 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:25,510 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-16 17:45:25,512 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.61",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1571",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.33",mpstat_average.cpu.%steal="1.67",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="95.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.33",mpstat_average.cpu0.%steal="1.67",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="95.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.33",mpstat_maximun.cpu.%steal="1.67",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="95.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.33",mpstat_maximun.cpu0.%steal="1.67",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="95.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.33",mpstat_minimum.cpu.%steal="1.67",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="95.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.33",mpstat_minimum.cpu0.%steal="1.67",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655919238285056 2019-09-16 17:45:25,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:24 all 0.00 0.00 0.00 19.05 0.00 0.00 0.00 0.00 0.00 80.95\n17:45:24 0 0.00 0.00 0.00 19.05 0.00 0.00 0.00 0.00 0.00 80.95\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 19.05 0.00 0.00 0.00 0.00 0.00 80.95\nAverage: 0 0.00 0.00 0.00 19.05 0.00 0.00 0.00 0.00 0.00 80.95\n' 2019-09-16 17:45:25,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:25,611 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:25,612 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.61",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1577",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="72.00",mpstat_average.cpu.%iowait="15.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="12.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="72.00",mpstat_average.cpu0.%iowait="15.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="12.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="72.00",mpstat_maximun.cpu.%iowait="15.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="12.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="72.00",mpstat_maximun.cpu0.%iowait="15.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="12.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="72.00",mpstat_minimum.cpu.%iowait="15.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="12.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="72.00",mpstat_minimum.cpu0.%iowait="15.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="12.00" 1568655921314630144 2019-09-16 17:45:25,709 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:25,710 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.61",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1615",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655923421124096 2019-09-16 17:45:25,810 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:25,811 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.56",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1617",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655925497116928 2019-09-16 17:45:25,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:25,917 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.217 1568655917506063104 2019-09-16 17:45:26,018 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:26,019 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.167 1568655920638603008 2019-09-16 17:45:26,113 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:26,113 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568655923651934976 2019-09-16 17:45:26,547 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=32 END 2019-09-16 17:45:26,547 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=33 START 2019-09-16 17:45:26,548 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:26,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.34 0.12 2/127 1943\n' 2019-09-16 17:45:26,553 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:26,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:26,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:25 ' 2019-09-16 17:45:26,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:26,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89' 2019-09-16 17:45:26,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:26,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:26,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 16.98' 2019-09-16 17:45:26,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.89 0.00 0.00 79.25\n17:45:25 0 1.89 0.00 0.00 0.00 0.00 16.98 1.89 0.00 0.00 79.25\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.89 0.00 0.00 0.00 0.00 16.98 1.89 0.00 0.00 79.25\nAverage: 0 1.89 0.00 0.00 0.00 0.00 16.98 1.89 0.00 0.00 79.25\n' 2019-09-16 17:45:26,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:26,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=22 END 2019-09-16 17:45:26,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=23 START 2019-09-16 17:45:26,665 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:27,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=28 END 2019-09-16 17:45:27,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=29 START 2019-09-16 17:45:27,583 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:27,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.52 0.24 0.09 1/120 1627\n' 2019-09-16 17:45:27,621 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:27,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:26 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:26 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:27,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 17:45:27,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:28,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=33 END 2019-09-16 17:45:28,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=34 START 2019-09-16 17:45:28,626 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:28,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.35 0.13 2/128 1949\n' 2019-09-16 17:45:28,631 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:28,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:28,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:28,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:28 ' 2019-09-16 17:45:28,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:45:28,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:28,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.62 3.12 0.00 0.00 81.25\n17:45:28 0 0.00 0.00 0.00 0.00 0.00 15.62 3.12 0.00 0.00 81.25\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00' 2019-09-16 17:45:28,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.62 3.12 0.00 0.00 81.25\nAverage: 0 0.00 0.00 0.00 0.00 0.00 15.62 3.12 0.00 0.00 81.25\n' 2019-09-16 17:45:29,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:29,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:28 ' 2019-09-16 17:45:29,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:29,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-16 17:45:29,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:29,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-16 17:45:29,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,677 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=23 END 2019-09-16 17:45:29,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=24 START 2019-09-16 17:45:29,678 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:29,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:29,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:29,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:28 ' 2019-09-16 17:45:29,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:45:29,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:29,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00 0.00' 2019-09-16 17:45:29,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00' 2019-09-16 17:45:29,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:29,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:29,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:29,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.00' 2019-09-16 17:45:29,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.00' 2019-09-16 17:45:29,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:29,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:29,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:29,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.00' 2019-09-16 17:45:29,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.00 0.00 0.00' 2019-09-16 17:45:29,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:29,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:29,719 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=29 END 2019-09-16 17:45:29,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=30 START 2019-09-16 17:45:29,720 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:29,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.52 0.24 0.09 1/120 1629\n' 2019-09-16 17:45:29,745 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:29,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:30,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:45:30,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=34 END 2019-09-16 17:45:30,701 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=35 START 2019-09-16 17:45:30,702 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:30,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.35 0.13 2/128 1955\n' 2019-09-16 17:45:30,707 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:30,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:30,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:30 ' 2019-09-16 17:45:30,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:30,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:30,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:45:30,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.14' 2019-09-16 17:45:30,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.71 0.00' 2019-09-16 17:45:30,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 74.29' 2019-09-16 17:45:30,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:30,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:30 ' 2019-09-16 17:45:30,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:45:30,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:45:30,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.14 5.71 0.00' 2019-09-16 17:45:30,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 74.29' 2019-09-16 17:45:30,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:30,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:30,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:30,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.86' 2019-09-16 17:45:30,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.14' 2019-09-16 17:45:30,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.71 0.00' 2019-09-16 17:45:30,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 74.29' 2019-09-16 17:45:30,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:45:30,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:45:30,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:30,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:30,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-16 17:45:30,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.14 5.71' 2019-09-16 17:45:30,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:30,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 74.29' 2019-09-16 17:45:30,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:30,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:31,230 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:31,232 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.34",loadavg2="0.12",loadavg3="1/127",loadavg4="1877",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="80.95",mpstat_average.cpu.%iowait="19.05",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="80.95",mpstat_average.cpu0.%iowait="19.05",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="80.95",mpstat_maximun.cpu.%iowait="19.05",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="80.95",mpstat_maximun.cpu0.%iowait="19.05",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="80.95",mpstat_minimum.cpu.%iowait="19.05",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="80.95",mpstat_minimum.cpu0.%iowait="19.05",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655926547244032 2019-09-16 17:45:31,394 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:31,396 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.34",loadavg2="0.12",loadavg3="2/127",loadavg4="1943",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655928624962048 2019-09-16 17:45:31,504 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:31,506 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.35",loadavg2="0.13",loadavg3="2/128",loadavg4="1949",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="0.00" 1568655930701189120 2019-09-16 17:45:31,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:31,609 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.56",loadavg1="0.25",loadavg2="0.09",loadavg3="1/122",loadavg4="1624",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.25",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="16.98",mpstat_average.cpu.%steal="1.89",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="1.89",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.25",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="16.98",mpstat_average.cpu0.%steal="1.89",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="1.89",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.25",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="16.98",mpstat_maximun.cpu.%steal="1.89",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="1.89",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.25",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="16.98",mpstat_maximun.cpu0.%steal="1.89",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="1.89",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.25",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="16.98",mpstat_minimum.cpu.%steal="1.89",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="1.89",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.25",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="16.98",mpstat_minimum.cpu0.%steal="1.89",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="1.89" 1568655927582206976 2019-09-16 17:45:31,713 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:31,715 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.52",loadavg1="0.24",loadavg2="0.09",loadavg3="1/120",loadavg4="1627",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.25",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.62",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="81.25",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.62",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="81.25",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.62",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="81.25",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.62",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="81.25",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.62",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="81.25",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.62",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655929719675136 2019-09-16 17:45:31,812 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:31,813 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568655926664960000 2019-09-16 17:45:31,820 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=30 END 2019-09-16 17:45:31,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=31 START 2019-09-16 17:45:31,821 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:31,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:31,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:30 all' 2019-09-16 17:45:31,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.47 0.24 0.09 2/120 1631\n' 2019-09-16 17:45:31,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:31,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:31,830 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:31,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:31,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:31,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:31,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:31,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:30 0' 2019-09-16 17:45:31,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:31,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:31,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:31,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:31,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:31,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:31,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:31,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:31,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:31,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:31,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:31,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:31,909 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:31,909 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568655929677515008 2019-09-16 17:45:31,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:32,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=24 END 2019-09-16 17:45:32,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=25 START 2019-09-16 17:45:32,695 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:32,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=35 END 2019-09-16 17:45:32,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=36 START 2019-09-16 17:45:32,859 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:32,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.36 0.13 2/128 1958\n' 2019-09-16 17:45:32,865 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:32,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:32,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:32,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:32 ' 2019-09-16 17:45:32,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:32,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:32,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:32,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.41 3.70 0.00 0.00 88.89\n17:45:32 0 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\n' 2019-09-16 17:45:33,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:45:33,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:32 all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:32 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:33,934 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=31 END 2019-09-16 17:45:33,934 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=32 START 2019-09-16 17:45:33,934 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:33,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.47 0.24 0.09 1/120 1633\n' 2019-09-16 17:45:33,961 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:34,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:34,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=36 END 2019-09-16 17:45:34,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=37 START 2019-09-16 17:45:34,912 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:34,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.36 0.13 2/127 1963\n' 2019-09-16 17:45:34,918 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:34,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:35,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:35,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:34 ' 2019-09-16 17:45:35,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:35,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:35,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:35,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30.77 0.00' 2019-09-16 17:45:35,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.54' 2019-09-16 17:45:35,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.85' 2019-09-16 17:45:35,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:35,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:35,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 53.85\n17:45:34 0 0.00 0.00 0.00 30.77 0.00 11.54 3.85 0.00 0.00 53.85\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 30.77 0.00 11.54 3.85 0.00 0.00 53.85\nAverage: 0 0.00 0.00 0.00 30.77 0.00 11.54 3.85 0.00 0.00 53.85\n' 2019-09-16 17:45:35,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=25 END 2019-09-16 17:45:35,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=26 START 2019-09-16 17:45:35,711 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:35,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:34 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:34 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:36,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=32 END 2019-09-16 17:45:36,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=33 START 2019-09-16 17:45:36,065 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:36,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.47 0.24 0.09 1/120 1635\n' 2019-09-16 17:45:36,102 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:36,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:36,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 17:45:36,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=37 END 2019-09-16 17:45:36,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=38 START 2019-09-16 17:45:36,964 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:36,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.39 0.14 2/128 1969\n' 2019-09-16 17:45:36,969 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:37,010 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:37,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:37,013 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.35",loadavg2="0.13",loadavg3="2/128",loadavg4="1955",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655932858242048 2019-09-16 17:45:37,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:37,121 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.36",loadavg2="0.13",loadavg3="2/128",loadavg4="1958",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.01",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.01",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.01",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.01",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.01",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.01",mpstat_minimum.cpu0.%usr="0.99" 1568655934911257088 2019-09-16 17:45:37,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:37,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:36 ' 2019-09-16 17:45:37,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:37,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:37,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:37,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:37,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:37,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.05' 2019-09-16 17:45:37,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00 0.00 76.32\n17:45:36 0 0.00 0.00 0.00 0.00 0.00 21.05 2.63 0.00 0.00 76.32\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 21.05 2.63 0.00 0.00 76.32\nAverage: 0 0.00 0.00 0.00 0.00 0.00 21.05 2.63 0.00 0.00 76.32\n' 2019-09-16 17:45:37,253 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:37,255 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.36",loadavg2="0.13",loadavg3="2/127",loadavg4="1963",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655936963126784 2019-09-16 17:45:37,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:37,364 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.52",loadavg1="0.24",loadavg2="0.09",loadavg3="1/120",loadavg4="1629",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="74.29",mpstat_average.cpu.%iowait="2.86",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.14",mpstat_average.cpu.%steal="5.71",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="74.29",mpstat_average.cpu0.%iowait="2.86",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.14",mpstat_average.cpu0.%steal="5.71",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="74.29",mpstat_maximun.cpu.%iowait="2.86",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.14",mpstat_maximun.cpu.%steal="5.71",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="74.29",mpstat_maximun.cpu0.%iowait="2.86",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.14",mpstat_maximun.cpu0.%steal="5.71",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="74.29",mpstat_minimum.cpu.%iowait="2.86",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.14",mpstat_minimum.cpu.%steal="5.71",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="74.29",mpstat_minimum.cpu0.%iowait="2.86",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.14",mpstat_minimum.cpu0.%steal="5.71",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655931820924160 2019-09-16 17:45:37,468 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:37,470 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.47",loadavg1="0.24",loadavg2="0.09",loadavg3="2/120",loadavg4="1631",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.89",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.41",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.41",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.41",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.41",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.41",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.41",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655933934051072 2019-09-16 17:45:37,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:37,609 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.47",loadavg1="0.24",loadavg2="0.09",loadavg3="1/120",loadavg4="1633",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="53.85",mpstat_average.cpu.%iowait="30.77",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.54",mpstat_average.cpu.%steal="3.85",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="53.85",mpstat_average.cpu0.%iowait="30.77",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.54",mpstat_average.cpu0.%steal="3.85",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="53.85",mpstat_maximun.cpu.%iowait="30.77",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.54",mpstat_maximun.cpu.%steal="3.85",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="53.85",mpstat_maximun.cpu0.%iowait="30.77",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.54",mpstat_maximun.cpu0.%steal="3.85",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="53.85",mpstat_minimum.cpu.%iowait="30.77",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.54",mpstat_minimum.cpu.%steal="3.85",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="53.85",mpstat_minimum.cpu0.%iowait="30.77",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.54",mpstat_minimum.cpu0.%steal="3.85",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655936064732160 2019-09-16 17:45:37,733 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:37,734 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568655932694554112 2019-09-16 17:45:37,840 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:37,841 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568655935710646016 2019-09-16 17:45:38,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:38,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:37 ' 2019-09-16 17:45:38,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:38,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:38,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:38,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:37 0' 2019-09-16 17:45:38,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:38,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:38,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:45:38,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:38,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:38,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:45:38,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:38,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:38,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:38,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:38,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:38,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=33 END 2019-09-16 17:45:38,182 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=34 START 2019-09-16 17:45:38,182 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:38,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.44 0.23 0.09 1/120 1637\n' 2019-09-16 17:45:38,218 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:38,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:38,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=26 END 2019-09-16 17:45:38,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=27 START 2019-09-16 17:45:38,787 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:39,040 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=38 END 2019-09-16 17:45:39,041 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=39 START 2019-09-16 17:45:39,041 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:39,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.39 0.14 2/128 1972\n' 2019-09-16 17:45:39,047 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:39,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:39,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:39,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:38 all' 2019-09-16 17:45:39,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:39,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:39,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 25.00' 2019-09-16 17:45:39,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:39,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71 3.57 0.00 0.00 60.71\n17:45:38 0 0.00 0.00 0.00 25.00 0.00 10.71 3.57 0.00 0.00 60.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 25.00 0.00 10.71 3.57 0.00 0.00 60.71\nAverage: 0 0.00 0.00 0.00 25.00 0.00 10.71 3.57 0.00 0.00 60.71\n' 2019-09-16 17:45:39,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.141' 2019-09-16 17:45:40,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:39 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:39 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:40,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=34 END 2019-09-16 17:45:40,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=35 START 2019-09-16 17:45:40,299 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:40,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.44 0.23 0.09 1/120 1639\n' 2019-09-16 17:45:40,337 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:40,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:41,117 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=39 END 2019-09-16 17:45:41,118 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=40 START 2019-09-16 17:45:41,118 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:41,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.39 0.14 3/127 1977\n' 2019-09-16 17:45:41,124 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:41,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:41,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:41,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:40 ' 2019-09-16 17:45:41,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:41,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:41,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:41,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:41,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:41,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:41,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.69 0.00 0.00 0.00 92.31\n17:45:40 0 0.00 0.00 0.00 0.00 0.00 7.69 0.00 0.00 0.00 92.31\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.69 0.00 0.00 0.00 92.31\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.69 0.00 0.00 0.00 92.31\n' 2019-09-16 17:45:41,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=27 END 2019-09-16 17:45:41,804 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=28 START 2019-09-16 17:45:41,804 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:42,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:41 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:41 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:42,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=35 END 2019-09-16 17:45:42,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=36 START 2019-09-16 17:45:42,443 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:42,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.40 0.23 0.09 1/120 1641\n' 2019-09-16 17:45:42,482 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:42,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:42,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 17:45:42,945 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:42,947 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.39",loadavg2="0.14",loadavg3="2/128",loadavg4="1969",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655939040632064 2019-09-16 17:45:43,067 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:43,069 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.39",loadavg2="0.14",loadavg3="2/128",loadavg4="1972",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655941117691904 2019-09-16 17:45:43,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=40 END 2019-09-16 17:45:43,196 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=41 START 2019-09-16 17:45:43,196 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:43,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.40 0.15 2/128 1983\n' 2019-09-16 17:45:43,202 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:43,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:43,244 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:43,246 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.39",loadavg2="0.14",loadavg3="3/127",loadavg4="1977",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655943195616000 2019-09-16 17:45:43,354 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:43,356 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.47",loadavg1="0.24",loadavg2="0.09",loadavg3="1/120",loadavg4="1635",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="76.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="21.05",mpstat_average.cpu.%steal="2.63",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="76.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="21.05",mpstat_average.cpu0.%steal="2.63",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="76.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="21.05",mpstat_maximun.cpu.%steal="2.63",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="76.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="21.05",mpstat_maximun.cpu0.%steal="2.63",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="76.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="21.05",mpstat_minimum.cpu.%steal="2.63",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="76.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="21.05",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655938181880064 2019-09-16 17:45:43,476 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:43,478 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.44",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1637",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="60.71",mpstat_average.cpu.%iowait="25.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="60.71",mpstat_average.cpu0.%iowait="25.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="60.71",mpstat_maximun.cpu.%iowait="25.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="60.71",mpstat_maximun.cpu0.%iowait="25.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="60.71",mpstat_minimum.cpu.%iowait="25.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="60.71",mpstat_minimum.cpu0.%iowait="25.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655940298031104 2019-09-16 17:45:43,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:43,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:42 ' 2019-09-16 17:45:43,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:43,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:43,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:43,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:43,586 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:43,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.41 3.70 0.00 0.00 88.89\n17:45:42 0 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\n' 2019-09-16 17:45:43,588 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.44",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1639",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.31",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.69",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="92.31",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.69",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="92.31",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.69",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="92.31",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.69",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="92.31",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.69",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="92.31",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.69",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655942441925120 2019-09-16 17:45:43,693 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:43,694 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568655938786554112 2019-09-16 17:45:43,791 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:43,792 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.141 1568655941803363072 2019-09-16 17:45:44,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:44,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:43 ' 2019-09-16 17:45:44,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:44,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:44,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:43 0' 2019-09-16 17:45:44,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:44,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:44,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:44,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:45:44,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:44,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:44,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,270 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:44,270 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:44,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:45:44,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:44,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:44,588 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=36 END 2019-09-16 17:45:44,589 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=37 START 2019-09-16 17:45:44,589 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:44,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.40 0.23 0.09 2/120 1643\n' 2019-09-16 17:45:44,602 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:44,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:44,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=28 END 2019-09-16 17:45:44,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=29 START 2019-09-16 17:45:44,820 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:45,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=41 END 2019-09-16 17:45:45,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=42 START 2019-09-16 17:45:45,277 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:45,282 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.98 0.40 0.15 2/128 1986\n' 2019-09-16 17:45:45,282 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:45,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:45,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:45,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:44 ' 2019-09-16 17:45:45,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:45,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:45,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:45,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.70' 2019-09-16 17:45:45,682 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.41 3.70 0.00 0.00 85.19\n17:45:44 0 0.00 0.00 0.00 3.70 0.00 7.41 3.70 0.00 0.00 85.19\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 3.70 0.00 7.41 3.70 0.00 0.00 85.19\nAverage: 0 0.00 0.00 0.00 3.70 0.00 7.41 3.70 0.00 0.00 85.19\n' 2019-09-16 17:45:45,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-16 17:45:46,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:45 all 0.00 0.00 48.48 0.00 0.00 0.00 0.00 0.00 0.00 51.52\n17:45:45 0 0.00 0.00 48.48 0.00 0.00 0.00 0.00 0.00 0.00 51.52\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 48.48 0.00 0.00 0.00 0.00 0.00 0.00 51.52\nAverage: 0 0.00 0.00 48.48 0.00 0.00 0.00 0.00 0.00 0.00 51.52\n' 2019-09-16 17:45:46,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=37 END 2019-09-16 17:45:46,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=38 START 2019-09-16 17:45:46,685 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:46,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.22 0.09 1/120 1645\n' 2019-09-16 17:45:46,690 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:46,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:46,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19974696 , "packets_per_second":999963, "flows":110, "errors":0 }\n' 2019-09-16 17:45:46,815 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 17:45:46,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19614134' 2019-09-16 17:45:46,826 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 360562 - Lost ppm 18051 2019-09-16 17:45:46,827 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18051 > sla_max_ppm 1000; ',) 2019-09-16 17:45:47,327 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=42 END 2019-09-16 17:45:47,328 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=43 START 2019-09-16 17:45:47,328 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:47,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.39 0.15 1/123 2001\n' 2019-09-16 17:45:47,333 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:47,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:47,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:47 all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:45:47 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:45:47,831 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15005 seq=1 END 2019-09-16 17:45:47,832 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15005 seq=2 START 2019-09-16 17:45:47,832 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 17:45:47,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=29 END 2019-09-16 17:45:47,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=30 START 2019-09-16 17:45:47,833 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:47,845 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 10 64 20 1 1000000 2019-09-16 17:45:48,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:47 all 0.00 0.00 0.00 14.14 0.00 0.00 0.00 0.00 0.00 85.86\n17:45:47 0 0.00 0.00 0.00 14.14 0.00 0.00 0.00 0.00 0.00 85.86\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 14.14 0.00 0.00 0.00 0.00 0.00 85.86\nAverage: 0 0.00 0.00 0.00 14.14 0.00 0.00 0.00 0.00 0.00 85.86\n' 2019-09-16 17:45:48,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=38 END 2019-09-16 17:45:48,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=39 START 2019-09-16 17:45:48,761 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:48,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.22 0.09 1/120 1656\n' 2019-09-16 17:45:48,766 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:48,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:48,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 17:45:48,924 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:48,925 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999963i,packets_received=19614134i,packets_sent=19974696i,packetsize=64i,ppm=18051.0 1568655947830984192 2019-09-16 17:45:49,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:49,040 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.40",loadavg2="0.15",loadavg3="2/128",loadavg4="1983",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655945276779776 2019-09-16 17:45:49,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:49,143 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.98",loadavg1="0.40",loadavg2="0.15",loadavg3="2/128",loadavg4="1986",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="51.52",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="48.48",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="51.52",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="48.48",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="51.52",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="48.48",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="51.52",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="48.48",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="51.52",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="48.48",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="51.52",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="48.48",mpstat_minimum.cpu0.%usr="0.00" 1568655947327419136 2019-09-16 17:45:49,249 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:49,251 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.40",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1641",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.89",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.41",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.41",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.41",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.41",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.41",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.41",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655944588587008 2019-09-16 17:45:49,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:49,357 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.40",loadavg1="0.23",loadavg2="0.09",loadavg3="2/120",loadavg4="1643",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.19",mpstat_average.cpu.%iowait="3.70",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.41",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.19",mpstat_average.cpu0.%iowait="3.70",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.41",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.19",mpstat_maximun.cpu.%iowait="3.70",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.41",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.19",mpstat_maximun.cpu0.%iowait="3.70",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.41",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.19",mpstat_minimum.cpu.%iowait="3.70",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.41",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.19",mpstat_minimum.cpu0.%iowait="3.70",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.41",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655946684259840 2019-09-16 17:45:49,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=43 END 2019-09-16 17:45:49,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=44 START 2019-09-16 17:45:49,380 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:49,384 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.39 0.15 1/127 2014\n' 2019-09-16 17:45:49,385 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:49,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:49,469 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:49,470 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.37",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1645",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="1.00" 1568655948760457984 2019-09-16 17:45:49,575 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:49,576 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568655944819134976 2019-09-16 17:45:49,682 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:49,683 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.108 1568655947832271104 2019-09-16 17:45:49,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:49,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:49 ' 2019-09-16 17:45:49,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:49,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.78 0.00 0.00' 2019-09-16 17:45:49,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:49,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:49,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.22\n' 2019-09-16 17:45:49,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:49 0 0.00' 2019-09-16 17:45:49,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.78' 2019-09-16 17:45:49,821 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.22' 2019-09-16 17:45:49,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:49,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:45:49,826 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.78 0.00' 2019-09-16 17:45:49,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:49,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.22' 2019-09-16 17:45:49,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:45:49,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:49,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.78' 2019-09-16 17:45:49,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:49,837 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.22\n' 2019-09-16 17:45:50,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:49 all 1.00 0.00 46.00 0.00 0.00 0.00 0.00 0.00 0.00 53.00\n17:45:49 0 1.00 0.00 46.00 0.00 0.00 0.00 0.00 0.00 0.00 53.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 46.00 0.00 0.00 0.00 0.00 0.00 0.00 53.00\nAverage: 0 1.00 0.00 46.00 0.00 0.00 0.00 0.00 0.00 0.00 53.00\n' 2019-09-16 17:45:50,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=39 END 2019-09-16 17:45:50,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=40 START 2019-09-16 17:45:50,841 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:50,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=30 END 2019-09-16 17:45:50,846 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=31 START 2019-09-16 17:45:50,846 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:50,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.22 0.09 2/120 1658\n' 2019-09-16 17:45:50,851 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:50,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:51,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=44 END 2019-09-16 17:45:51,457 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=45 START 2019-09-16 17:45:51,457 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:51,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.39 0.15 2/128 2078\n' 2019-09-16 17:45:51,463 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:51,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:51,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:51,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:51 ' 2019-09-16 17:45:51,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:51,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.51' 2019-09-16 17:45:51,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-16 17:45:51,925 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.78\n' 2019-09-16 17:45:51,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:51 ' 2019-09-16 17:45:51,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:45:51,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:51,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.11' 2019-09-16 17:45:51,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.78' 2019-09-16 17:45:51,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.11' 2019-09-16 17:45:51,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:51,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:51,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:45:51,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:51,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:51,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.51' 2019-09-16 17:45:51,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-16 17:45:51,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:51,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.78\n' 2019-09-16 17:45:51,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:51,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:51,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.11 2.78' 2019-09-16 17:45:51,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:51,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.11' 2019-09-16 17:45:51,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:45:52,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 17:45:52,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:51 all 0.00 0.00 98.63 0.00 0.00 1.37 0.00 0.00 0.00 0.00\n17:45:51 0 0.00 0.00 98.63 0.00 0.00 1.37 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 98.63 0.00 0.00 1.37 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.63 0.00 0.00 1.37 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:52,949 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=40 END 2019-09-16 17:45:52,950 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=41 START 2019-09-16 17:45:52,950 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:52,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.22 0.09 1/120 1660\n' 2019-09-16 17:45:52,989 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:53,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:53,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=45 END 2019-09-16 17:45:53,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=46 START 2019-09-16 17:45:53,534 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:53,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.91 0.40 0.15 2/127 2083\n' 2019-09-16 17:45:53,540 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:53,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:54,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:54,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:53 ' 2019-09-16 17:45:54,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:54,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:54,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.69' 2019-09-16 17:45:54,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:54,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.24 3.45 0.00 0.00 58.62\n17:45:53 0 0.00 0.00 0.00 20.69 0.00 17.24 3.45 0.00 0.00 58.62\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 20.69 0.00 17.24 3.45 0.00 0.00 58.62\nAverage: 0 0.00 0.00 0.00 20.69 0.00 17.24 3.45 0.00 0.00 58.62\n' 2019-09-16 17:45:54,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=31 END 2019-09-16 17:45:54,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=32 START 2019-09-16 17:45:54,095 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:54,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:45:53 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:45:53 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:54,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:54,789 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.39",loadavg2="0.15",loadavg3="1/123",loadavg4="2001",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.86",mpstat_average.cpu.%iowait="14.14",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.86",mpstat_average.cpu0.%iowait="14.14",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.86",mpstat_maximun.cpu.%iowait="14.14",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.86",mpstat_maximun.cpu0.%iowait="14.14",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.86",mpstat_minimum.cpu.%iowait="14.14",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.86",mpstat_minimum.cpu0.%iowait="14.14",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655949379249152 2019-09-16 17:45:54,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:54,897 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.39",loadavg2="0.15",loadavg3="1/127",loadavg4="2014",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="53.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="46.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="53.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="46.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="53.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="46.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="53.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="46.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="53.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="46.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="53.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="46.00",mpstat_minimum.cpu0.%usr="1.00" 1568655951456443136 2019-09-16 17:45:55,008 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:55,010 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.39",loadavg2="0.15",loadavg3="2/128",loadavg4="2078",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.37",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.63",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.37",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.63",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.37",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.63",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.37",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.63",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.37",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.63",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.37",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.63",mpstat_minimum.cpu0.%usr="0.00" 1568655953533574144 2019-09-16 17:45:55,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=41 END 2019-09-16 17:45:55,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=42 START 2019-09-16 17:45:55,061 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:55,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.22 0.09 1/120 1662\n' 2019-09-16 17:45:55,067 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:55,114 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:45:55,115 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.37",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1656",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.22",mpstat_average.cpu.%iowait="9.78",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.22",mpstat_average.cpu0.%iowait="9.78",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.22",mpstat_maximun.cpu.%iowait="9.78",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.22",mpstat_maximun.cpu0.%iowait="9.78",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.22",mpstat_minimum.cpu.%iowait="9.78",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.22",mpstat_minimum.cpu0.%iowait="9.78",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655950840186112 2019-09-16 17:45:55,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:55,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 17:45:55,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:55,235 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.37",loadavg1="0.22",loadavg2="0.09",loadavg3="2/120",loadavg4="1658",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.78",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.51",mpstat_average.cpu.%steal="2.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="86.11",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.11",mpstat_average.cpu0.%steal="2.78",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.78",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.51",mpstat_maximun.cpu.%steal="2.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="86.11",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.11",mpstat_maximun.cpu0.%steal="2.78",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.78",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.51",mpstat_minimum.cpu.%steal="2.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="86.11",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.11",mpstat_minimum.cpu0.%steal="2.78",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655952949722880 2019-09-16 17:45:55,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:55,335 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.34",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1660",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="58.62",mpstat_average.cpu.%iowait="20.69",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.24",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="58.62",mpstat_average.cpu0.%iowait="20.69",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.24",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="58.62",mpstat_maximun.cpu.%iowait="20.69",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.24",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="58.62",mpstat_maximun.cpu0.%iowait="20.69",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.24",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="58.62",mpstat_minimum.cpu.%iowait="20.69",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.24",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="58.62",mpstat_minimum.cpu0.%iowait="20.69",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.24",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655955060733184 2019-09-16 17:45:55,444 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:45:55,444 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568655950845468160 2019-09-16 17:45:55,552 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:45:55,553 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568655954094734080 2019-09-16 17:45:55,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=46 END 2019-09-16 17:45:55,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=47 START 2019-09-16 17:45:55,585 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:55,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.91 0.40 0.15 2/128 2089\n' 2019-09-16 17:45:55,590 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:55,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:56,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:56,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:55 ' 2019-09-16 17:45:56,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:45:56,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27.27 3.03' 2019-09-16 17:45:56,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 69.70\n17:45:55 0 0.00 0.00 0.00 0.00 0.00 27.27 3.03 0.00' 2019-09-16 17:45:56,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 69.70\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 27.27 3.03 0.00 0.00 69.70\nAverage: 0 0.00 0.00 0.00 0.00 0.00 27.27 3.03 0.00 0.00 69.70\n' 2019-09-16 17:45:56,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:56,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:55 ' 2019-09-16 17:45:56,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:56,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:56,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:55 ' 2019-09-16 17:45:56,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:45:56,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:45:56,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,671 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:45:56,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:56,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:45:56,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:45:56,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:56,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:56,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:45:56,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:45:56,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:45:56,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:56,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:45:57,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=42 END 2019-09-16 17:45:57,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=43 START 2019-09-16 17:45:57,146 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:57,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 2/120 1664\n' 2019-09-16 17:45:57,159 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:57,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=32 END 2019-09-16 17:45:57,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=33 START 2019-09-16 17:45:57,160 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:45:57,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:57,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=47 END 2019-09-16 17:45:57,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=48 START 2019-09-16 17:45:57,689 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:57,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.41 0.16 2/128 2092\n' 2019-09-16 17:45:57,694 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:57,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:58,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:58,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:57 ' 2019-09-16 17:45:58,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:45:58,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:58,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:58,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:58,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:45:58,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.33 4.17 0.00 0.00 87.50\n17:45:57 0 0.00 0.00 0.00 0.00 0.00 8.33 4.17 0.00 0.00 87.50\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 8.33 4.17 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 8.33 4.17 0.00 0.00 87.50\n' 2019-09-16 17:45:58,763 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:45:58,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:57 all 0.00 0.00 98.70 0.00 0.00 1.30 0.00 0.00 0.00 0.00\n17:45:57 0 0.00 0.00 98.70 0.00 0.00 1.30 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 98.70 0.00 0.00 1.30 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.70 0.00 0.00 1.30 0.00 0.00 0.00 0.00\n' 2019-09-16 17:45:59,267 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=43 END 2019-09-16 17:45:59,268 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=44 START 2019-09-16 17:45:59,268 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:59,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 2/120 1666\n' 2019-09-16 17:45:59,278 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:59,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:45:59,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=48 END 2019-09-16 17:45:59,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=49 START 2019-09-16 17:45:59,767 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:45:59,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.41 0.16 2/131 2097\n' 2019-09-16 17:45:59,773 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:45:59,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:00,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:45:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:00,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:45:59 ' 2019-09-16 17:46:00,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:00,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.34 6.90 0.00 0.00 82.76\n17:45:59 0 0.00 0.00 0.00 0.00 0.00 10.34 6.90 0.00 0.00' 2019-09-16 17:46:00,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.76' 2019-09-16 17:46:00,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.34 6.90 0.00 0.00 82.76\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.34 6.90 0.00 0.00 82.76\n' 2019-09-16 17:46:00,662 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:00,664 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.91",loadavg1="0.40",loadavg2="0.15",loadavg3="2/127",loadavg4="2083",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655955583872000 2019-09-16 17:46:00,782 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:00,784 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.91",loadavg1="0.40",loadavg2="0.15",loadavg3="2/128",loadavg4="2089",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655957688155904 2019-09-16 17:46:00,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:00,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:45:59 ' 2019-09-16 17:46:00,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:00,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:00,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:45:59 0' 2019-09-16 17:46:00,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:00,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:00,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,857 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:00,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:46:00,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:00,861 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:46:00,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:00,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:00,868 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:00,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:00,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:00,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:00,897 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.41",loadavg2="0.16",loadavg3="2/128",loadavg4="2092",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.30",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.70",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.30",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.70",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.30",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.70",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.30",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.70",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.30",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.70",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.30",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.70",mpstat_minimum.cpu0.%usr="0.00" 1568655959766618880 2019-09-16 17:46:01,011 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:01,013 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.34",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1662",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.70",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="27.27",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="69.70",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="27.27",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="69.70",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="27.27",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="69.70",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="27.27",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="69.70",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="27.27",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="69.70",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="27.27",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655957145203968 2019-09-16 17:46:01,111 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:01,113 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="2/120",loadavg4="1664",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.33",mpstat_average.cpu.%steal="4.17",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.33",mpstat_average.cpu0.%steal="4.17",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.33",mpstat_maximun.cpu.%steal="4.17",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.33",mpstat_maximun.cpu0.%steal="4.17",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.33",mpstat_minimum.cpu.%steal="4.17",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.33",mpstat_minimum.cpu0.%steal="4.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655959267554048 2019-09-16 17:46:01,285 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:01,286 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568655957158894080 2019-09-16 17:46:01,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=44 END 2019-09-16 17:46:01,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=45 START 2019-09-16 17:46:01,361 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:01,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 1/120 1668\n' 2019-09-16 17:46:01,392 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:01,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:01,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=49 END 2019-09-16 17:46:01,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=50 START 2019-09-16 17:46:01,875 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:01,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.42 0.16 2/131 2099\n' 2019-09-16 17:46:01,881 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:01,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:02,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:02,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:01 ' 2019-09-16 17:46:02,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:02,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.11 3.70 0.00 0.00 85.19\n17:46:01 0 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\n' 2019-09-16 17:46:02,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:02,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:01 all' 2019-09-16 17:46:02,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:02,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:02,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:01 ' 2019-09-16 17:46:02,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:02,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:02,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:02,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:02,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:02,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:46:02,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:02,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:02,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:02,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:02,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:03,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=45 END 2019-09-16 17:46:03,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=46 START 2019-09-16 17:46:03,475 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:03,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.23 0.09 1/120 1670\n' 2019-09-16 17:46:03,511 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:03,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:03,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=50 END 2019-09-16 17:46:03,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=51 START 2019-09-16 17:46:03,980 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:03,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.42 0.16 2/131 2101\n' 2019-09-16 17:46:03,985 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:04,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:04,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:04,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:03 all' 2019-09-16 17:46:04,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:04,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:04,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:04,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 23.81' 2019-09-16 17:46:04,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.38 0.00 0.00 73.81\n' 2019-09-16 17:46:04,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:03 0 0.00 0.00 0.00 0.00 0.00 23.81 2.38 0.00 0.00 73.81\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 23.81 2.38 0.00 0.00 73.81\nAverage: 0 0.00 0.00 0.00 0.00 0.00 23.81 2.38 0.00 0.00 73.81\n' 2019-09-16 17:46:05,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:05,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:04 ' 2019-09-16 17:46:05,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:05,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:05,033 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 98.88 0.00' 2019-09-16 17:46:05,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.12' 2019-09-16 17:46:05,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:05,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,037 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:05,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:05,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:04 0 0.00' 2019-09-16 17:46:05,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.88' 2019-09-16 17:46:05,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.12 0.00' 2019-09-16 17:46:05,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:05,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:05,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:05,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 98.88' 2019-09-16 17:46:05,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.12' 2019-09-16 17:46:05,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:05,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:05,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-16 17:46:05,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.88' 2019-09-16 17:46:05,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.12' 2019-09-16 17:46:05,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:05,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:05,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=46 END 2019-09-16 17:46:05,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=47 START 2019-09-16 17:46:05,591 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:05,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.37 0.23 0.09 1/120 1672\n' 2019-09-16 17:46:05,627 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:05,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:06,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=51 END 2019-09-16 17:46:06,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=52 START 2019-09-16 17:46:06,061 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:06,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.42 0.16 2/131 2103\n' 2019-09-16 17:46:06,067 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:06,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:06,391 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:06,393 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.41",loadavg2="0.16",loadavg3="2/131",loadavg4="2097",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655961874731008 2019-09-16 17:46:06,499 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:06,500 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.42",loadavg2="0.16",loadavg3="2/131",loadavg4="2099",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655963979120896 2019-09-16 17:46:06,597 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:06,599 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.42",loadavg2="0.16",loadavg3="2/131",loadavg4="2101",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.12",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.88",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.12",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.88",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.12",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.88",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.12",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.88",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.12",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.88",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.12",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.88",mpstat_minimum.cpu0.%usr="0.00" 1568655966060110080 2019-09-16 17:46:06,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:06,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:06 ' 2019-09-16 17:46:06,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:06,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:06,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:06,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 14.29 3.57 0.00 0.00 82.14\n17:46:06 0 0.00 0.00 0.00 0.00 0.00 14.29 3.57 0.00 0.00 82.14\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 14.29 3.57 0.00 0.00 82.14\nAverage: 0 0.00 0.00 0.00 0.00 0.00 14.29 3.57 0.00 0.00 82.14\n' 2019-09-16 17:46:06,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:06,729 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="2/120",loadavg4="1666",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.34",mpstat_average.cpu.%steal="6.90",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.34",mpstat_average.cpu0.%steal="6.90",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.34",mpstat_maximun.cpu.%steal="6.90",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.34",mpstat_maximun.cpu0.%steal="6.90",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.34",mpstat_minimum.cpu.%steal="6.90",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.34",mpstat_minimum.cpu0.%steal="6.90",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655961360544000 2019-09-16 17:46:06,825 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:06,827 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1668",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.19",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.11",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.19",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.11",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.19",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.11",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.19",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.11",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.19",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.11",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.19",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.11",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655963474108928 2019-09-16 17:46:06,933 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:06,935 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.37",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1670",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="73.81",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="23.81",mpstat_average.cpu.%steal="2.38",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="73.81",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="23.81",mpstat_average.cpu0.%steal="2.38",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="73.81",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="23.81",mpstat_maximun.cpu.%steal="2.38",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="73.81",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="23.81",mpstat_maximun.cpu0.%steal="2.38",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="73.81",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="23.81",mpstat_minimum.cpu.%steal="2.38",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="73.81",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="23.81",mpstat_minimum.cpu0.%steal="2.38",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655965589950208 2019-09-16 17:46:07,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:07,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:06 ' 2019-09-16 17:46:07,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:07,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:46:07,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:07,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:07,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:06 ' 2019-09-16 17:46:07,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:07,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:46:07,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:07,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:07,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:07,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:07,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:07,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:07,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:46:07,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:07,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:07,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:07,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:07,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=47 END 2019-09-16 17:46:07,723 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=48 START 2019-09-16 17:46:07,723 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:07,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.23 0.09 2/120 1674\n' 2019-09-16 17:46:07,734 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:07,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:08,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=52 END 2019-09-16 17:46:08,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=53 START 2019-09-16 17:46:08,167 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:08,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.43 0.17 3/131 2105\n' 2019-09-16 17:46:08,172 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:08,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:08,255 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC037-abbc28e6' timeout 2019-09-16 17:46:08,256 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 17:46:08,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:08,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:08 ' 2019-09-16 17:46:08,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:08,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:08,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 42.86' 2019-09-16 17:46:08,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.29' 2019-09-16 17:46:08,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-16 17:46:08,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 39.29\n17:46:08 0 0.00 0.00 0.00 42.86 0.00 14.29 3.57 0.00 0.00 39.29\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 42.86 0.00 14.29 3.57 0.00 0.00 39.29\nAverage: 0 0.00 0.00 0.00 42.86 0.00 14.29 3.57 0.00 0.00 39.29\n' 2019-09-16 17:46:09,240 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:09,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:08 ' 2019-09-16 17:46:09,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:09,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:09,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,244 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,246 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:09,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:08 ' 2019-09-16 17:46:09,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:09,249 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:09,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:09,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,252 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:09,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:09,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:09,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:09,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=33 END 2019-09-16 17:46:09,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=34 START 2019-09-16 17:46:09,259 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:09,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:09,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:09,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:09,262 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:09,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,264 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:09,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:09,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:09,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=48 END 2019-09-16 17:46:09,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=49 START 2019-09-16 17:46:09,839 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:09,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.34 0.23 0.09 1/120 1676\n' 2019-09-16 17:46:09,874 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:09,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:10,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.294' 2019-09-16 17:46:10,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=53 END 2019-09-16 17:46:10,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=54 START 2019-09-16 17:46:10,270 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:10,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.43 0.17 1/127 2112\n' 2019-09-16 17:46:10,275 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:10,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:10,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:10,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:10 ' 2019-09-16 17:46:10,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:10,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.06' 2019-09-16 17:46:10,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.94' 2019-09-16 17:46:10,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:10,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:10 0' 2019-09-16 17:46:10,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.06 0.00' 2019-09-16 17:46:10,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.94' 2019-09-16 17:46:10,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:10,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:10,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.06' 2019-09-16 17:46:10,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.94' 2019-09-16 17:46:10,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:10,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:10,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:10,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:10,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.06 0.00' 2019-09-16 17:46:10,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:10,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.94' 2019-09-16 17:46:10,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:11,038 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19998157 , "packets_per_second":999961, "flows":110, "errors":0 }\n' 2019-09-16 17:46:11,039 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 17:46:11,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19185561' 2019-09-16 17:46:11,050 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 812596 - Lost ppm 40634 2019-09-16 17:46:11,051 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 40634 > sla_max_ppm 1000; ',) 2019-09-16 17:46:11,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:10 all 0.00 0.00 1.00 7.00 0.00 0.00 0.00 0.00 0.00 92.00\n17:46:10 0 0.00 0.00 1.00 7.00 0.00 0.00 0.00 0.00 0.00 92.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 7.00 0.00 0.00 0.00 0.00 0.00 92.00\nAverage: 0 0.00 0.00 1.00 7.00 0.00 0.00 0.00 0.00 0.00 92.00\n' 2019-09-16 17:46:11,974 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=49 END 2019-09-16 17:46:11,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=50 START 2019-09-16 17:46:11,975 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:11,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 1/120 1682\n' 2019-09-16 17:46:11,980 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:12,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:12,041 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.42",loadavg2="0.16",loadavg3="2/131",loadavg4="2103",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655968166105088 2019-09-16 17:46:12,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:12,053 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15005 seq=2 END 2019-09-16 17:46:12,054 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:46:12,054 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:46:12,054 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:46:12,182 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:12,184 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.43",loadavg2="0.17",loadavg3="3/131",loadavg4="2105",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655970269197056 2019-09-16 17:46:12,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=34 END 2019-09-16 17:46:12,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=35 START 2019-09-16 17:46:12,273 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:12,300 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:12,302 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.37",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1672",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.14",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.29",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.14",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.29",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.14",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.29",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.14",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.29",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.14",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.29",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.14",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.29",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655967722372096 2019-09-16 17:46:12,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=54 END 2019-09-16 17:46:12,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=55 START 2019-09-16 17:46:12,347 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:12,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.42 0.17 1/122 2125\n' 2019-09-16 17:46:12,352 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:12,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:12,468 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:12,470 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.34",loadavg1="0.23",loadavg2="0.09",loadavg3="2/120",loadavg4="1674",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="39.29",mpstat_average.cpu.%iowait="42.86",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.29",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="39.29",mpstat_average.cpu0.%iowait="42.86",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.29",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="39.29",mpstat_maximun.cpu.%iowait="42.86",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.29",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="39.29",mpstat_maximun.cpu0.%iowait="42.86",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.29",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="39.29",mpstat_minimum.cpu.%iowait="42.86",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.29",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="39.29",mpstat_minimum.cpu0.%iowait="42.86",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.29",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655969838597888 2019-09-16 17:46:12,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:12,609 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.34",loadavg1="0.23",loadavg2="0.09",loadavg3="1/120",loadavg4="1676",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.94",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.06",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.94",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.06",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.94",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.06",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.94",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.06",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.94",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.06",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.94",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.06",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655971974800128 2019-09-16 17:46:12,724 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:12,724 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568655969258775040 2019-09-16 17:46:12,828 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:12,829 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.294 1568655972272152064 2019-09-16 17:46:12,965 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:12,965 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999961i,packets_received=19185561i,packets_sent=19998157i,packetsize=64i,ppm=40634.0 1568655972053273088 2019-09-16 17:46:13,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:13,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:12 ' 2019-09-16 17:46:13,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:13,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09 0.00' 2019-09-16 17:46:13,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.09' 2019-09-16 17:46:13,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.83' 2019-09-16 17:46:13,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:13,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:12 ' 2019-09-16 17:46:13,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 1.09' 2019-09-16 17:46:13,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.09 0.00' 2019-09-16 17:46:13,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 72.83' 2019-09-16 17:46:13,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:13,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:13,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:13,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:13,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09' 2019-09-16 17:46:13,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,064 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:46:13,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,065 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:46:13,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.09 0.00' 2019-09-16 17:46:13,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.83' 2019-09-16 17:46:13,068 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:46:13,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:13,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:13,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:46:13,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09 0.00' 2019-09-16 17:46:13,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 26.09' 2019-09-16 17:46:13,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 72.83' 2019-09-16 17:46:13,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:13,079 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:46:13,080 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:46:13,081 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:46:13,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:46:13,352 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:46:13,352 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:46:13,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:13,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:12 all' 2019-09-16 17:46:13,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.30 9.09' 2019-09-16 17:46:13,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-16 17:46:13,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.30' 2019-09-16 17:46:13,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 88.31\n' 2019-09-16 17:46:13,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:12 0' 2019-09-16 17:46:13,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.30' 2019-09-16 17:46:13,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9.09 0.00 1.30' 2019-09-16 17:46:13,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 88.31' 2019-09-16 17:46:13,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:13,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:13,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:13,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.30' 2019-09-16 17:46:13,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9.09' 2019-09-16 17:46:13,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.30' 2019-09-16 17:46:13,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:13,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 88.31\n' 2019-09-16 17:46:13,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:46:13,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.30 9.09' 2019-09-16 17:46:13,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 1.30' 2019-09-16 17:46:13,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:13,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 88.31' 2019-09-16 17:46:13,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:13,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:46:14,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=50 END 2019-09-16 17:46:14,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=51 START 2019-09-16 17:46:14,077 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:14,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 1/120 1720\n' 2019-09-16 17:46:14,082 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:14,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:14,504 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=55 END 2019-09-16 17:46:14,505 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=56 START 2019-09-16 17:46:14,505 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:14,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.42 0.17 1/125 2167\n' 2019-09-16 17:46:14,511 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:14,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:15,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:15,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:14 ' 2019-09-16 17:46:15,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:15,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:46:15,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:14 0' 2019-09-16 17:46:15,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:46:15,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:46:15,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:15,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:15,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:15,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:46:15,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:15,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:15,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:15,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:15,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=35 END 2019-09-16 17:46:15,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=36 START 2019-09-16 17:46:15,488 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:15,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:14 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:46:14 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:46:16,176 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=51 END 2019-09-16 17:46:16,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=52 START 2019-09-16 17:46:16,177 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:16,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.22 0.09 1/120 1722\n' 2019-09-16 17:46:16,182 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:16,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:16,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-16 17:46:16,555 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=56 END 2019-09-16 17:46:16,556 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=57 START 2019-09-16 17:46:16,556 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:16,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.42 0.17 1/126 2173\n' 2019-09-16 17:46:16,561 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:16,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:16,805 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15011 seq=1 START 2019-09-16 17:46:16,806 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 17:46:16,818 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 50 64 20 1 1000000 2019-09-16 17:46:17,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:16 all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:46:16 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:46:17,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:16 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:46:16 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:46:18,075 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:18,078 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.43",loadavg2="0.17",loadavg3="1/127",loadavg4="2112",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.00",mpstat_average.cpu.%iowait="7.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="92.00",mpstat_average.cpu0.%iowait="7.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="92.00",mpstat_maximun.cpu.%iowait="7.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="92.00",mpstat_maximun.cpu0.%iowait="7.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="92.00",mpstat_minimum.cpu.%iowait="7.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="92.00",mpstat_minimum.cpu0.%iowait="7.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568655972346187008 2019-09-16 17:46:18,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:18,235 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.42",loadavg2="0.17",loadavg3="1/122",loadavg4="2125",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.31",mpstat_average.cpu.%iowait="9.09",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.30",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.30",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.31",mpstat_average.cpu0.%iowait="9.09",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.30",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.30",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.31",mpstat_maximun.cpu.%iowait="9.09",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.30",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.30",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.31",mpstat_maximun.cpu0.%iowait="9.09",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.30",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.30",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.31",mpstat_minimum.cpu.%iowait="9.09",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.30",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.30",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.31",mpstat_minimum.cpu0.%iowait="9.09",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.30",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.30",mpstat_minimum.cpu0.%usr="0.00" 1568655974504750848 2019-09-16 17:46:18,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=52 END 2019-09-16 17:46:18,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=53 START 2019-09-16 17:46:18,253 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:18,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.29 0.22 0.09 1/120 1729\n' 2019-09-16 17:46:18,259 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:18,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:18,338 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:18,339 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.42",loadavg2="0.17",loadavg3="1/125",loadavg4="2167",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655976555417088 2019-09-16 17:46:18,446 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:18,448 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1682",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="72.83",mpstat_average.cpu.%iowait="26.09",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="1.09",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="72.83",mpstat_average.cpu0.%iowait="26.09",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="1.09",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="72.83",mpstat_maximun.cpu.%iowait="26.09",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="1.09",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="72.83",mpstat_maximun.cpu0.%iowait="26.09",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="1.09",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="72.83",mpstat_minimum.cpu.%iowait="26.09",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="1.09",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="72.83",mpstat_minimum.cpu0.%iowait="26.09",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="1.09" 1568655974076548096 2019-09-16 17:46:18,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=36 END 2019-09-16 17:46:18,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=37 START 2019-09-16 17:46:18,501 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:18,545 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:18,547 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1720",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655976176824064 2019-09-16 17:46:18,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=57 END 2019-09-16 17:46:18,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=58 START 2019-09-16 17:46:18,609 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:18,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.41 0.17 1/127 2183\n' 2019-09-16 17:46:18,614 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:18,644 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:18,646 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1722",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.00" 1568655978252748032 2019-09-16 17:46:18,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:18,749 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:18,749 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.117 1568655975487289856 2019-09-16 17:46:18,854 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:18,855 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.1 1568655978500852992 2019-09-16 17:46:19,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:19,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:18 ' 2019-09-16 17:46:19,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:19,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:19,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:18 ' 2019-09-16 17:46:19,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:46:19,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:46:19,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:19,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:19,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:19,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:19,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:19,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:46:19,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:19,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:19,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:19,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:19,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:46:19,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:18 all 1.23 0.00 55.56 0.00 0.00 0.00 0.00 0.00 0.00 43.21\n17:46:18 0 1.23 0.00 55.56 0.00 0.00 0.00 0.00 0.00 0.00 43.21\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.23 0.00 55.56 0.00 0.00 0.00 0.00 0.00 0.00 43.21\nAverage: 0 1.23 0.00 55.56 0.00 0.00 0.00 0.00 0.00 0.00 43.21\n' 2019-09-16 17:46:20,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=53 END 2019-09-16 17:46:20,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=54 START 2019-09-16 17:46:20,355 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:20,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.29 0.22 0.09 1/120 1731\n' 2019-09-16 17:46:20,382 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:20,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:20,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=58 END 2019-09-16 17:46:20,685 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=59 START 2019-09-16 17:46:20,685 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:20,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.41 0.17 2/127 2249\n' 2019-09-16 17:46:20,691 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:20,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:21,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:21,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:20 ' 2019-09-16 17:46:21,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:21,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:21,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:21,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:21,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:21,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71' 2019-09-16 17:46:21,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-16 17:46:21,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:21,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71\n17:46:20 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:46:21,547 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=37 END 2019-09-16 17:46:21,547 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=38 START 2019-09-16 17:46:21,547 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:21,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:20 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:20 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:22,455 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=54 END 2019-09-16 17:46:22,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=55 START 2019-09-16 17:46:22,456 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:22,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.21 0.09 2/120 1733\n' 2019-09-16 17:46:22,465 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:22,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:22,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 17:46:22,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=59 END 2019-09-16 17:46:22,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=60 START 2019-09-16 17:46:22,762 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:22,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.42 0.17 2/128 2255\n' 2019-09-16 17:46:22,767 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:22,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:23,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:23,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:22 ' 2019-09-16 17:46:23,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:23,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 16.22' 2019-09-16 17:46:23,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-16 17:46:23,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 81.08' 2019-09-16 17:46:23,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:23,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:22 0 0.00' 2019-09-16 17:46:23,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 16.22 2.70 0.00 0.00 81.08\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 16.22 2.70 0.00 0.00 81.08\nAverage: 0 0.00 0.00 0.00 0.00 0.00 16.22 2.70 0.00 0.00 81.08\n' 2019-09-16 17:46:23,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:23,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:22 ' 2019-09-16 17:46:23,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:23,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:23,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:23,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:22 ' 2019-09-16 17:46:23,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:23,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:23,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:23,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:46:23,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:23,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:23,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:23,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:23,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:23,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:46:23,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:23,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:23,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:23,952 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:23,954 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.42",loadavg2="0.17",loadavg3="1/126",loadavg4="2173",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568655978608143104 2019-09-16 17:46:24,057 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:24,059 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.41",loadavg2="0.17",loadavg3="1/127",loadavg4="2183",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="43.21",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="55.56",mpstat_average.cpu.%usr="1.23",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="43.21",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="55.56",mpstat_average.cpu0.%usr="1.23",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="43.21",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="55.56",mpstat_maximun.cpu.%usr="1.23",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="43.21",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="55.56",mpstat_maximun.cpu0.%usr="1.23",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="43.21",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="55.56",mpstat_minimum.cpu.%usr="1.23",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="43.21",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="55.56",mpstat_minimum.cpu0.%usr="1.23" 1568655980684721920 2019-09-16 17:46:24,161 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:24,163 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.41",loadavg2="0.17",loadavg3="2/127",loadavg4="2249",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655982761213184 2019-09-16 17:46:24,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:24,274 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.29",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1729",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655980354228992 2019-09-16 17:46:24,381 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:24,383 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.29",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1731",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655982455881216 2019-09-16 17:46:24,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:24,483 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568655981547033088 2019-09-16 17:46:24,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=55 END 2019-09-16 17:46:24,539 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=56 START 2019-09-16 17:46:24,540 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:24,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=38 END 2019-09-16 17:46:24,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=39 START 2019-09-16 17:46:24,563 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:24,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.21 0.09 1/120 1735\n' 2019-09-16 17:46:24,565 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:24,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:24,581 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568655984563030016 2019-09-16 17:46:24,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:24,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=60 END 2019-09-16 17:46:24,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=61 START 2019-09-16 17:46:24,839 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:24,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.42 0.17 3/128 2258\n' 2019-09-16 17:46:24,844 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:24,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:25,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:46:25,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:25,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:24 ' 2019-09-16 17:46:25,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 18.92 2.70 0.00 0.00 78.38\n17:46:24 0 0.00 0.00 0.00 0.00 0.00 18.92 2.70 0.00 0.00 78.38\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 18.92 2.70 0.00 0.00 78.38\nAverage: 0 0.00 0.00 0.00 0.00 0.00 18.92 2.70 0.00 0.00 78.38\n' 2019-09-16 17:46:25,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:25,913 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:24 ' 2019-09-16 17:46:25,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:25,915 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 98.94' 2019-09-16 17:46:25,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:25,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:25,917 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1.06 0.00 0.00 0.00 0.00\n17:46:24 0 0.00 0.00 98.94 0.00 0.00 1.06 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 98.94 0.00 0.00 1.06 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 98.94 0.00 0.00 1.06 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:26,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=56 END 2019-09-16 17:46:26,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=57 START 2019-09-16 17:46:26,654 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:26,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.21 0.09 1/120 1737\n' 2019-09-16 17:46:26,676 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:26,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:26,919 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=61 END 2019-09-16 17:46:26,920 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=62 START 2019-09-16 17:46:26,920 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:26,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.43 0.18 2/127 2263\n' 2019-09-16 17:46:26,926 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:26,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:27,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=39 END 2019-09-16 17:46:27,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=40 START 2019-09-16 17:46:27,624 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:27,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:27,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:27 all' 2019-09-16 17:46:27,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:27,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:27,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 24.00' 2019-09-16 17:46:27,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.00' 2019-09-16 17:46:27,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.00 0.00' 2019-09-16 17:46:27,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 60.00' 2019-09-16 17:46:27,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:27 0 0.00 0.00 0.00 24.00 0.00 12.00 4.00 0.00 0.00 60.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 24.00 0.00 12.00 4.00 0.00 0.00 60.00\nAverage: 0 0.00 0.00 0.00 24.00 0.00 12.00 4.00 0.00 0.00 60.00\n' 2019-09-16 17:46:27,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:26 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:26 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:28,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 17:46:28,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=57 END 2019-09-16 17:46:28,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=58 START 2019-09-16 17:46:28,753 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:28,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.21 0.09 2/120 1739\n' 2019-09-16 17:46:28,768 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:28,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:28,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=62 END 2019-09-16 17:46:28,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=63 START 2019-09-16 17:46:28,973 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:28,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.43 0.18 2/128 2269\n' 2019-09-16 17:46:28,979 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:29,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:29,698 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:29,700 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.42",loadavg2="0.17",loadavg3="2/128",loadavg4="2255",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655984838507776 2019-09-16 17:46:29,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:29,808 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.42",loadavg2="0.17",loadavg3="3/128",loadavg4="2258",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.06",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.94",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.06",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.94",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.06",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.94",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.06",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.94",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.06",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.94",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.06",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.94",mpstat_minimum.cpu0.%usr="0.00" 1568655986919600128 2019-09-16 17:46:29,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:29 all 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\n17:46:29 0 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\nAverage: 0 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\n' 2019-09-16 17:46:29,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:29,916 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.43",loadavg2="0.18",loadavg3="2/127",loadavg4="2263",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655988972254976 2019-09-16 17:46:30,020 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:30,022 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.26",loadavg1="0.21",loadavg2="0.09",loadavg3="2/120",loadavg4="1733",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.08",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="16.22",mpstat_average.cpu.%steal="2.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="81.08",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="16.22",mpstat_average.cpu0.%steal="2.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="81.08",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="16.22",mpstat_maximun.cpu.%steal="2.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="81.08",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="16.22",mpstat_maximun.cpu0.%steal="2.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="81.08",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="16.22",mpstat_minimum.cpu.%steal="2.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="81.08",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="16.22",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655984539213824 2019-09-16 17:46:30,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:30,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:29 all' 2019-09-16 17:46:30,049 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:30,051 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,052 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:29 ' 2019-09-16 17:46:30,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:30,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:30,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:30,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:30,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:30,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:30,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:30,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:46:30,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:30,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:30,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:30,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:30,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:30,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:30,143 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.26",loadavg1="0.21",loadavg2="0.09",loadavg3="1/120",loadavg4="1735",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="78.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="18.92",mpstat_average.cpu.%steal="2.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="78.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="18.92",mpstat_average.cpu0.%steal="2.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="78.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="18.92",mpstat_maximun.cpu.%steal="2.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="78.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="18.92",mpstat_maximun.cpu0.%steal="2.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="78.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="18.92",mpstat_minimum.cpu.%steal="2.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="78.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="18.92",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655986653379840 2019-09-16 17:46:30,247 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:30,248 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.21",loadavg2="0.09",loadavg3="1/120",loadavg4="1737",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="60.00",mpstat_average.cpu.%iowait="24.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.00",mpstat_average.cpu.%steal="4.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="60.00",mpstat_average.cpu0.%iowait="24.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.00",mpstat_average.cpu0.%steal="4.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="60.00",mpstat_maximun.cpu.%iowait="24.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.00",mpstat_maximun.cpu.%steal="4.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="60.00",mpstat_maximun.cpu0.%iowait="24.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.00",mpstat_maximun.cpu0.%steal="4.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="60.00",mpstat_minimum.cpu.%iowait="24.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.00",mpstat_minimum.cpu.%steal="4.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="60.00",mpstat_minimum.cpu0.%iowait="24.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.00",mpstat_minimum.cpu0.%steal="4.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655988752259072 2019-09-16 17:46:30,353 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:30,354 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568655987623322112 2019-09-16 17:46:30,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=40 END 2019-09-16 17:46:30,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=41 START 2019-09-16 17:46:30,716 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:30,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=58 END 2019-09-16 17:46:30,826 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=59 START 2019-09-16 17:46:30,826 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:30,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.21 0.09 1/120 1741\n' 2019-09-16 17:46:30,858 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:30,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:31,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=63 END 2019-09-16 17:46:31,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=64 START 2019-09-16 17:46:31,076 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:31,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.43 0.18 2/128 2272\n' 2019-09-16 17:46:31,081 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:31,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:31,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 17:46:32,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:32,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:31 all 0.00' 2019-09-16 17:46:32,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:32,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.70' 2019-09-16 17:46:32,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 4.35' 2019-09-16 17:46:32,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35' 2019-09-16 17:46:32,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:32,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:32,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.61\n' 2019-09-16 17:46:32,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:31 0 0.00 0.00 0.00 8.70 0.00 4.35 4.35 0.00 0.00 82.61\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 8.70 0.00 4.35 4.35 0.00 0.00 82.61\nAverage: 0 0.00 0.00 0.00 8.70 0.00 4.35 4.35 0.00 0.00 82.61\n' 2019-09-16 17:46:32,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:31 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:31 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:33,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=59 END 2019-09-16 17:46:33,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=60 START 2019-09-16 17:46:33,103 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:33,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.21 0.09 1/120 1743\n' 2019-09-16 17:46:33,132 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:33,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=64 END 2019-09-16 17:46:33,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=65 START 2019-09-16 17:46:33,153 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:33,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.46 0.19 2/127 2277\n' 2019-09-16 17:46:33,159 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:33,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:33,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:33,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=41 END 2019-09-16 17:46:33,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=42 START 2019-09-16 17:46:33,732 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:34,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:34,221 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:33 ' 2019-09-16 17:46:34,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:34,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 3.57' 2019-09-16 17:46:34,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:34,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.71' 2019-09-16 17:46:34,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:34,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:33 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:33 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:34,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 85.71' 2019-09-16 17:46:34,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:33 ' 2019-09-16 17:46:34,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 3.57 0.00 0.00 10.71 0.00 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 3.57 0.00 0.00 10.71 0.00 0.00 0.00 85.71\nAverage: 0 0.00 0.00 3.57 0.00 0.00 10.71 0.00 0.00 0.00 85.71\n' 2019-09-16 17:46:34,743 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-16 17:46:35,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=65 END 2019-09-16 17:46:35,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=66 START 2019-09-16 17:46:35,231 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:35,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=60 END 2019-09-16 17:46:35,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=61 START 2019-09-16 17:46:35,233 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:35,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.46 0.19 2/128 2283\n' 2019-09-16 17:46:35,236 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:35,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:35,455 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:35,457 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.43",loadavg2="0.18",loadavg3="2/128",loadavg4="2269",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655991075213056 2019-09-16 17:46:35,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.21 0.09 1/120 1745\n' 2019-09-16 17:46:35,469 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:35,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:35,570 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:35,571 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.43",loadavg2="0.18",loadavg3="2/128",loadavg4="2272",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655993152477952 2019-09-16 17:46:35,676 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:35,678 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.46",loadavg2="0.19",loadavg3="2/127",loadavg4="2277",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655995230072064 2019-09-16 17:46:35,822 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:35,823 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.21",loadavg2="0.09",loadavg3="2/120",loadavg4="1739",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.79",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.79",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.79",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.79",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.79",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.79",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655990825428992 2019-09-16 17:46:35,925 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:35,926 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.21",loadavg2="0.09",loadavg3="1/120",loadavg4="1741",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.61",mpstat_average.cpu.%iowait="8.70",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="4.35",mpstat_average.cpu.%steal="4.35",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.61",mpstat_average.cpu0.%iowait="8.70",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="4.35",mpstat_average.cpu0.%steal="4.35",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.61",mpstat_maximun.cpu.%iowait="8.70",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="4.35",mpstat_maximun.cpu.%steal="4.35",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.61",mpstat_maximun.cpu0.%iowait="8.70",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="4.35",mpstat_maximun.cpu0.%steal="4.35",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.61",mpstat_minimum.cpu.%iowait="8.70",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="4.35",mpstat_minimum.cpu.%steal="4.35",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.61",mpstat_minimum.cpu0.%iowait="8.70",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="4.35",mpstat_minimum.cpu0.%steal="4.35",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655993102201088 2019-09-16 17:46:36,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:36,031 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.22",loadavg1="0.21",loadavg2="0.09",loadavg3="1/120",loadavg4="1743",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="3.57",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="3.57",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="3.57",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="3.57",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="3.57",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="3.57",mpstat_minimum.cpu0.%usr="0.00" 1568655995232548864 2019-09-16 17:46:36,132 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:36,133 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568655990715513088 2019-09-16 17:46:36,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:36,241 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568655993731602944 2019-09-16 17:46:36,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:36,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:35 ' 2019-09-16 17:46:36,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:36,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:36,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:36,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:35 ' 2019-09-16 17:46:36,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:36,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:36,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:36,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:36,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:36,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:36,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:46:36,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:36,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:36,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:36,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:36,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:35 ' 2019-09-16 17:46:36,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:36,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:36,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.71' 2019-09-16 17:46:36,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57 0.00' 2019-09-16 17:46:36,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:36,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 85.71' 2019-09-16 17:46:36,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:35 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.71 3.57 0.00 0.00 85.71\n' 2019-09-16 17:46:36,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=42 END 2019-09-16 17:46:36,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=43 START 2019-09-16 17:46:36,748 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:37,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=66 END 2019-09-16 17:46:37,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=67 START 2019-09-16 17:46:37,333 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:37,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.47 0.19 2/128 2286\n' 2019-09-16 17:46:37,339 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:37,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:37,544 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=61 END 2019-09-16 17:46:37,544 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=62 START 2019-09-16 17:46:37,544 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:37,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.20 0.09 1/120 1747\n' 2019-09-16 17:46:37,572 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:37,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:37,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 17:46:38,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:37 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:38,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:38,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:37 ' 2019-09-16 17:46:38,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:38,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:38,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:38,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 7.14' 2019-09-16 17:46:38,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.57' 2019-09-16 17:46:38,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 89.29\n17:46:37 0 0.00 0.00 0.00 0.00 0.00 7.14 3.57 0.00 0.00 89.29\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.14 3.57 0.00 0.00 89.29\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.14 3.57 0.00 0.00 89.29\n' 2019-09-16 17:46:39,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=67 END 2019-09-16 17:46:39,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=68 START 2019-09-16 17:46:39,411 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:39,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.47 0.19 1/125 2292\n' 2019-09-16 17:46:39,416 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:39,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:39,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=62 END 2019-09-16 17:46:39,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=63 START 2019-09-16 17:46:39,646 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:39,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.20 0.09 1/120 1749\n' 2019-09-16 17:46:39,651 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:39,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:39,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=43 END 2019-09-16 17:46:39,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=44 START 2019-09-16 17:46:39,764 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:40,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19961789 , "packets_per_second":999957, "flows":2550, "errors":0 }\n' 2019-09-16 17:46:40,043 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 17:46:40,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18933668' 2019-09-16 17:46:40,054 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1028121 - Lost ppm 51505 2019-09-16 17:46:40,055 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 51505 > sla_max_ppm 1000; ',) 2019-09-16 17:46:40,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:39 all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n17:46:39 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\nAverage: 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n' 2019-09-16 17:46:40,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:40 all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:46:40 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:46:40,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-16 17:46:41,059 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15011 seq=1 END 2019-09-16 17:46:41,060 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15011 seq=2 START 2019-09-16 17:46:41,060 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 17:46:41,072 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 50 64 20 1 1000000 2019-09-16 17:46:41,346 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:41,347 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999957i,packets_received=18933668i,packets_sent=19961789i,packetsize=64i,ppm=51505.0 1568656001058820864 2019-09-16 17:46:41,465 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:41,466 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.46",loadavg2="0.19",loadavg3="2/128",loadavg4="2283",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655997332899072 2019-09-16 17:46:41,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=68 END 2019-09-16 17:46:41,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=69 START 2019-09-16 17:46:41,488 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:41,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.47 0.19 1/126 2314\n' 2019-09-16 17:46:41,494 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:41,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:41,569 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:41,571 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.47",loadavg2="0.19",loadavg3="2/128",loadavg4="2286",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568655999409747968 2019-09-16 17:46:41,687 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:41,689 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.47",loadavg2="0.19",loadavg3="1/125",loadavg4="2292",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.02",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.02",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.02",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.02",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.02",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.02",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.99" 1568656001487587072 2019-09-16 17:46:41,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=63 END 2019-09-16 17:46:41,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=64 START 2019-09-16 17:46:41,723 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:41,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.27 0.22 0.09 1/120 1760\n' 2019-09-16 17:46:41,728 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:41,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:41,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:41,803 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.22",loadavg1="0.21",loadavg2="0.09",loadavg3="1/120",loadavg4="1745",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.71",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.71",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.71",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.71",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.71",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.71",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655997543950080 2019-09-16 17:46:41,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:41,915 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.20",loadavg1="0.20",loadavg2="0.09",loadavg3="1/120",loadavg4="1747",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.29",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.14",mpstat_average.cpu.%steal="3.57",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.29",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.14",mpstat_average.cpu0.%steal="3.57",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.29",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.14",mpstat_maximun.cpu.%steal="3.57",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.29",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.14",mpstat_maximun.cpu0.%steal="3.57",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.29",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.14",mpstat_minimum.cpu.%steal="3.57",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.29",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.14",mpstat_minimum.cpu0.%steal="3.57",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568655999645186816 2019-09-16 17:46:42,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:42,017 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.20",loadavg1="0.20",loadavg2="0.09",loadavg3="1/120",loadavg4="1749",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.00" 1568656001722126848 2019-09-16 17:46:42,169 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:42,169 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.081 1568655996747348992 2019-09-16 17:46:42,280 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:42,280 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568655999763730176 2019-09-16 17:46:42,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:42,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:41 ' 2019-09-16 17:46:42,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:42,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:42,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:41 ' 2019-09-16 17:46:42,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:42,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,572 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,572 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:42,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:42,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:42,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:42,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:42,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:42,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:42,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:42,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:42,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:42,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=44 END 2019-09-16 17:46:42,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=45 START 2019-09-16 17:46:42,778 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:42,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:42,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:42 ' 2019-09-16 17:46:42,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:42,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:42,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:42 ' 2019-09-16 17:46:42,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:46:42,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:42,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:42,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:42,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:42,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:42,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:46:42,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:46:42,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:46:42,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:42,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:42,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:46:43,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=69 END 2019-09-16 17:46:43,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=70 START 2019-09-16 17:46:43,592 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:43,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.46 0.19 2/127 2378\n' 2019-09-16 17:46:43,598 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:43,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:43,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 17:46:43,821 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=64 END 2019-09-16 17:46:43,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=65 START 2019-09-16 17:46:43,822 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:43,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.27 0.22 0.09 1/120 1762\n' 2019-09-16 17:46:43,845 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:43,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:44,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:44,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:43 ' 2019-09-16 17:46:44,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:43 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:44,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:44,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:44 ' 2019-09-16 17:46:44,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:44,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:44,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:44,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:44,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.41' 2019-09-16 17:46:44,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.70' 2019-09-16 17:46:44,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:44,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:44,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89' 2019-09-16 17:46:44,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:46:44,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:44 ' 2019-09-16 17:46:44,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:46:44,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:44,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:44,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:44,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.41' 2019-09-16 17:46:44,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.70' 2019-09-16 17:46:44,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:44,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 88.89\n' 2019-09-16 17:46:44,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.41 3.70 0.00 0.00 88.89\n' 2019-09-16 17:46:45,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=70 END 2019-09-16 17:46:45,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=71 START 2019-09-16 17:46:45,671 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:45,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.46 0.19 2/126 2383\n' 2019-09-16 17:46:45,676 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:45,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:45,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=45 END 2019-09-16 17:46:45,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=46 START 2019-09-16 17:46:45,792 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:45,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=65 END 2019-09-16 17:46:45,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=66 START 2019-09-16 17:46:45,926 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:45,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.27 0.22 0.09 1/120 1764\n' 2019-09-16 17:46:45,955 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:46,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:46,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:45 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:45 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:46,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:46:47,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:47,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:46 ' 2019-09-16 17:46:47,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:47,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:47,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 40.74' 2019-09-16 17:46:47,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.11' 2019-09-16 17:46:47,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.70' 2019-09-16 17:46:47,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 44.44' 2019-09-16 17:46:47,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:46 0 0.00 0.00 0.00 40.74 0.00 11.11 3.70 0.00 0.00 44.44\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 40.74 0.00 11.11 3.70 0.00 0.00 44.44\nAverage: 0 0.00 0.00 0.00 40.74 0.00 11.11 3.70 0.00 0.00 44.44\n' 2019-09-16 17:46:47,384 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:47,385 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.47",loadavg2="0.19",loadavg3="1/126",loadavg4="2314",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656003591654144 2019-09-16 17:46:47,531 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:47,533 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.46",loadavg2="0.19",loadavg3="2/127",loadavg4="2378",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656005670075904 2019-09-16 17:46:47,635 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:47,637 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.27",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1760",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656003821635840 2019-09-16 17:46:47,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=71 END 2019-09-16 17:46:47,748 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=72 START 2019-09-16 17:46:47,748 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:47,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.47 0.19 2/127 2389\n' 2019-09-16 17:46:47,754 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:47,781 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:47,783 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.27",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1762",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="88.89",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.41",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="88.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.41",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="88.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.41",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="88.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.41",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="88.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.41",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="88.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.41",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656005925765120 2019-09-16 17:46:47,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:47,892 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:47,893 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.131 1568656002777638912 2019-09-16 17:46:47,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:47,996 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656005791471872 2019-09-16 17:46:48,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=66 END 2019-09-16 17:46:48,030 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=67 START 2019-09-16 17:46:48,030 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:48,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.33 0.23 0.10 1/120 1766\n' 2019-09-16 17:46:48,062 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:48,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:48,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=46 END 2019-09-16 17:46:48,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=47 START 2019-09-16 17:46:48,808 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:48,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:47 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:47 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:49,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:49,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:48 all' 2019-09-16 17:46:49,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:49,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.23' 2019-09-16 17:46:49,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:49,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 22.58' 2019-09-16 17:46:49,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:46:49,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:49,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 70.97\n17:46:48 0 0.00 0.00 3.23 0.00 0.00 22.58 3.23 0.00 0.00 70.97\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 3.23 0.00 0.00 22.58 3.23 0.00 0.00 70.97\nAverage: 0 0.00 0.00 3.23 0.00 0.00 22.58 3.23 0.00 0.00 70.97\n' 2019-09-16 17:46:49,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 17:46:49,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=72 END 2019-09-16 17:46:49,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=73 START 2019-09-16 17:46:49,825 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:49,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.47 0.19 2/127 2395\n' 2019-09-16 17:46:49,831 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:49,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:50,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=67 END 2019-09-16 17:46:50,151 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=68 START 2019-09-16 17:46:50,151 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:50,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.33 0.23 0.10 1/120 1768\n' 2019-09-16 17:46:50,183 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:50,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:50,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:50,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:49 ' 2019-09-16 17:46:50,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:46:50,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:50,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:50,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:49 0' 2019-09-16 17:46:50,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:50,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:46:50,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:50,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:46:50,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:50,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00' 2019-09-16 17:46:50,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:50,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:50,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:50,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:50,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:50,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:50,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:51,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:51,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:50 ' 2019-09-16 17:46:51,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 3.85 0.00' 2019-09-16 17:46:51,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.85' 2019-09-16 17:46:51,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:51,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 19.23' 2019-09-16 17:46:51,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.85' 2019-09-16 17:46:51,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:51,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 69.23\n' 2019-09-16 17:46:51,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:50 ' 2019-09-16 17:46:51,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 3.85' 2019-09-16 17:46:51,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:51,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.85 0.00 19.23 3.85 0.00 0.00 69.23\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 3.85 0.00 0.00 3.85 0.00 19.23 3.85 0.00 0.00 69.23\nAverage: 0 3.85 0.00 0.00 3.85 0.00 19.23 3.85 0.00 0.00 69.23\n' 2019-09-16 17:46:51,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=47 END 2019-09-16 17:46:51,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=48 START 2019-09-16 17:46:51,824 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:51,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=73 END 2019-09-16 17:46:51,908 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=74 START 2019-09-16 17:46:51,909 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:51,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.48 0.20 2/127 2398\n' 2019-09-16 17:46:51,915 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:51,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:52,336 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=68 END 2019-09-16 17:46:52,336 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=69 START 2019-09-16 17:46:52,337 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:52,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.38 0.24 0.10 2/120 1770\n' 2019-09-16 17:46:52,346 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:52,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:52,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 17:46:52,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:51 all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:51 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:53,092 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:53,093 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.46",loadavg2="0.19",loadavg3="2/126",loadavg4="2383",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656007747504896 2019-09-16 17:46:53,225 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:53,227 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.47",loadavg2="0.19",loadavg3="2/127",loadavg4="2389",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656009824609024 2019-09-16 17:46:53,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:53,336 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.47",loadavg2="0.19",loadavg3="2/127",loadavg4="2395",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656011907591168 2019-09-16 17:46:53,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:53,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:52 ' 2019-09-16 17:46:53,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:53,436 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:53,438 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.27",loadavg1="0.22",loadavg2="0.09",loadavg3="1/120",loadavg4="1764",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="44.44",mpstat_average.cpu.%iowait="40.74",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.11",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="44.44",mpstat_average.cpu0.%iowait="40.74",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.11",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="44.44",mpstat_maximun.cpu.%iowait="40.74",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.11",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="44.44",mpstat_maximun.cpu0.%iowait="40.74",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.11",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="44.44",mpstat_minimum.cpu.%iowait="40.74",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.11",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="44.44",mpstat_minimum.cpu0.%iowait="40.74",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.11",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656008029718016 2019-09-16 17:46:53,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 11.11 3.70' 2019-09-16 17:46:53,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:53,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.19' 2019-09-16 17:46:53,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:52 ' 2019-09-16 17:46:53,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.11 3.70 0.00 0.00 85.19\n' 2019-09-16 17:46:53,543 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:53,544 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.33",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1766",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="70.97",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="22.58",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="3.23",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="70.97",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="22.58",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="3.23",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="70.97",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="22.58",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="3.23",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="70.97",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="22.58",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="3.23",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="70.97",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="22.58",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="3.23",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="70.97",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="22.58",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="3.23",mpstat_minimum.cpu0.%usr="0.00" 1568656010150275840 2019-09-16 17:46:53,666 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:53,668 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.33",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1768",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.23",mpstat_average.cpu.%iowait="3.85",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="19.23",mpstat_average.cpu.%steal="3.85",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="3.85",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="69.23",mpstat_average.cpu0.%iowait="3.85",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="19.23",mpstat_average.cpu0.%steal="3.85",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="3.85",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="69.23",mpstat_maximun.cpu.%iowait="3.85",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="19.23",mpstat_maximun.cpu.%steal="3.85",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="3.85",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="69.23",mpstat_maximun.cpu0.%iowait="3.85",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="19.23",mpstat_maximun.cpu0.%steal="3.85",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="3.85",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="69.23",mpstat_minimum.cpu.%iowait="3.85",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="19.23",mpstat_minimum.cpu.%steal="3.85",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="3.85",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="69.23",mpstat_minimum.cpu0.%iowait="3.85",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="19.23",mpstat_minimum.cpu0.%steal="3.85",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="3.85" 1568656012336224000 2019-09-16 17:46:53,780 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:53,781 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656008807241984 2019-09-16 17:46:53,886 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:53,886 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568656011823724032 2019-09-16 17:46:53,986 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=74 END 2019-09-16 17:46:53,987 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=75 START 2019-09-16 17:46:53,987 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:53,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.48 0.20 3/126 2403\n' 2019-09-16 17:46:53,993 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:54,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:54,443 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=69 END 2019-09-16 17:46:54,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=70 START 2019-09-16 17:46:54,444 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:54,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.38 0.24 0.10 1/120 1772\n' 2019-09-16 17:46:54,471 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:54,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:54,839 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=48 END 2019-09-16 17:46:54,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=49 START 2019-09-16 17:46:54,840 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:55,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:54 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:54 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:55,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:55,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:54 ' 2019-09-16 17:46:55,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:55,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:55,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:55,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:55,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.69' 2019-09-16 17:46:55,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:55,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:55,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.31\n' 2019-09-16 17:46:55,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:54 0 0.00 0.00 0.00 0.00 0.00 20.69 0.00 0.00 0.00 79.31\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00' 2019-09-16 17:46:55,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.69 0.00' 2019-09-16 17:46:55,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:55,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 79.31' 2019-09-16 17:46:55,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 0.00 0.00 0.00 0.00 0.00 20.69 0.00 0.00 0.00 79.31\n' 2019-09-16 17:46:55,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 17:46:56,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=75 END 2019-09-16 17:46:56,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=76 START 2019-09-16 17:46:56,066 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:56,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.48 0.20 2/127 2409\n' 2019-09-16 17:46:56,071 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:56,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:56,551 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=70 END 2019-09-16 17:46:56,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=71 START 2019-09-16 17:46:56,552 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:56,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.43 0.26 0.11 1/120 1774\n' 2019-09-16 17:46:56,587 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:56,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:57,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:57,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:56 ' 2019-09-16 17:46:57,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:46:57,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:57,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:46:57,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:57,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:46:56 ' 2019-09-16 17:46:57,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:46:57,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:46:57,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,125 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,126 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:57,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:46:57,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:46:57,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:46:57,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,132 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,133 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:46:57,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:46:57,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:46:57,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:46:57,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:57,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:46:57,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:57,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:56 ' 2019-09-16 17:46:57,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:46:57,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.45' 2019-09-16 17:46:57,676 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:57,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.34' 2019-09-16 17:46:57,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00 0.00 82.76\n17:46:56 0 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\nAverage: 0 0.00 0.00 3.45 0.00 0.00 10.34 3.45 0.00 0.00 82.76\n' 2019-09-16 17:46:57,853 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=49 END 2019-09-16 17:46:57,853 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=50 START 2019-09-16 17:46:57,853 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:46:58,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=76 END 2019-09-16 17:46:58,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=77 START 2019-09-16 17:46:58,143 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:58,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.49 0.20 3/127 2412\n' 2019-09-16 17:46:58,149 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:58,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:58,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=71 END 2019-09-16 17:46:58,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=72 START 2019-09-16 17:46:58,683 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:46:58,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.43 0.26 0.11 1/120 1776\n' 2019-09-16 17:46:58,700 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:46:58,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:46:58,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 17:46:58,986 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:58,988 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.48",loadavg2="0.20",loadavg3="2/127",loadavg4="2398",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="1.00" 1568656013986921984 2019-09-16 17:46:59,090 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:59,092 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.48",loadavg2="0.20",loadavg3="3/126",loadavg4="2403",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656016064843776 2019-09-16 17:46:59,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:46:58 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:46:58 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:46:59,203 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:59,205 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.48",loadavg2="0.20",loadavg3="2/127",loadavg4="2409",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656018142635008 2019-09-16 17:46:59,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:46:59,307 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.38",loadavg1="0.24",loadavg2="0.10",loadavg3="2/120",loadavg4="1770",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.19",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.11",mpstat_average.cpu.%steal="3.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.19",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.11",mpstat_average.cpu0.%steal="3.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.19",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.11",mpstat_maximun.cpu.%steal="3.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.19",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.11",mpstat_maximun.cpu0.%steal="3.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.19",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.11",mpstat_minimum.cpu.%steal="3.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.19",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.11",mpstat_minimum.cpu0.%steal="3.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656014443866880 2019-09-16 17:46:59,409 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:59,410 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.38",loadavg1="0.24",loadavg2="0.10",loadavg3="1/120",loadavg4="1772",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.31",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="20.69",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.31",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="20.69",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.31",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="20.69",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.31",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="20.69",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.31",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="20.69",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.31",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="20.69",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656016551898880 2019-09-16 17:46:59,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:59,515 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.43",loadavg1="0.26",loadavg2="0.11",loadavg3="1/120",loadavg4="1774",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.34",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="3.45",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.34",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="3.45",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.34",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="3.45",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.34",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="3.45",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.34",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="3.45",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.34",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="3.45",mpstat_minimum.cpu0.%usr="0.00" 1568656018681833984 2019-09-16 17:46:59,624 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:46:59,625 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568656014839691008 2019-09-16 17:46:59,727 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:46:59,728 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568656017852988928 2019-09-16 17:46:59,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:46:59,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:46:59 all 0.00' 2019-09-16 17:46:59,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:46:59,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:59,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.79' 2019-09-16 17:46:59,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00' 2019-09-16 17:46:59,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:46:59,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.76' 2019-09-16 17:46:59,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:46:59 0 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\nAverage: 0 0.00 0.00 0.00 0.00 0.00 13.79 3.45 0.00 0.00 82.76\n' 2019-09-16 17:47:00,196 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=77 END 2019-09-16 17:47:00,197 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=78 START 2019-09-16 17:47:00,197 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:00,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.49 0.20 2/126 2417\n' 2019-09-16 17:47:00,203 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:00,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:00,769 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=72 END 2019-09-16 17:47:00,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=73 START 2019-09-16 17:47:00,770 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:00,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.43 0.26 0.11 1/120 1778\n' 2019-09-16 17:47:00,797 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:00,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=50 END 2019-09-16 17:47:00,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=51 START 2019-09-16 17:47:00,868 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:00,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:01,271 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:46:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:00 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:00 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:01,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:01,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:01 ' 2019-09-16 17:47:01,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:01,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 21.74' 2019-09-16 17:47:01,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:01,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.39 4.35' 2019-09-16 17:47:01,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:01,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 17:47:01,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 56.52' 2019-09-16 17:47:01,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:01 0' 2019-09-16 17:47:01,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:01,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.74' 2019-09-16 17:47:01,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.39' 2019-09-16 17:47:01,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 0.00' 2019-09-16 17:47:01,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 56.52' 2019-09-16 17:47:01,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:01,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:01,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:47:01,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:01,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.74 0.00' 2019-09-16 17:47:01,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.39 4.35' 2019-09-16 17:47:01,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:01,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 56.52' 2019-09-16 17:47:01,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:01,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:01,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:01,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:01,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 21.74 0.00' 2019-09-16 17:47:01,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.39' 2019-09-16 17:47:01,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.35 0.00 0.00' 2019-09-16 17:47:01,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 56.52\n' 2019-09-16 17:47:02,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=78 END 2019-09-16 17:47:02,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=79 START 2019-09-16 17:47:02,275 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:02,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.50 0.21 2/127 2423\n' 2019-09-16 17:47:02,281 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:02,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:02,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=73 END 2019-09-16 17:47:02,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=74 START 2019-09-16 17:47:02,906 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:02,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.40 0.25 0.11 1/120 1780\n' 2019-09-16 17:47:02,934 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:03,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:03,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:03,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:02 ' 2019-09-16 17:47:03,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:03,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 93.00 0.00' 2019-09-16 17:47:03,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:03,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:03,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:03,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:03,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7.00' 2019-09-16 17:47:03,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:02 ' 2019-09-16 17:47:03,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00 93.00 0.00 0.00 0.00 0.00 0.00 0.00 7.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 93.00 0.00 0.00 0.00 0.00 0.00 0.00 7.00\nAverage: 0 0.00 0.00 93.00 0.00 0.00 0.00 0.00 0.00 0.00 7.00\n' 2019-09-16 17:47:03,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=51 END 2019-09-16 17:47:03,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=52 START 2019-09-16 17:47:03,885 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:04,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:04,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:03 ' 2019-09-16 17:47:04,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:04,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.38' 2019-09-16 17:47:04,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.62' 2019-09-16 17:47:04,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:03 ' 2019-09-16 17:47:04,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:04,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:04,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.38' 2019-09-16 17:47:04,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.62\n' 2019-09-16 17:47:04,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:04,038 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:04,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:04,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.38' 2019-09-16 17:47:04,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,044 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.62\n' 2019-09-16 17:47:04,045 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:04,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:47:04,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:04,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.38' 2019-09-16 17:47:04,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:04,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 97.62' 2019-09-16 17:47:04,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:04,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19926686 , "packets_per_second":999959, "flows":2550, "errors":0 }\n' 2019-09-16 17:47:04,268 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 17:47:04,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19231102' 2019-09-16 17:47:04,280 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 695584 - Lost ppm 34908 2019-09-16 17:47:04,281 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 34908 > sla_max_ppm 1000; ',) 2019-09-16 17:47:04,337 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=79 END 2019-09-16 17:47:04,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=80 START 2019-09-16 17:47:04,338 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:04,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.50 0.21 1/123 2436\n' 2019-09-16 17:47:04,344 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:04,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:04,843 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:04,845 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.49",loadavg2="0.20",loadavg3="3/127",loadavg4="2412",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656020196578048 2019-09-16 17:47:04,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 17:47:04,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:04,973 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.49",loadavg2="0.20",loadavg3="2/126",loadavg4="2417",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656022274033920 2019-09-16 17:47:05,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=74 END 2019-09-16 17:47:05,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=75 START 2019-09-16 17:47:05,054 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:05,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.40 0.25 0.11 1/120 1786\n' 2019-09-16 17:47:05,059 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:05,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:05,084 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.50",loadavg2="0.21",loadavg3="2/127",loadavg4="2423",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="7.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="93.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="7.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="93.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="7.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="93.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="7.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="93.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="7.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="93.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="7.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="93.00",mpstat_minimum.cpu0.%usr="0.00" 1568656024337764096 2019-09-16 17:47:05,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:05,188 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:05,190 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.43",loadavg1="0.26",loadavg2="0.11",loadavg3="1/120",loadavg4="1776",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.76",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.79",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.76",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.79",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.76",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.79",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.76",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.79",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.76",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.79",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.76",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.79",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656020769742080 2019-09-16 17:47:05,282 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15011 seq=2 END 2019-09-16 17:47:05,283 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:47:05,283 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:47:05,284 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:47:05,312 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:05,314 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.43",loadavg1="0.26",loadavg2="0.11",loadavg3="1/120",loadavg4="1778",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="56.52",mpstat_average.cpu.%iowait="21.74",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.39",mpstat_average.cpu.%steal="4.35",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="56.52",mpstat_average.cpu0.%iowait="21.74",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.39",mpstat_average.cpu0.%steal="4.35",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="56.52",mpstat_maximun.cpu.%iowait="21.74",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.39",mpstat_maximun.cpu.%steal="4.35",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="56.52",mpstat_maximun.cpu0.%iowait="21.74",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.39",mpstat_maximun.cpu0.%steal="4.35",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="56.52",mpstat_minimum.cpu.%iowait="21.74",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.39",mpstat_minimum.cpu.%steal="4.35",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="56.52",mpstat_minimum.cpu0.%iowait="21.74",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.39",mpstat_minimum.cpu0.%steal="4.35",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656022905385984 2019-09-16 17:47:05,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:04 all 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n17:47:04 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n' 2019-09-16 17:47:05,418 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:05,420 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.40",loadavg1="0.25",loadavg2="0.11",loadavg3="1/120",loadavg4="1780",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.62",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="2.38",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="97.62",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="2.38",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="97.62",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="2.38",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="97.62",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="2.38",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="97.62",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="2.38",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="97.62",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="2.38",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656025053340928 2019-09-16 17:47:05,529 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:05,530 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568656020867631872 2019-09-16 17:47:05,629 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:05,629 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568656023884109056 2019-09-16 17:47:05,739 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:05,739 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999959i,packets_received=19231102i,packets_sent=19926686i,packetsize=64i,ppm=34908.0 1568656025282706944 2019-09-16 17:47:05,840 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:47:05,840 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:47:05,843 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:47:05,855 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:47:05,857 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:47:05,858 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:47:06,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:04 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:05 all 9.09 0.00 3.03 18.18 0.00 0.00 0.00 0.00 0.00 69.70\n17:47:05 0 9.09 0.00 3.03 18.18 0.00 0.00 0.00 0.00 0.00 69.70\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 9.09 0.00 3.03 18.18 0.00 0.00 0.00 0.00 0.00 69.70\nAverage: 0 9.09 0.00 3.03 18.18 0.00 0.00 0.00 0.00 0.00 69.70\n' 2019-09-16 17:47:06,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:47:06,129 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:47:06,130 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:47:06,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=80 END 2019-09-16 17:47:06,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=81 START 2019-09-16 17:47:06,415 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:06,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.50 0.21 1/122 2476\n' 2019-09-16 17:47:06,421 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:06,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:47:06,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:06,898 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=52 END 2019-09-16 17:47:06,898 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=53 START 2019-09-16 17:47:06,899 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:07,104 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=75 END 2019-09-16 17:47:07,104 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=76 START 2019-09-16 17:47:07,105 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:07,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.36 0.25 0.11 1/120 1824\n' 2019-09-16 17:47:07,110 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:07,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:07,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:06 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:47:06 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:47:07,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-16 17:47:08,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:08,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:07 ' 2019-09-16 17:47:08,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:08,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:08,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:08,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:07 ' 2019-09-16 17:47:08,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:08,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:08,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:08,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:47:08,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:08,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:47:08,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:08,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:08,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:08,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:08,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:08,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:08,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:08,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:08,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=81 END 2019-09-16 17:47:08,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=82 START 2019-09-16 17:47:08,494 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:08,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.49 0.20 1/125 2485\n' 2019-09-16 17:47:08,500 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:08,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:09,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=76 END 2019-09-16 17:47:09,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=77 START 2019-09-16 17:47:09,213 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:09,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.36 0.25 0.11 1/120 1826\n' 2019-09-16 17:47:09,218 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:09,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:09,518 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15017 seq=1 START 2019-09-16 17:47:09,519 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 17:47:09,531 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 100 64 20 1 1000000 2019-09-16 17:47:09,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:08 all 0.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\n17:47:08 0 0.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 0 0.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 98.00\n' 2019-09-16 17:47:09,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=53 END 2019-09-16 17:47:09,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=54 START 2019-09-16 17:47:09,912 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:10,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:09 all 0.00 0.00 0.99 1.98 0.00 0.00 0.00 0.00 0.00 97.03\n17:47:09 0 0.00 0.00 0.99 1.98 0.00 0.00 0.00 0.00 0.00 97.03\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.99 1.98 0.00 0.00 0.00 0.00 0.00 97.03\nAverage: 0 0.00 0.00 0.99 1.98 0.00 0.00 0.00 0.00 0.00 97.03\n' 2019-09-16 17:47:10,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=82 END 2019-09-16 17:47:10,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=83 START 2019-09-16 17:47:10,571 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:10,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.49 0.20 1/126 2495\n' 2019-09-16 17:47:10,577 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:10,645 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:10,851 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:10,854 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.50",loadavg2="0.21",loadavg3="1/123",loadavg4="2436",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="1.00" 1568656026414437120 2019-09-16 17:47:10,921 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 17:47:10,953 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:10,955 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.50",loadavg2="0.21",loadavg3="1/122",loadavg4="2476",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656028494091008 2019-09-16 17:47:11,061 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:11,063 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.49",loadavg2="0.20",loadavg3="1/125",loadavg4="2485",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.00",mpstat_average.cpu.%iowait="2.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.00",mpstat_average.cpu0.%iowait="2.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.00",mpstat_maximun.cpu.%iowait="2.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.00",mpstat_maximun.cpu0.%iowait="2.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.00",mpstat_minimum.cpu.%iowait="2.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.00",mpstat_minimum.cpu0.%iowait="2.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656030570943232 2019-09-16 17:47:11,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:11,235 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.40",loadavg1="0.25",loadavg2="0.11",loadavg3="1/120",loadavg4="1786",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="69.70",mpstat_average.cpu.%iowait="18.18",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="3.03",mpstat_average.cpu.%usr="9.09",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="69.70",mpstat_average.cpu0.%iowait="18.18",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="3.03",mpstat_average.cpu0.%usr="9.09",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="69.70",mpstat_maximun.cpu.%iowait="18.18",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="3.03",mpstat_maximun.cpu.%usr="9.09",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="69.70",mpstat_maximun.cpu0.%iowait="18.18",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="3.03",mpstat_maximun.cpu0.%usr="9.09",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="69.70",mpstat_minimum.cpu.%iowait="18.18",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="3.03",mpstat_minimum.cpu.%usr="9.09",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="69.70",mpstat_minimum.cpu0.%iowait="18.18",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="3.03",mpstat_minimum.cpu0.%usr="9.09" 1568656027104080896 2019-09-16 17:47:11,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=77 END 2019-09-16 17:47:11,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=78 START 2019-09-16 17:47:11,265 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:11,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.36 0.25 0.11 1/120 1833\n' 2019-09-16 17:47:11,271 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:11,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:11,350 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:11,352 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.36",loadavg1="0.25",loadavg2="0.11",loadavg3="1/120",loadavg4="1824",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656029212201984 2019-09-16 17:47:11,460 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:11,462 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.36",loadavg1="0.25",loadavg2="0.11",loadavg3="1/120",loadavg4="1826",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="97.03",mpstat_average.cpu.%iowait="1.98",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="97.03",mpstat_average.cpu0.%iowait="1.98",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="97.03",mpstat_maximun.cpu.%iowait="1.98",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="97.03",mpstat_maximun.cpu0.%iowait="1.98",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="97.03",mpstat_minimum.cpu.%iowait="1.98",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="97.03",mpstat_minimum.cpu0.%iowait="1.98",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.00" 1568656031264538880 2019-09-16 17:47:11,571 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:11,572 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568656026898245120 2019-09-16 17:47:11,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:10 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:47:10 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:47:11,685 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:11,686 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.122 1568656029911842048 2019-09-16 17:47:12,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:12,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:11 ' 2019-09-16 17:47:12,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:12,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:12,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:12,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.56' 2019-09-16 17:47:12,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.56 0.00' 2019-09-16 17:47:12,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.88' 2019-09-16 17:47:12,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:12,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:11 0 0.00' 2019-09-16 17:47:12,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:12,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:12,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.56' 2019-09-16 17:47:12,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.56 0.00' 2019-09-16 17:47:12,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.88\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00' 2019-09-16 17:47:12,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 1.56 1.56 0.00 0.00 96.88\nAverage: 0 0.00 0.00 0.00 0.00 0.00 1.56 1.56 0.00 0.00 96.88\n' 2019-09-16 17:47:12,648 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=83 END 2019-09-16 17:47:12,649 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=84 START 2019-09-16 17:47:12,649 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:12,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.52 0.21 2/126 2561\n' 2019-09-16 17:47:12,655 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:12,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:12,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=54 END 2019-09-16 17:47:12,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=55 START 2019-09-16 17:47:12,926 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:13,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=78 END 2019-09-16 17:47:13,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=79 START 2019-09-16 17:47:13,357 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:13,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.33 0.24 0.10 1/120 1835\n' 2019-09-16 17:47:13,377 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:13,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:13,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:12 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:13,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 17:47:14,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:13 ' 2019-09-16 17:47:14,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:14,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:14,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:14,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 3.33' 2019-09-16 17:47:14,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:14,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.67' 2019-09-16 17:47:14,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:14,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:13 0' 2019-09-16 17:47:14,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:14,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:14,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00' 2019-09-16 17:47:14,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00' 2019-09-16 17:47:14,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 86.67' 2019-09-16 17:47:14,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:14,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:14,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 10.00 3.33 0.00 0.00 86.67\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.00 3.33 0.00 0.00 86.67\n' 2019-09-16 17:47:14,725 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=84 END 2019-09-16 17:47:14,726 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=85 START 2019-09-16 17:47:14,726 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:14,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.52 0.21 2/127 2567\n' 2019-09-16 17:47:14,732 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:14,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:15,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=79 END 2019-09-16 17:47:15,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=80 START 2019-09-16 17:47:15,451 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:15,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.33 0.24 0.10 1/120 1837\n' 2019-09-16 17:47:15,468 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:15,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:15,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:15,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:14 ' 2019-09-16 17:47:15,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:15,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:15,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:15,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:15,809 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:47:15,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:14 0' 2019-09-16 17:47:15,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00 0.00' 2019-09-16 17:47:15,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:15,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:15,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:15,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:47:15,818 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:15,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:15,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:15,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:15,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:15,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:15,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:47:15,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:15,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:15,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=55 END 2019-09-16 17:47:15,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=56 START 2019-09-16 17:47:15,940 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:16,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:16,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:15 ' 2019-09-16 17:47:16,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:16,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:16,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:16,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.90' 2019-09-16 17:47:16,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:47:16,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:16,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66' 2019-09-16 17:47:16,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:16,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:15 0' 2019-09-16 17:47:16,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:16,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:16,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:16,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.90' 2019-09-16 17:47:16,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00 0.00 89.66\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\n' 2019-09-16 17:47:16,794 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:16,795 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.49",loadavg2="0.20",loadavg3="1/126",loadavg4="2495",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656032648684032 2019-09-16 17:47:16,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=85 END 2019-09-16 17:47:16,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=86 START 2019-09-16 17:47:16,834 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:16,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.52 0.22 2/127 2570\n' 2019-09-16 17:47:16,839 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:16,903 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:16,905 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.52",loadavg2="0.21",loadavg3="2/126",loadavg4="2561",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656034725907968 2019-09-16 17:47:16,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:16,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:47:16,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:16,999 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.52",loadavg2="0.21",loadavg3="2/127",loadavg4="2567",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656036833071872 2019-09-16 17:47:17,128 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:17,129 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.36",loadavg1="0.25",loadavg2="0.11",loadavg3="1/120",loadavg4="1833",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.56",mpstat_average.cpu.%steal="1.56",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.56",mpstat_average.cpu0.%steal="1.56",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.56",mpstat_maximun.cpu.%steal="1.56",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.56",mpstat_maximun.cpu0.%steal="1.56",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.56",mpstat_minimum.cpu.%steal="1.56",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.56",mpstat_minimum.cpu0.%steal="1.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656033356134912 2019-09-16 17:47:17,223 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:17,225 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.33",loadavg1="0.24",loadavg2="0.10",loadavg3="1/120",loadavg4="1835",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.67",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="3.33",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="86.67",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="3.33",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="86.67",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="3.33",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="86.67",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="3.33",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="86.67",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="3.33",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="86.67",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="3.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656035450105856 2019-09-16 17:47:17,324 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:17,325 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568656032925588992 2019-09-16 17:47:17,418 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:17,419 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656035940058112 2019-09-16 17:47:17,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=80 END 2019-09-16 17:47:17,538 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=81 START 2019-09-16 17:47:17,539 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:17,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.24 0.10 1/120 1839\n' 2019-09-16 17:47:17,561 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:17,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:17,908 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:16 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n17:47:16 0 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:18,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:18,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:17 ' 2019-09-16 17:47:18,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:18,623 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:18,624 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:18,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:18,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7.14 0.00' 2019-09-16 17:47:18,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:18,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.86\n' 2019-09-16 17:47:18,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:17 0' 2019-09-16 17:47:18,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:18,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:18,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:18,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 7.14' 2019-09-16 17:47:18,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:18,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 92.86\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 7.14 0.00 0.00 0.00 92.86\nAverage: 0 0.00 0.00 0.00 0.00 0.00 7.14 0.00 0.00 0.00 92.86\n' 2019-09-16 17:47:18,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=86 END 2019-09-16 17:47:18,910 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=87 START 2019-09-16 17:47:18,910 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:18,915 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.52 0.22 2/126 2575\n' 2019-09-16 17:47:18,916 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:18,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=56 END 2019-09-16 17:47:18,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=57 START 2019-09-16 17:47:18,956 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:18,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:19,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=81 END 2019-09-16 17:47:19,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=82 START 2019-09-16 17:47:19,638 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:19,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.31 0.24 0.10 1/120 1841\n' 2019-09-16 17:47:19,659 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:19,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:19,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 17:47:19,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:18 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:18 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:20,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:20,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:20 ' 2019-09-16 17:47:20,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:20,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:20,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 33.33 0.00' 2019-09-16 17:47:20,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-16 17:47:20,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00 0.00' 2019-09-16 17:47:20,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 53.33\n17:47:20 ' 2019-09-16 17:47:20,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:20,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:20,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 33.33' 2019-09-16 17:47:20,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00 3.33' 2019-09-16 17:47:20,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 53.33\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 33.33 0.00 10.00 3.33 0.00 0.00 53.33\nAverage: 0 0.00 0.00 0.00 33.33 0.00 10.00 3.33 0.00 0.00' 2019-09-16 17:47:20,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 53.33' 2019-09-16 17:47:20,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:20,987 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=87 END 2019-09-16 17:47:20,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=88 START 2019-09-16 17:47:20,988 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:20,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.92 0.52 0.22 3/126 2581\n' 2019-09-16 17:47:20,993 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:21,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:21,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=82 END 2019-09-16 17:47:21,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=83 START 2019-09-16 17:47:21,734 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:21,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.28 0.23 0.10 1/120 1843\n' 2019-09-16 17:47:21,755 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:21,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:21,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=57 END 2019-09-16 17:47:21,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=58 START 2019-09-16 17:47:21,973 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:22,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:21 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:21 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:22,512 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:22,514 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.52",loadavg2="0.22",loadavg3="2/127",loadavg4="2570",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="0.00" 1568656038909518848 2019-09-16 17:47:22,608 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:22,610 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.52",loadavg2="0.22",loadavg3="2/126",loadavg4="2575",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656040987371008 2019-09-16 17:47:22,709 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:22,711 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.33",loadavg1="0.24",loadavg2="0.10",loadavg3="1/120",loadavg4="1837",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.66",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.90",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.66",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.90",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.66",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.90",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.66",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.90",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.66",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.90",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.66",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.90",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656037537993984 2019-09-16 17:47:22,811 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:22,813 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.24",loadavg2="0.10",loadavg3="1/120",loadavg4="1839",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.86",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="7.14",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="92.86",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="7.14",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="92.86",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="7.14",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="92.86",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="7.14",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="92.86",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="7.14",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="92.86",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="7.14",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656039637524992 2019-09-16 17:47:22,837 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:22,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:22 ' 2019-09-16 17:47:22,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:22,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:22,841 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:22,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.90 3.45' 2019-09-16 17:47:22,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66\n' 2019-09-16 17:47:22,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:22 0' 2019-09-16 17:47:22,846 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:22,847 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.90' 2019-09-16 17:47:22,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:47:22,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:22,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66\n' 2019-09-16 17:47:22,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:47:22,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:22,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:22,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.90' 2019-09-16 17:47:22,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00 0.00 89.66\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\n' 2019-09-16 17:47:22,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:22,909 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.31",loadavg1="0.24",loadavg2="0.10",loadavg3="1/120",loadavg4="1841",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="53.33",mpstat_average.cpu.%iowait="33.33",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="3.33",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="53.33",mpstat_average.cpu0.%iowait="33.33",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="3.33",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="53.33",mpstat_maximun.cpu.%iowait="33.33",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="3.33",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="53.33",mpstat_maximun.cpu0.%iowait="33.33",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="3.33",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="53.33",mpstat_minimum.cpu.%iowait="33.33",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="3.33",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="53.33",mpstat_minimum.cpu0.%iowait="33.33",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="3.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656041733118976 2019-09-16 17:47:22,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 17:47:23,002 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:23,003 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656038956188928 2019-09-16 17:47:23,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=88 END 2019-09-16 17:47:23,065 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=89 START 2019-09-16 17:47:23,065 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:23,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.53 0.22 2/127 2587\n' 2019-09-16 17:47:23,070 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:23,115 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:23,115 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568656041972161024 2019-09-16 17:47:23,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:23,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=83 END 2019-09-16 17:47:23,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=84 START 2019-09-16 17:47:23,859 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:23,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.28 0.23 0.10 1/120 1845\n' 2019-09-16 17:47:23,881 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:23,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:24,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:24,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:23 ' 2019-09-16 17:47:24,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:47:24,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:24,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:24,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:23 0' 2019-09-16 17:47:24,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:47:24,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:24,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:24,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:24,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:24,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:24,157 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,158 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0' 2019-09-16 17:47:24,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:24,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:24,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:47:24,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:24,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:24 ' 2019-09-16 17:47:24,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:24,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00 0.00' 2019-09-16 17:47:24,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 6.67' 2019-09-16 17:47:24,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 63.33\n' 2019-09-16 17:47:24,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:24 ' 2019-09-16 17:47:24,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:24,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:24,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.00' 2019-09-16 17:47:24,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 10.00' 2019-09-16 17:47:24,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67 0.00' 2019-09-16 17:47:24,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 63.33\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 20.00 0.00 10.00 6.67 0.00 0.00 63.33\nAverage: 0 0.00 0.00 0.00 20.00 0.00 10.00 6.67 0.00 0.00 63.33\n' 2019-09-16 17:47:24,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=58 END 2019-09-16 17:47:24,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=59 START 2019-09-16 17:47:24,989 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:25,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=89 END 2019-09-16 17:47:25,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=90 START 2019-09-16 17:47:25,166 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:25,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.53 0.22 2/127 2590\n' 2019-09-16 17:47:25,172 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:25,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:25,954 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=84 END 2019-09-16 17:47:25,954 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=85 START 2019-09-16 17:47:25,955 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:25,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.28 0.23 0.10 1/120 1847\n' 2019-09-16 17:47:25,976 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:26,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 17:47:26,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:26,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:25 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:25 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:27,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:25 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:27,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:26 all' 2019-09-16 17:47:27,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00' 2019-09-16 17:47:27,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33 0.00' 2019-09-16 17:47:27,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.67' 2019-09-16 17:47:27,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:27,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:26 0' 2019-09-16 17:47:27,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:27,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 3.33' 2019-09-16 17:47:27,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:27,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 86.67\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 10.00 3.33 0.00 0.00 86.67\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.00 3.33 0.00 0.00 86.67\n' 2019-09-16 17:47:27,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=90 END 2019-09-16 17:47:27,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=91 START 2019-09-16 17:47:27,217 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:27,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.54 0.23 2/126 2595\n' 2019-09-16 17:47:27,223 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:27,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:28,004 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=59 END 2019-09-16 17:47:28,004 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=60 START 2019-09-16 17:47:28,005 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:28,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=85 END 2019-09-16 17:47:28,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=86 START 2019-09-16 17:47:28,076 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:28,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.23 0.10 1/120 1849\n' 2019-09-16 17:47:28,098 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:28,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:28,210 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:28,211 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.92",loadavg1="0.52",loadavg2="0.22",loadavg3="3/126",loadavg4="2581",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656043064424960 2019-09-16 17:47:28,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:27 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:27 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:28,314 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:28,316 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.53",loadavg2="0.22",loadavg3="2/127",loadavg4="2587",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656045165949184 2019-09-16 17:47:28,410 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:28,411 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.53",loadavg2="0.22",loadavg3="2/127",loadavg4="2590",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656047216809984 2019-09-16 17:47:28,511 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:28,513 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.28",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1843",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.66",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.90",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.66",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.90",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.66",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.90",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.66",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.90",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.66",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.90",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.66",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.90",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656043858270976 2019-09-16 17:47:28,608 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:28,610 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.28",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1845",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="63.33",mpstat_average.cpu.%iowait="20.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="6.67",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="63.33",mpstat_average.cpu0.%iowait="20.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="6.67",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="63.33",mpstat_maximun.cpu.%iowait="20.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="6.67",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="63.33",mpstat_maximun.cpu0.%iowait="20.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="6.67",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="63.33",mpstat_minimum.cpu.%iowait="20.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="6.67",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="63.33",mpstat_minimum.cpu0.%iowait="20.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="6.67",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656045954107136 2019-09-16 17:47:28,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:28,705 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.28",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1847",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="86.67",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="3.33",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="86.67",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="3.33",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="86.67",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="3.33",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="86.67",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="3.33",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="86.67",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="3.33",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="86.67",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="3.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656048075422976 2019-09-16 17:47:28,812 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:28,812 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568656044988267008 2019-09-16 17:47:28,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:28,941 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568656048004160768 2019-09-16 17:47:29,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-16 17:47:29,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:29,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:28 ' 2019-09-16 17:47:29,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:29,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90' 2019-09-16 17:47:29,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:47:29,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87' 2019-09-16 17:47:29,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:29,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:28 0' 2019-09-16 17:47:29,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.90' 2019-09-16 17:47:29,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:47:29,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:29,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87\n' 2019-09-16 17:47:29,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:47:29,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:29,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:29,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 12.90 3.23 0.00 0.00 83.87\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.90 3.23 0.00 0.00 83.87\n' 2019-09-16 17:47:29,268 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=91 END 2019-09-16 17:47:29,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=92 START 2019-09-16 17:47:29,269 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:29,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.54 0.23 2/127 2601\n' 2019-09-16 17:47:29,275 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:29,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:30,178 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=86 END 2019-09-16 17:47:30,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=87 START 2019-09-16 17:47:30,180 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:30,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.26 0.23 0.10 1/120 1851\n' 2019-09-16 17:47:30,205 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:30,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:30,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:30,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:29 ' 2019-09-16 17:47:30,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:30,346 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00 0.00' 2019-09-16 17:47:30,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n17:47:29 ' 2019-09-16 17:47:30,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:30,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:30,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:30,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:47:30,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:47:30,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:30,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:30,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:30,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:30,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,367 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:30,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:30,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:47:31,017 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=60 END 2019-09-16 17:47:31,018 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=61 START 2019-09-16 17:47:31,018 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:31,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:31,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:30 ' 2019-09-16 17:47:31,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:31,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:31,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.90 3.45' 2019-09-16 17:47:31,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:31,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66' 2019-09-16 17:47:31,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:31,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:30 ' 2019-09-16 17:47:31,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:31,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:31,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.90 3.45' 2019-09-16 17:47:31,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:31,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66\n' 2019-09-16 17:47:31,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\n' 2019-09-16 17:47:31,371 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=92 END 2019-09-16 17:47:31,372 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=93 START 2019-09-16 17:47:31,372 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:31,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.93 0.54 0.23 3/127 2604\n' 2019-09-16 17:47:31,378 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:31,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:32,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 17:47:32,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=87 END 2019-09-16 17:47:32,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=88 START 2019-09-16 17:47:32,297 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:32,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.23 0.10 1/120 1853\n' 2019-09-16 17:47:32,303 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:32,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:32,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:31 all 0.00 0.00 33.00 0.00 0.00 0.00 0.00 0.00 0.00 67.00\n17:47:31 0 0.00 0.00 33.00 0.00 0.00 0.00 0.00 0.00 0.00 67.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 33.00 0.00 0.00 0.00 0.00 0.00 0.00 67.00\nAverage: 0 0.00 0.00 33.00 0.00 0.00 0.00 0.00 0.00 0.00 67.00\n' 2019-09-16 17:47:32,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19991739 , "packets_per_second":999958, "flows":10100, "errors":0 }\n' 2019-09-16 17:47:32,758 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 17:47:32,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19956160' 2019-09-16 17:47:32,769 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 35579 - Lost ppm 1780 2019-09-16 17:47:32,770 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 1780 > sla_max_ppm 1000; ',) 2019-09-16 17:47:33,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:32 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:47:32 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:47:33,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=93 END 2019-09-16 17:47:33,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=94 START 2019-09-16 17:47:33,426 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:33,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.53 0.23 1/122 2619\n' 2019-09-16 17:47:33,431 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:33,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:33,773 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15017 seq=1 END 2019-09-16 17:47:33,774 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15017 seq=2 START 2019-09-16 17:47:33,774 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 17:47:33,786 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 100 64 20 1 1000000 2019-09-16 17:47:34,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=61 END 2019-09-16 17:47:34,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=62 START 2019-09-16 17:47:34,032 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:34,040 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:34,041 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999958i,packets_received=19956160i,packets_sent=19991739i,packetsize=64i,ppm=1780.0 1568656053773271040 2019-09-16 17:47:34,152 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:34,154 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.54",loadavg2="0.23",loadavg3="2/126",loadavg4="2595",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656049268559872 2019-09-16 17:47:34,255 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:34,257 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.54",loadavg2="0.23",loadavg3="2/127",loadavg4="2601",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656051371504896 2019-09-16 17:47:34,348 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=88 END 2019-09-16 17:47:34,348 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=89 START 2019-09-16 17:47:34,349 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:34,350 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:34,352 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.93",loadavg1="0.54",loadavg2="0.23",loadavg3="3/127",loadavg4="2604",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="67.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="33.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="67.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="33.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="67.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="33.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="67.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="33.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="67.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="33.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="67.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="33.00",mpstat_minimum.cpu0.%usr="0.00" 1568656053425057024 2019-09-16 17:47:34,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.23 0.10 1/120 1864\n' 2019-09-16 17:47:34,354 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:34,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:34,446 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:34,447 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.26",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1849",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.87",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.90",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="83.87",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.90",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.87",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.90",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="83.87",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.90",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.87",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.90",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="83.87",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.90",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656050178896896 2019-09-16 17:47:34,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:33 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:47:33 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:47:34,541 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:34,542 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.26",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1851",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.66",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.90",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.66",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.90",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.66",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.90",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.66",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.90",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.66",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.90",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.66",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.90",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656052296560128 2019-09-16 17:47:34,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:34,648 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1853",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656054348176896 2019-09-16 17:47:34,742 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:34,742 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.081 1568656051017755136 2019-09-16 17:47:34,843 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:34,844 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568656054031540992 2019-09-16 17:47:35,041 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 17:47:35,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:35,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:34 ' 2019-09-16 17:47:35,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:35,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00\n17:47:34 0' 2019-09-16 17:47:35,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:35,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:35,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:35,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:35,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:35,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:35,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:35,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:35,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:35,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:35,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:35,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:35,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=94 END 2019-09-16 17:47:35,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=95 START 2019-09-16 17:47:35,478 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:35,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.86 0.53 0.23 1/126 2632\n' 2019-09-16 17:47:35,483 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:35,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:36,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=89 END 2019-09-16 17:47:36,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=90 START 2019-09-16 17:47:36,427 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:36,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.24 0.23 0.10 1/120 1866\n' 2019-09-16 17:47:36,438 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:36,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:36,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:35 all 2.00 0.00 52.00 0.00 0.00 0.00 0.00 0.00 0.00 46.00\n17:47:35 0 2.00 0.00 52.00 0.00 0.00 0.00 0.00 0.00 0.00 46.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.00 0.00 52.00 0.00 0.00 0.00 0.00 0.00 0.00 46.00\nAverage: 0 2.00 0.00 52.00 0.00 0.00 0.00 0.00 0.00 0.00 46.00\n' 2019-09-16 17:47:37,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=62 END 2019-09-16 17:47:37,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=63 START 2019-09-16 17:47:37,046 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:37,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:37,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:36 ' 2019-09-16 17:47:37,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:37,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:37,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:37,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:47:37,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:37,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:37,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.88' 2019-09-16 17:47:37,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:37,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:36 0' 2019-09-16 17:47:37,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:37,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:37,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:37,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:37,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:47:37,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:37,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.88' 2019-09-16 17:47:37,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:37,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:37,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00 0.00 0.00 0.00 12.12 0.00 0.00 0.00 87.88\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 0.00 0.00 0.00 87.88\n' 2019-09-16 17:47:37,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=95 END 2019-09-16 17:47:37,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=96 START 2019-09-16 17:47:37,555 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:37,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.54 0.23 2/127 2696\n' 2019-09-16 17:47:37,560 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:37,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:38,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 17:47:38,505 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=90 END 2019-09-16 17:47:38,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=91 START 2019-09-16 17:47:38,506 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:38,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.22 0.10 1/120 1868\n' 2019-09-16 17:47:38,527 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:38,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:38,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:37 all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:37 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:39,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:39,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:38 ' 2019-09-16 17:47:39,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:39,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:39,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=96 END 2019-09-16 17:47:39,605 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=97 START 2019-09-16 17:47:39,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.18 0.00' 2019-09-16 17:47:39,605 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:39,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12 3.03 0.00' 2019-09-16 17:47:39,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 66.67\n' 2019-09-16 17:47:39,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:38 ' 2019-09-16 17:47:39,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:47:39,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.54 0.23 2/126 2701\n' 2019-09-16 17:47:39,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:39,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-16 17:47:39,612 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:39,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:47:39,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:47:39,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:39,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 66.67\n' 2019-09-16 17:47:39,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 18.18 0.00 12.12 3.03 0.00 0.00 66.67\nAverage: 0 0.00 0.00 0.00 18.18 0.00 12.12 3.03 0.00 0.00 66.67\n' 2019-09-16 17:47:39,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:39,938 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:39,940 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.53",loadavg2="0.23",loadavg3="1/122",loadavg4="2619",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656055477031936 2019-09-16 17:47:40,033 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:40,035 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.86",loadavg1="0.53",loadavg2="0.23",loadavg3="1/126",loadavg4="2632",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="46.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="52.00",mpstat_average.cpu.%usr="2.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="46.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="52.00",mpstat_average.cpu0.%usr="2.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="46.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="52.00",mpstat_maximun.cpu.%usr="2.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="46.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="52.00",mpstat_maximun.cpu0.%usr="2.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="46.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="52.00",mpstat_minimum.cpu.%usr="2.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="46.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="52.00",mpstat_minimum.cpu0.%usr="2.00" 1568656057554349056 2019-09-16 17:47:40,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=63 END 2019-09-16 17:47:40,061 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=64 START 2019-09-16 17:47:40,061 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:40,130 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:40,131 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.54",loadavg2="0.23",loadavg3="2/127",loadavg4="2696",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="1.00" 1568656059604523008 2019-09-16 17:47:40,240 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:40,242 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1864",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656056426183936 2019-09-16 17:47:40,336 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:40,338 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.24",loadavg1="0.23",loadavg2="0.10",loadavg3="1/120",loadavg4="1866",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656058505400832 2019-09-16 17:47:40,439 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:40,439 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568656057045253888 2019-09-16 17:47:40,544 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:40,545 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568656060060657152 2019-09-16 17:47:40,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=91 END 2019-09-16 17:47:40,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=92 START 2019-09-16 17:47:40,621 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:40,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.22 0.22 0.10 1/120 1870\n' 2019-09-16 17:47:40,641 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:40,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:39 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:39 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:40,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:41,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-16 17:47:41,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=97 END 2019-09-16 17:47:41,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=98 START 2019-09-16 17:47:41,684 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:41,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.87 0.54 0.23 2/127 2707\n' 2019-09-16 17:47:41,690 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:41,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:41,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:41 ' 2019-09-16 17:47:41,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:41,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12' 2019-09-16 17:47:41,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:41,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:47:41,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:41 0' 2019-09-16 17:47:41,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:41,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50' 2019-09-16 17:47:41,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:47:41,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:41,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:47:41,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:41,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\n' 2019-09-16 17:47:41,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:42,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=92 END 2019-09-16 17:47:42,741 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=93 START 2019-09-16 17:47:42,741 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:42,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:42,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.22 0.10 1/120 1872\n' 2019-09-16 17:47:42,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:41 all' 2019-09-16 17:47:42,760 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:42,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:42,763 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:42,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:47:42,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:41 0' 2019-09-16 17:47:42,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:47:42,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:47:42,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:42,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:47:42,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:42,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,779 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:42,779 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:42,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:47:42,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:42,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:42,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:42,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:43,076 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=64 END 2019-09-16 17:47:43,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=65 START 2019-09-16 17:47:43,077 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:43,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=98 END 2019-09-16 17:47:43,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=99 START 2019-09-16 17:47:43,787 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:43,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.55 0.23 2/127 2710\n' 2019-09-16 17:47:43,793 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:43,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:43,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:43 ' 2019-09-16 17:47:43,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:43,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:43,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 32.26 0.00 9.68' 2019-09-16 17:47:43,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:47:43,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 54.84' 2019-09-16 17:47:43,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:43 ' 2019-09-16 17:47:43,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:43,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 32.26' 2019-09-16 17:47:43,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.68' 2019-09-16 17:47:43,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:47:43,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 54.84' 2019-09-16 17:47:43,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:43,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:47:43,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 32.26 0.00 9.68 3.23 0.00 0.00 54.84\nAverage: 0 0.00 0.00 0.00 32.26 0.00 9.68 3.23 0.00 0.00 54.84\n' 2019-09-16 17:47:43,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:44,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-16 17:47:44,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=93 END 2019-09-16 17:47:44,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=94 START 2019-09-16 17:47:44,823 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:44,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:43 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:43 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:44,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.20 0.22 0.10 1/120 1874\n' 2019-09-16 17:47:44,837 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:44,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:45,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:45,648 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.54",loadavg2="0.23",loadavg3="2/126",loadavg4="2701",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656061683149056 2019-09-16 17:47:45,764 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:45,766 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.87",loadavg1="0.54",loadavg2="0.23",loadavg3="2/127",loadavg4="2707",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656063786372864 2019-09-16 17:47:45,837 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=99 END 2019-09-16 17:47:45,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=100 START 2019-09-16 17:47:45,838 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:45,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.88 0.55 0.23 2/126 2715\n' 2019-09-16 17:47:45,844 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:45,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:45,887 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:45,889 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.55",loadavg2="0.23",loadavg3="2/127",loadavg4="2710",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656065837442048 2019-09-16 17:47:45,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:45,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:45 ' 2019-09-16 17:47:45,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:45,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:45,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.90' 2019-09-16 17:47:45,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:47:45,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66' 2019-09-16 17:47:45,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:45,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:45 ' 2019-09-16 17:47:45,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:45,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:45,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.90' 2019-09-16 17:47:45,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45 0.00' 2019-09-16 17:47:45,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.66' 2019-09-16 17:47:45,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:45,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:45,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:45,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:45,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:45,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:45,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.90 3.45 0.00 0.00 89.66\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.90 3.45 0.00 0.00 89.66\n' 2019-09-16 17:47:45,983 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:45,985 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.22",loadavg1="0.22",loadavg2="0.10",loadavg3="1/120",loadavg4="1868",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="66.67",mpstat_average.cpu.%iowait="18.18",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="66.67",mpstat_average.cpu0.%iowait="18.18",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="66.67",mpstat_maximun.cpu.%iowait="18.18",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="66.67",mpstat_maximun.cpu0.%iowait="18.18",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="66.67",mpstat_minimum.cpu.%iowait="18.18",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="66.67",mpstat_minimum.cpu0.%iowait="18.18",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656060619972864 2019-09-16 17:47:46,084 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:46,086 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.22",loadavg1="0.22",loadavg2="0.10",loadavg3="1/120",loadavg4="1870",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656062740678144 2019-09-16 17:47:46,092 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=65 END 2019-09-16 17:47:46,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=66 START 2019-09-16 17:47:46,093 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:46,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:46,189 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.20",loadavg1="0.22",loadavg2="0.10",loadavg3="1/120",loadavg4="1872",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="54.84",mpstat_average.cpu.%iowait="32.26",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.68",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="54.84",mpstat_average.cpu0.%iowait="32.26",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.68",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="54.84",mpstat_maximun.cpu.%iowait="32.26",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.68",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="54.84",mpstat_maximun.cpu0.%iowait="32.26",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.68",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="54.84",mpstat_minimum.cpu.%iowait="32.26",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.68",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="54.84",mpstat_minimum.cpu0.%iowait="32.26",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.68",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656064822884096 2019-09-16 17:47:46,289 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:46,290 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.129 1568656063076744192 2019-09-16 17:47:46,393 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:46,394 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.125 1568656066092478976 2019-09-16 17:47:46,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:45 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:45 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:46,915 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=94 END 2019-09-16 17:47:46,915 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=95 START 2019-09-16 17:47:46,916 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:46,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.21 0.10 1/120 1876\n' 2019-09-16 17:47:46,934 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:46,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:47,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 17:47:47,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=100 END 2019-09-16 17:47:47,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=101 START 2019-09-16 17:47:47,890 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:47,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.55 0.24 2/127 2721\n' 2019-09-16 17:47:47,896 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:47,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:47,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:47,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:47 all 0.00 0.00 0.00 0.00 0.00 34.21 5.26 0.00 0.00 60.53\n17:47:47 0 0.00 0.00 0.00 0.00 0.00 34.21 5.26 0.00 0.00 60.53\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 34.21 5.26 0.00 0.00 60.53\nAverage: 0 0.00 0.00 0.00 0.00 0.00 34.21 5.26 0.00 0.00 60.53\n' 2019-09-16 17:47:48,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:46 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:48,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:47 ' 2019-09-16 17:47:48,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:47:48,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:48,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,972 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:47:48,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:47:47 0' 2019-09-16 17:47:48,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:47:48,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,978 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:48,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:48,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:47:48,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:47:48,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:48,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\nAverage: ' 2019-09-16 17:47:48,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:47:48,987 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:47:48,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:48,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:48,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:47:48,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=95 END 2019-09-16 17:47:48,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=96 START 2019-09-16 17:47:48,996 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:49,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.21 0.10 2/120 1878\n' 2019-09-16 17:47:49,006 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:49,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:49,108 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=66 END 2019-09-16 17:47:49,109 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=67 START 2019-09-16 17:47:49,109 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:49,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=101 END 2019-09-16 17:47:49,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=102 START 2019-09-16 17:47:49,995 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:50,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.89 0.55 0.24 2/127 2724\n' 2019-09-16 17:47:50,001 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:50,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:50,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:49 ' 2019-09-16 17:47:50,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:50,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:50,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:50,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:50,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 18.18 3.03' 2019-09-16 17:47:50,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 78.79' 2019-09-16 17:47:50,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:50,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:49 0' 2019-09-16 17:47:50,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-16 17:47:50,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:47:50,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 78.79' 2019-09-16 17:47:50,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:50,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all' 2019-09-16 17:47:50,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:50,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-16 17:47:50,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:47:50,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:50,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 78.79\n' 2019-09-16 17:47:50,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:47:50,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:47:50,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 18.18' 2019-09-16 17:47:50,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:47:50,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:50,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 78.79\n' 2019-09-16 17:47:50,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-16 17:47:51,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:50 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:50 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:51,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=96 END 2019-09-16 17:47:51,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=97 START 2019-09-16 17:47:51,096 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:51,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.18 0.21 0.10 1/120 1880\n' 2019-09-16 17:47:51,115 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:51,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:51,495 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:51,497 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.88",loadavg1="0.55",loadavg2="0.23",loadavg3="2/126",loadavg4="2715",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656067889233152 2019-09-16 17:47:51,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:51,617 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.55",loadavg2="0.24",loadavg3="2/127",loadavg4="2721",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656069994434048 2019-09-16 17:47:51,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:51,725 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.20",loadavg1="0.22",loadavg2="0.10",loadavg3="1/120",loadavg4="1874",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.66",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.90",mpstat_average.cpu.%steal="3.45",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.66",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.90",mpstat_average.cpu0.%steal="3.45",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.66",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.90",mpstat_maximun.cpu.%steal="3.45",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.66",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.90",mpstat_maximun.cpu0.%steal="3.45",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.66",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.90",mpstat_minimum.cpu.%steal="3.45",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.66",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.90",mpstat_minimum.cpu0.%steal="3.45",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656066915137024 2019-09-16 17:47:51,855 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:51,857 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.18",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1876",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="60.53",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="34.21",mpstat_average.cpu.%steal="5.26",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="60.53",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="34.21",mpstat_average.cpu0.%steal="5.26",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="60.53",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="34.21",mpstat_maximun.cpu.%steal="5.26",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="60.53",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="34.21",mpstat_maximun.cpu0.%steal="5.26",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="60.53",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="34.21",mpstat_minimum.cpu.%steal="5.26",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="60.53",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="34.21",mpstat_minimum.cpu0.%steal="5.26",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656068995835904 2019-09-16 17:47:51,959 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:51,960 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.18",loadavg1="0.21",loadavg2="0.10",loadavg3="2/120",loadavg4="1878",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="78.79",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="18.18",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="78.79",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="18.18",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="78.79",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="18.18",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="78.79",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="18.18",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="78.79",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="18.18",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="78.79",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="18.18",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656071095452160 2019-09-16 17:47:52,056 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:52,056 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568656069108705024 2019-09-16 17:47:52,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=102 END 2019-09-16 17:47:52,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=103 START 2019-09-16 17:47:52,073 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:52,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.56 0.24 2/126 2729\n' 2019-09-16 17:47:52,078 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:52,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=67 END 2019-09-16 17:47:52,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=68 START 2019-09-16 17:47:52,125 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:52,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:52,157 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:52,158 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.1 1568656072124346880 2019-09-16 17:47:52,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:52,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:51 ' 2019-09-16 17:47:52,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:52,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50' 2019-09-16 17:47:52,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00' 2019-09-16 17:47:52,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:47:52,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:51 0' 2019-09-16 17:47:52,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:52,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50 3.12' 2019-09-16 17:47:52,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:52,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.38\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\n' 2019-09-16 17:47:53,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 17:47:53,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:52 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:52 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:53,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=97 END 2019-09-16 17:47:53,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=98 START 2019-09-16 17:47:53,215 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:53,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.21 0.10 1/120 1882\n' 2019-09-16 17:47:53,237 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:53,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:54,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=103 END 2019-09-16 17:47:54,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=104 START 2019-09-16 17:47:54,150 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:54,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.56 0.24 2/126 2735\n' 2019-09-16 17:47:54,156 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:54,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:54,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:54,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:53 ' 2019-09-16 17:47:54,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:47:54,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.23 0.00' 2019-09-16 17:47:54,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90 0.00' 2019-09-16 17:47:54,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87\n' 2019-09-16 17:47:54,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:53 0' 2019-09-16 17:47:54,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:54,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:47:54,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.90' 2019-09-16 17:47:54,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:54,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:54,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87' 2019-09-16 17:47:54,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:54,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:47:54,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 3.23 0.00 12.90 0.00 0.00 0.00 83.87\nAverage: 0 0.00 0.00 0.00 3.23 0.00 12.90 0.00 0.00 0.00 83.87\n' 2019-09-16 17:47:55,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=68 END 2019-09-16 17:47:55,141 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=69 START 2019-09-16 17:47:55,141 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:55,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:54 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:47:54 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:47:55,308 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=98 END 2019-09-16 17:47:55,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=99 START 2019-09-16 17:47:55,309 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:55,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.17 0.21 0.10 1/120 1884\n' 2019-09-16 17:47:55,329 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:55,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:56,150 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 17:47:56,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=104 END 2019-09-16 17:47:56,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=105 START 2019-09-16 17:47:56,202 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:56,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.56 0.24 1/126 2742\n' 2019-09-16 17:47:56,207 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:56,250 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:56,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:56,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:55 ' 2019-09-16 17:47:56,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:56,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:47:56,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.55\n' 2019-09-16 17:47:56,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:55 ' 2019-09-16 17:47:56,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:47:56,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.45' 2019-09-16 17:47:56,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.55' 2019-09-16 17:47:56,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:56,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:56,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:47:56,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.45' 2019-09-16 17:47:56,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.55' 2019-09-16 17:47:56,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:56,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:47:56,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:47:56,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.45' 2019-09-16 17:47:56,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:56,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:56,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.55' 2019-09-16 17:47:56,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:56,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19923528 , "packets_per_second":999952, "flows":10100, "errors":0 }\n' 2019-09-16 17:47:56,982 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 17:47:56,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19881987' 2019-09-16 17:47:56,993 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 41541 - Lost ppm 2086 2019-09-16 17:47:56,994 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2086 > sla_max_ppm 1000; ',) 2019-09-16 17:47:57,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:56 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:47:56 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:47:57,287 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:57,288 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.89",loadavg1="0.55",loadavg2="0.24",loadavg3="2/127",loadavg4="2724",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656072072189952 2019-09-16 17:47:57,402 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:57,404 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.56",loadavg2="0.24",loadavg3="2/126",loadavg4="2729",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656074149650944 2019-09-16 17:47:57,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=99 END 2019-09-16 17:47:57,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=100 START 2019-09-16 17:47:57,414 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:57,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.21 0.10 1/120 1890\n' 2019-09-16 17:47:57,420 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:57,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:57,518 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:57,520 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.56",loadavg2="0.24",loadavg3="2/126",loadavg4="2735",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656076201057024 2019-09-16 17:47:57,623 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:47:57,625 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.18",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1880",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656073214834944 2019-09-16 17:47:57,723 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:47:57,725 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.17",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1882",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.87",mpstat_average.cpu.%iowait="3.23",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.90",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="83.87",mpstat_average.cpu0.%iowait="3.23",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.90",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.87",mpstat_maximun.cpu.%iowait="3.23",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.90",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="83.87",mpstat_maximun.cpu0.%iowait="3.23",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.90",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.87",mpstat_minimum.cpu.%iowait="3.23",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.90",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="83.87",mpstat_minimum.cpu0.%iowait="3.23",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.90",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656075308562944 2019-09-16 17:47:57,888 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:57,890 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.17",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1884",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.55",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.45",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.55",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.45",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.55",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.45",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.55",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.45",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.55",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.45",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.55",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.45",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656077413932032 2019-09-16 17:47:57,994 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:57,995 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568656075140687872 2019-09-16 17:47:57,996 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15017 seq=2 END 2019-09-16 17:47:57,997 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:47:57,997 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:47:57,998 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:47:58,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=69 END 2019-09-16 17:47:58,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=70 START 2019-09-16 17:47:58,155 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:47:58,165 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:58,166 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568656078154181888 2019-09-16 17:47:58,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=105 END 2019-09-16 17:47:58,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=106 START 2019-09-16 17:47:58,254 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:58,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.55 0.24 1/121 2755\n' 2019-09-16 17:47:58,260 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:58,266 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:47:58,267 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999952i,packets_received=19881987i,packets_sent=19923528i,packetsize=64i,ppm=2086.0 1568656077996370944 2019-09-16 17:47:58,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:47:58,390 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:47:58,391 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:47:58,394 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:47:58,404 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:47:58,406 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:47:58,407 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:47:58,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:58,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:57 all' 2019-09-16 17:47:58,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:58,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.24 0.00 0.00' 2019-09-16 17:47:58,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 79.76\n' 2019-09-16 17:47:58,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:57 0' 2019-09-16 17:47:58,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.24 0.00' 2019-09-16 17:47:58,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:58,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:58,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.76\n' 2019-09-16 17:47:58,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:47:58,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:47:58,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.24 0.00' 2019-09-16 17:47:58,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.76' 2019-09-16 17:47:58,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:47:58,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:47:58,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.24' 2019-09-16 17:47:58,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:47:58,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:47:58,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 79.76' 2019-09-16 17:47:58,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:47:58,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:47:58,679 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:47:58,680 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:47:58,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:47:59,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.141' 2019-09-16 17:47:59,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:47:58 all 13.27 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 83.67\n17:47:58 0 13.27 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 83.67\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 13.27 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 83.67\nAverage: 0 13.27 0.00 3.06 0.00 0.00 0.00 0.00 0.00 0.00 83.67\n' 2019-09-16 17:47:59,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=100 END 2019-09-16 17:47:59,520 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=101 START 2019-09-16 17:47:59,520 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:47:59,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.16 0.21 0.10 1/120 1928\n' 2019-09-16 17:47:59,525 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:47:59,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:00,305 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=106 END 2019-09-16 17:48:00,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=107 START 2019-09-16 17:48:00,306 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:00,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.55 0.24 1/124 2797\n' 2019-09-16 17:48:00,312 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:00,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:00,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:47:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:00,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:59 ' 2019-09-16 17:48:00,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:00,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:00,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:47:59 ' 2019-09-16 17:48:00,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:00,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:00,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:00,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:00,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:00,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:00,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:00,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:00,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:00,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:00,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:01,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=70 END 2019-09-16 17:48:01,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=71 START 2019-09-16 17:48:01,168 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:01,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:47:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:00 all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:48:00 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.00 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:48:01,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=101 END 2019-09-16 17:48:01,621 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=102 START 2019-09-16 17:48:01,621 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:01,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.20 0.10 1/120 1930\n' 2019-09-16 17:48:01,626 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:01,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:02,030 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15023 seq=1 START 2019-09-16 17:48:02,031 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 17:48:02,043 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 300 64 20 1 1000000 2019-09-16 17:48:02,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 17:48:02,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=107 END 2019-09-16 17:48:02,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=108 START 2019-09-16 17:48:02,384 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:02,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.54 0.24 1/126 2810\n' 2019-09-16 17:48:02,389 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:02,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:02,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:02 all 0.00 0.00 1.04 19.79 0.00 0.00 0.00 0.00 0.00 79.17\n17:48:02 0 0.00 0.00 1.04 19.79 0.00 0.00 0.00 0.00 0.00 79.17\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.04 19.79 0.00 0.00 0.00 0.00 0.00 79.17\nAverage: 0 0.00 0.00 1.04 19.79 0.00 0.00 0.00 0.00 0.00 79.17\n' 2019-09-16 17:48:03,400 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:03,403 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.56",loadavg2="0.24",loadavg3="1/126",loadavg4="2742",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656078253220096 2019-09-16 17:48:03,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:03,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:02 ' 2019-09-16 17:48:03,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:48:03,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,437 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:03,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:03,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:02 0' 2019-09-16 17:48:03,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:03,444 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,445 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,446 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:03,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:03,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:48:03,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:03,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:03,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:03,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:03,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:03,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:03,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:03,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:03,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:03,514 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.55",loadavg2="0.24",loadavg3="1/121",loadavg4="2755",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.67",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="3.06",mpstat_average.cpu.%usr="13.27",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="83.67",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="3.06",mpstat_average.cpu0.%usr="13.27",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.67",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="3.06",mpstat_maximun.cpu.%usr="13.27",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="83.67",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="3.06",mpstat_maximun.cpu0.%usr="13.27",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.67",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="3.06",mpstat_minimum.cpu.%usr="13.27",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="83.67",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="3.06",mpstat_minimum.cpu0.%usr="13.27" 1568656080305453056 2019-09-16 17:48:03,610 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:03,612 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.55",loadavg2="0.24",loadavg3="1/124",loadavg4="2797",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.00" 1568656082382889984 2019-09-16 17:48:03,697 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=102 END 2019-09-16 17:48:03,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=103 START 2019-09-16 17:48:03,698 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:03,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.20 0.10 1/120 1937\n' 2019-09-16 17:48:03,703 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:03,715 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:03,717 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.16",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1890",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.76",mpstat_average.cpu.%iowait="20.24",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.76",mpstat_average.cpu0.%iowait="20.24",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.76",mpstat_maximun.cpu.%iowait="20.24",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.76",mpstat_maximun.cpu0.%iowait="20.24",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.76",mpstat_minimum.cpu.%iowait="20.24",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.76",mpstat_minimum.cpu0.%iowait="20.24",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656079519788032 2019-09-16 17:48:03,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:03,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:03,902 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.16",loadavg1="0.21",loadavg2="0.10",loadavg3="1/120",loadavg4="1928",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656081620595968 2019-09-16 17:48:03,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:03,999 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.14",loadavg1="0.20",loadavg2="0.10",loadavg3="1/120",loadavg4="1930",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.17",mpstat_average.cpu.%iowait="19.79",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.04",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.17",mpstat_average.cpu0.%iowait="19.79",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.04",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.17",mpstat_maximun.cpu.%iowait="19.79",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.04",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.17",mpstat_maximun.cpu0.%iowait="19.79",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.04",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.17",mpstat_minimum.cpu.%iowait="19.79",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.04",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.17",mpstat_minimum.cpu0.%iowait="19.79",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.04",mpstat_minimum.cpu0.%usr="0.00" 1568656083697400064 2019-09-16 17:48:04,095 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:04,095 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.141 1568656081168032768 2019-09-16 17:48:04,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=71 END 2019-09-16 17:48:04,182 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=72 START 2019-09-16 17:48:04,182 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:04,199 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:04,200 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656084181794816 2019-09-16 17:48:04,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=108 END 2019-09-16 17:48:04,464 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=109 START 2019-09-16 17:48:04,464 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:04,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.54 0.24 2/127 2874\n' 2019-09-16 17:48:04,470 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:04,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:04,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:04,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:04 ' 2019-09-16 17:48:04,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:04,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:04,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.41 0.00' 2019-09-16 17:48:04,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.59\n' 2019-09-16 17:48:04,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:04 ' 2019-09-16 17:48:04,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:04,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:04,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.41' 2019-09-16 17:48:04,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:04,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.59\n' 2019-09-16 17:48:04,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:04,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:04,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:04,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:04,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.41 0.00' 2019-09-16 17:48:04,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.59' 2019-09-16 17:48:04,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:04,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:04,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:04,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:04,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.41 0.00' 2019-09-16 17:48:04,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:04,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.59' 2019-09-16 17:48:04,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:05,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 17:48:05,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:04 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:04 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:05,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=103 END 2019-09-16 17:48:05,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=104 START 2019-09-16 17:48:05,802 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:05,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.20 0.10 1/120 1939\n' 2019-09-16 17:48:05,820 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:05,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:06,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=109 END 2019-09-16 17:48:06,542 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=110 START 2019-09-16 17:48:06,542 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:06,547 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.54 0.24 2/126 2879\n' 2019-09-16 17:48:06,548 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:06,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:06,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:06,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:06 all' 2019-09-16 17:48:06,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:06,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00' 2019-09-16 17:48:06,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:48:06,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:06,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.14' 2019-09-16 17:48:06,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:06,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:06 ' 2019-09-16 17:48:06,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:06,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:06,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 20.00' 2019-09-16 17:48:06,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:48:06,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 77.14\n' 2019-09-16 17:48:06,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:06,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:06,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:06,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 20.00 2.86 0.00 0.00 77.14\nAverage: 0 0.00 0.00 0.00 0.00 0.00 20.00 2.86 0.00 0.00 77.14\n' 2019-09-16 17:48:07,197 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=72 END 2019-09-16 17:48:07,197 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=73 START 2019-09-16 17:48:07,198 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:07,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:06 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:06 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:07,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=104 END 2019-09-16 17:48:07,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=105 START 2019-09-16 17:48:07,892 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:07,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.20 0.09 1/119 1941\n' 2019-09-16 17:48:07,910 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:07,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:08,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 17:48:08,619 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=110 END 2019-09-16 17:48:08,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=111 START 2019-09-16 17:48:08,620 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:08,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.55 0.25 2/127 2885\n' 2019-09-16 17:48:08,626 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:08,670 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:08,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:08,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:08 all' 2019-09-16 17:48:08,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:08,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:08,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.45' 2019-09-16 17:48:08,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:48:08,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:08,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:48:08,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:08 0' 2019-09-16 17:48:08,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:08,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:08,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:08,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45 3.23' 2019-09-16 17:48:09,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32' 2019-09-16 17:48:09,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:09,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:09,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 6.45 3.23' 2019-09-16 17:48:09,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32' 2019-09-16 17:48:09,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:09,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:09,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.45 3.23 0.00 0.00 90.32\n' 2019-09-16 17:48:09,419 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:09,422 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.54",loadavg2="0.24",loadavg3="1/126",loadavg4="2810",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656084463512832 2019-09-16 17:48:09,523 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:09,525 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.54",loadavg2="0.24",loadavg3="2/127",loadavg4="2874",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656086541803008 2019-09-16 17:48:09,640 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:09,642 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.54",loadavg2="0.24",loadavg3="2/126",loadavg4="2879",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656088619715840 2019-09-16 17:48:09,671 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:09,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:08 ' 2019-09-16 17:48:09,673 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:09,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:09,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,677 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:09,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:08 0' 2019-09-16 17:48:09,681 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:48:09,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,683 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:09,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:09,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:09,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:09,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,692 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: 0' 2019-09-16 17:48:09,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:09,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:09,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:09,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:09,744 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:09,746 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.14",loadavg1="0.20",loadavg2="0.10",loadavg3="1/120",loadavg4="1937",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.59",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.41",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.59",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.41",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.59",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.41",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.59",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.41",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.59",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.41",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.59",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.41",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656085801643008 2019-09-16 17:48:09,841 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:09,843 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.14",loadavg1="0.20",loadavg2="0.10",loadavg3="1/120",loadavg4="1939",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.14",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="20.00",mpstat_average.cpu.%steal="2.86",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="77.14",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="20.00",mpstat_average.cpu0.%steal="2.86",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="77.14",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="20.00",mpstat_maximun.cpu.%steal="2.86",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="77.14",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="20.00",mpstat_maximun.cpu0.%steal="2.86",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="77.14",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="20.00",mpstat_minimum.cpu.%steal="2.86",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="77.14",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="20.00",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656087891886080 2019-09-16 17:48:09,942 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:09,943 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656087197212928 2019-09-16 17:48:10,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=105 END 2019-09-16 17:48:10,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=106 START 2019-09-16 17:48:10,014 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:10,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.20 0.09 1/119 1943\n' 2019-09-16 17:48:10,032 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:10,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:10,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=73 END 2019-09-16 17:48:10,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=74 START 2019-09-16 17:48:10,214 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:10,702 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=111 END 2019-09-16 17:48:10,703 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=112 START 2019-09-16 17:48:10,703 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:10,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.55 0.25 2/127 2888\n' 2019-09-16 17:48:10,709 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:10,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:11,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:11,113 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:10 ' 2019-09-16 17:48:11,113 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:11,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:11,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.65' 2019-09-16 17:48:11,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:48:11,117 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.41\n' 2019-09-16 17:48:11,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:10 ' 2019-09-16 17:48:11,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:11,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:11,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.65' 2019-09-16 17:48:11,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-16 17:48:11,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 79.41' 2019-09-16 17:48:11,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:11,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:11,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:11,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:11,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:11,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.65' 2019-09-16 17:48:11,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:48:11,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 79.41\nAverage: 0 0.00 0.00 0.00 0.00 0.00 17.65 2.94 0.00 0.00 79.41\n' 2019-09-16 17:48:11,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 17:48:11,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:10 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:10 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:12,133 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=106 END 2019-09-16 17:48:12,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=107 START 2019-09-16 17:48:12,134 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:12,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.20 0.09 2/119 1945\n' 2019-09-16 17:48:12,142 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:12,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:12,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=112 END 2019-09-16 17:48:12,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=113 START 2019-09-16 17:48:12,781 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:12,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.56 0.25 2/126 2893\n' 2019-09-16 17:48:12,786 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:12,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:13,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:13,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:12 all 0.00' 2019-09-16 17:48:13,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:13,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:48:13,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:48:13,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,201 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38' 2019-09-16 17:48:13,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:12 ' 2019-09-16 17:48:13,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:13,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:13,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:13,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12' 2019-09-16 17:48:13,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:13,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38' 2019-09-16 17:48:13,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:13,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:13,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:13,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:13,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:13,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50 3.12 0.00 0.00 84.38\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\n' 2019-09-16 17:48:13,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=74 END 2019-09-16 17:48:13,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=75 START 2019-09-16 17:48:13,229 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:13,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:12 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:12 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:14,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=107 END 2019-09-16 17:48:14,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=108 START 2019-09-16 17:48:14,216 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:14,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.20 0.09 1/119 1947\n' 2019-09-16 17:48:14,231 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:14,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 17:48:14,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:14,857 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=113 END 2019-09-16 17:48:14,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=114 START 2019-09-16 17:48:14,858 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:14,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.56 0.25 2/127 2899\n' 2019-09-16 17:48:14,864 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:14,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:15,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:15,051 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.55",loadavg2="0.25",loadavg3="2/127",loadavg4="2885",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656090702594048 2019-09-16 17:48:15,180 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:15,182 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.55",loadavg2="0.25",loadavg3="2/127",loadavg4="2888",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656092780596992 2019-09-16 17:48:15,282 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:15,284 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.56",loadavg2="0.25",loadavg3="2/126",loadavg4="2893",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656094857812992 2019-09-16 17:48:15,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:15,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:14 all' 2019-09-16 17:48:15,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 0.00' 2019-09-16 17:48:15,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.00\n' 2019-09-16 17:48:15,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:14 ' 2019-09-16 17:48:15,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:15,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 10.00 0.00' 2019-09-16 17:48:15,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.00' 2019-09-16 17:48:15,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:15,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:15,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:15,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 10.00 0.00 0.00 0.00 90.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 10.00 0.00 0.00 0.00 90.00\n' 2019-09-16 17:48:15,380 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:15,381 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.13",loadavg1="0.20",loadavg2="0.09",loadavg3="1/119",loadavg4="1941",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656090013245952 2019-09-16 17:48:15,511 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:15,513 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.13",loadavg1="0.20",loadavg2="0.09",loadavg3="1/119",loadavg4="1943",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="79.41",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.65",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="79.41",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.65",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="79.41",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.65",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="79.41",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.65",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="79.41",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.65",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="79.41",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.65",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656092133433088 2019-09-16 17:48:15,616 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:15,617 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.12",loadavg1="0.20",loadavg2="0.09",loadavg3="2/119",loadavg4="1945",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656094215339008 2019-09-16 17:48:15,724 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:15,725 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568656090213145088 2019-09-16 17:48:15,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:15,830 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568656093229036032 2019-09-16 17:48:15,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:15,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:14 ' 2019-09-16 17:48:15,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:15,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:15,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:15,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:48:15,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:14 0' 2019-09-16 17:48:15,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:15,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:15,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:15,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:15,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:15,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:15,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:15,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:15,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:15,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:15,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:15,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:16,242 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=75 END 2019-09-16 17:48:16,242 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=76 START 2019-09-16 17:48:16,243 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:16,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=108 END 2019-09-16 17:48:16,310 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=109 START 2019-09-16 17:48:16,310 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:16,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.20 0.09 1/119 1949\n' 2019-09-16 17:48:16,329 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:16,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:16,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=114 END 2019-09-16 17:48:16,966 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=115 START 2019-09-16 17:48:16,966 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:16,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.57 0.25 2/127 2902\n' 2019-09-16 17:48:16,972 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:17,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:17,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:48:17,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:17,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:16 all 0.00 0.00 0.00 0.00 0.00 12.90' 2019-09-16 17:48:17,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:48:17,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:17,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 83.87' 2019-09-16 17:48:17,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:17,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:16 ' 2019-09-16 17:48:17,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:17,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:17,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:17,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.90' 2019-09-16 17:48:17,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:48:17,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:17,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 83.87\n' 2019-09-16 17:48:17,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:17,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:17,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:17,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 12.90 3.23 0.00 0.00 83.87\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.90 3.23 0.00 0.00 83.87\n' 2019-09-16 17:48:18,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:17 all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n17:48:17 0 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 99.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:18,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=109 END 2019-09-16 17:48:18,399 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=110 START 2019-09-16 17:48:18,399 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:18,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.19 0.09 1/119 1951\n' 2019-09-16 17:48:18,418 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:18,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:19,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=115 END 2019-09-16 17:48:19,043 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=116 START 2019-09-16 17:48:19,043 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:19,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.57 0.25 2/126 2907\n' 2019-09-16 17:48:19,049 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:19,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:19,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=76 END 2019-09-16 17:48:19,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=77 START 2019-09-16 17:48:19,258 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:19,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:19,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:18 all 0.00' 2019-09-16 17:48:19,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:19,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00' 2019-09-16 17:48:19,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-16 17:48:19,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 77.14' 2019-09-16 17:48:19,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:18 ' 2019-09-16 17:48:19,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:19,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:19,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00 2.86' 2019-09-16 17:48:19,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 77.14' 2019-09-16 17:48:19,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:19,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:19,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:19,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:19,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:19,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:19,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:19,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 20.00' 2019-09-16 17:48:19,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00 0.00 77.14\nAverage: 0 0.00 0.00 0.00 0.00 0.00 20.00 2.86 0.00 0.00 77.14\n' 2019-09-16 17:48:20,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:19 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:19 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:20,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 17:48:20,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=110 END 2019-09-16 17:48:20,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=111 START 2019-09-16 17:48:20,490 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:20,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.19 0.09 1/119 1953\n' 2019-09-16 17:48:20,506 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:20,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:20,932 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:20,934 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.56",loadavg2="0.25",loadavg3="2/127",loadavg4="2899",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656096965747968 2019-09-16 17:48:21,037 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:21,039 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.57",loadavg2="0.25",loadavg3="2/127",loadavg4="2902",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="0.00" 1568656099042766080 2019-09-16 17:48:21,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=116 END 2019-09-16 17:48:21,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=117 START 2019-09-16 17:48:21,094 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:21,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.81 0.57 0.25 2/127 2913\n' 2019-09-16 17:48:21,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:21,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:21,193 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:21,195 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.57",loadavg2="0.25",loadavg3="2/126",loadavg4="2907",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656101093636864 2019-09-16 17:48:21,296 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:21,298 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.12",loadavg1="0.20",loadavg2="0.09",loadavg3="1/119",loadavg4="1947",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="10.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="10.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="10.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="10.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="10.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="10.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656096309617920 2019-09-16 17:48:21,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:21,404 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.12",loadavg1="0.20",loadavg2="0.09",loadavg3="1/119",loadavg4="1949",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.87",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.90",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="83.87",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.90",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.87",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.90",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="83.87",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.90",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.87",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.90",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="83.87",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.90",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656098398680064 2019-09-16 17:48:21,533 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:21,535 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.11",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1951",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="77.14",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="20.00",mpstat_average.cpu.%steal="2.86",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="77.14",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="20.00",mpstat_average.cpu0.%steal="2.86",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="77.14",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="20.00",mpstat_maximun.cpu.%steal="2.86",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="77.14",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="20.00",mpstat_maximun.cpu0.%steal="2.86",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="77.14",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="20.00",mpstat_minimum.cpu.%steal="2.86",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="77.14",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="20.00",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656100489268992 2019-09-16 17:48:21,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:21,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:20 ' 2019-09-16 17:48:21,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:21,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45' 2019-09-16 17:48:21,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:48:21,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:48:21,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:20 ' 2019-09-16 17:48:21,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:21,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:21,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.45' 2019-09-16 17:48:21,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:48:21,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:21,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:21,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:21,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:21,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:21,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.45 3.23 0.00 0.00 90.32\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\n' 2019-09-16 17:48:21,659 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:21,660 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568656096242216960 2019-09-16 17:48:21,756 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:21,757 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656099257252096 2019-09-16 17:48:22,169 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:22,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:21 ' 2019-09-16 17:48:22,171 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:22,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:22,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,175 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:21 ' 2019-09-16 17:48:22,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:22,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:22,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:22,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:22,185 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:22,186 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:48:22,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-16 17:48:22,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:22,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:22,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\nAverage: ' 2019-09-16 17:48:22,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:48:22,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:22,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:22,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:22,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:22,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:22,273 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=77 END 2019-09-16 17:48:22,273 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=78 START 2019-09-16 17:48:22,274 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:22,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=111 END 2019-09-16 17:48:22,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=112 START 2019-09-16 17:48:22,583 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:22,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.19 0.09 1/119 1955\n' 2019-09-16 17:48:22,600 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:22,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:23,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=117 END 2019-09-16 17:48:23,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=118 START 2019-09-16 17:48:23,201 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:23,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.57 0.26 2/127 2916\n' 2019-09-16 17:48:23,207 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:23,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:23,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-16 17:48:23,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:23,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:22 ' 2019-09-16 17:48:23,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:48:23,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:23,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.76' 2019-09-16 17:48:23,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88 0.00' 2019-09-16 17:48:23,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.35' 2019-09-16 17:48:23,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:22 ' 2019-09-16 17:48:23,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:23,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:23,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:23,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.76 5.88' 2019-09-16 17:48:23,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:23,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.35' 2019-09-16 17:48:23,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:23,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:23,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:23,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:23,674 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:23,675 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.76 5.88 0.00 0.00 82.35\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.76 5.88 0.00 0.00 82.35\n' 2019-09-16 17:48:24,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:23 all 1.00 0.00 98.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00\n17:48:23 0 1.00 0.00 98.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 98.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00\nAverage: 0 1.00 0.00 98.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00\n' 2019-09-16 17:48:24,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=112 END 2019-09-16 17:48:24,679 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=113 START 2019-09-16 17:48:24,679 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:24,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.19 0.09 1/119 1957\n' 2019-09-16 17:48:24,685 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:24,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:25,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19985889 , "packets_per_second":999947, "flows":90300, "errors":0 }\n' 2019-09-16 17:48:25,269 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 17:48:25,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=118 END 2019-09-16 17:48:25,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=119 START 2019-09-16 17:48:25,279 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:25,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19976519' 2019-09-16 17:48:25,281 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 9370 - Lost ppm 469 2019-09-16 17:48:25,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.57 0.26 1/122 2931\n' 2019-09-16 17:48:25,285 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:25,287 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=78 END 2019-09-16 17:48:25,288 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=79 START 2019-09-16 17:48:25,288 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:25,352 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:25,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:25 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:48:25 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:48:26,284 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15023 seq=1 END 2019-09-16 17:48:26,285 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15023 seq=2 START 2019-09-16 17:48:26,285 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 17:48:26,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 17:48:26,297 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 300 64 20 1 1000000 2019-09-16 17:48:26,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:25 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:48:25 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:48:26,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=113 END 2019-09-16 17:48:26,729 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=114 START 2019-09-16 17:48:26,729 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:26,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.19 0.09 1/119 1968\n' 2019-09-16 17:48:26,734 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:26,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:26,855 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:26,856 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999947i,packets_received=19976519i,packets_sent=19985889i,packetsize=64i,ppm=469.0 1568656106283556096 2019-09-16 17:48:26,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:26,970 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.81",loadavg1="0.57",loadavg2="0.25",loadavg3="2/127",loadavg4="2913",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656103200818944 2019-09-16 17:48:27,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:27,080 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.57",loadavg2="0.26",loadavg3="2/127",loadavg4="2916",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="1.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="98.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="1.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="98.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="1.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="98.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="1.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="98.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="1.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="98.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="1.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="98.00",mpstat_minimum.cpu0.%usr="1.00" 1568656105278768896 2019-09-16 17:48:27,185 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:27,186 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.11",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1953",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656102582102016 2019-09-16 17:48:27,297 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:27,299 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1955",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.76",mpstat_average.cpu.%steal="5.88",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.76",mpstat_average.cpu0.%steal="5.88",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.76",mpstat_maximun.cpu.%steal="5.88",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.76",mpstat_maximun.cpu0.%steal="5.88",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.76",mpstat_minimum.cpu.%steal="5.88",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.76",mpstat_minimum.cpu0.%steal="5.88",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656104678166016 2019-09-16 17:48:27,355 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=119 END 2019-09-16 17:48:27,356 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=120 START 2019-09-16 17:48:27,356 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:27,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.56 0.26 1/125 2944\n' 2019-09-16 17:48:27,362 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:27,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:27,406 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1957",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656106728632064 2019-09-16 17:48:27,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:27,505 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:27,505 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568656102273027840 2019-09-16 17:48:27,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:27,616 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.11 1568656105287538176 2019-09-16 17:48:27,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:27,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:27 ' 2019-09-16 17:48:27,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:27,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:27,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:27 ' 2019-09-16 17:48:27,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:27,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:27,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:27,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:27,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:27,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:27,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:27,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:48:27,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:27,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:27,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:28,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=79 END 2019-09-16 17:48:28,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=80 START 2019-09-16 17:48:28,302 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:28,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:27 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:48:27 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:48:28,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=114 END 2019-09-16 17:48:28,808 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=115 START 2019-09-16 17:48:28,808 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:28,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.19 0.09 1/119 1970\n' 2019-09-16 17:48:28,818 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:28,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:29,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:48:29,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=120 END 2019-09-16 17:48:29,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=121 START 2019-09-16 17:48:29,433 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:29,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.56 0.26 2/127 3011\n' 2019-09-16 17:48:29,439 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:29,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:29,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:29,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:29 ' 2019-09-16 17:48:29,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:29,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:29,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12 3.03' 2019-09-16 17:48:29,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:48:29,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:29 ' 2019-09-16 17:48:29,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:29,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:29,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:29,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12 3.03' 2019-09-16 17:48:29,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:48:29,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:29,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:29,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:29,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:29,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:29,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:48:29,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:48:30,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:30,484 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:29 ' 2019-09-16 17:48:30,485 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:30,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:30,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:30,492 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:30,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:29 0' 2019-09-16 17:48:30,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:30,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:30,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:30,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:30,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:30,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:48:30,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:30,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:30,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:30,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:30,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:30,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:48:30,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:30,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:30,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:30,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:30,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:30,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=115 END 2019-09-16 17:48:30,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=116 START 2019-09-16 17:48:30,888 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:30,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.19 0.09 1/119 1972\n' 2019-09-16 17:48:30,906 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:30,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:31,317 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=80 END 2019-09-16 17:48:31,318 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=81 START 2019-09-16 17:48:31,318 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:31,514 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=121 END 2019-09-16 17:48:31,514 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=122 START 2019-09-16 17:48:31,515 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:31,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.56 0.26 2/127 3014\n' 2019-09-16 17:48:31,521 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:31,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:31,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:31,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:31 ' 2019-09-16 17:48:31,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:31,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:31,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25 0.00' 2019-09-16 17:48:31,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:48:31,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:48:31,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.25\n' 2019-09-16 17:48:31,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:31 0 0.00' 2019-09-16 17:48:31,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.25' 2019-09-16 17:48:31,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:48:31,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.25' 2019-09-16 17:48:31,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:31,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:31,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:31,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:31,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.25' 2019-09-16 17:48:31,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38 3.12 0.00 0.00 81.25\nAverage: 0 0.00 0.00 0.00 6.25 0.00 9.38 3.12 0.00 0.00 81.25\n' 2019-09-16 17:48:32,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-16 17:48:32,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:31 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:31 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:32,722 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:32,724 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.57",loadavg2="0.26",loadavg3="1/122",loadavg4="2931",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656107355874048 2019-09-16 17:48:32,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:32,832 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.56",loadavg2="0.26",loadavg3="1/125",loadavg4="2944",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656109432913920 2019-09-16 17:48:32,937 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:32,938 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.56",loadavg2="0.26",loadavg3="2/127",loadavg4="3011",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656111514182144 2019-09-16 17:48:32,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=116 END 2019-09-16 17:48:32,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=117 START 2019-09-16 17:48:32,981 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:32,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.18 0.09 1/119 1974\n' 2019-09-16 17:48:33,000 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:33,035 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:33,037 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1968",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656108807888128 2019-09-16 17:48:33,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:33,135 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:33,137 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1970",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656110887130880 2019-09-16 17:48:33,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:33,247 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1972",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.25",mpstat_average.cpu.%iowait="6.25",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="81.25",mpstat_average.cpu0.%iowait="6.25",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="81.25",mpstat_maximun.cpu.%iowait="6.25",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="81.25",mpstat_maximun.cpu0.%iowait="6.25",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="81.25",mpstat_minimum.cpu.%iowait="6.25",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="81.25",mpstat_minimum.cpu0.%iowait="6.25",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656112980640768 2019-09-16 17:48:33,342 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:33,343 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568656108301302784 2019-09-16 17:48:33,438 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:33,439 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656111317395968 2019-09-16 17:48:33,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=122 END 2019-09-16 17:48:33,593 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=123 START 2019-09-16 17:48:33,593 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:33,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.57 0.26 2/126 3019\n' 2019-09-16 17:48:33,599 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:33,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:34,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:34,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:33 all' 2019-09-16 17:48:34,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00 0.00' 2019-09-16 17:48:34,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:34,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:48:34,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:48:34,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:48:34,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:33 ' 2019-09-16 17:48:34,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:34,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00 0.00' 2019-09-16 17:48:34,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:34,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:48:34,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:34,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:34,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:34,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:48:34,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:34,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 3.03' 2019-09-16 17:48:34,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:34,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:34,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:48:34,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:34,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 84.85\nAverage: 0 3.03 0.00 0.00 0.00 0.00 9.09 3.03 0.00 0.00 84.85\n' 2019-09-16 17:48:34,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=81 END 2019-09-16 17:48:34,334 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=82 START 2019-09-16 17:48:34,334 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:34,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:33 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:33 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:35,098 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=117 END 2019-09-16 17:48:35,099 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=118 START 2019-09-16 17:48:35,099 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:35,117 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.18 0.09 1/119 1976\n' 2019-09-16 17:48:35,119 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:35,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:35,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:48:35,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=123 END 2019-09-16 17:48:35,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=124 START 2019-09-16 17:48:35,646 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:35,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.57 0.26 2/127 3025\n' 2019-09-16 17:48:35,653 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:35,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:36,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:36,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:35 all' 2019-09-16 17:48:36,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:36,203 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:48:36,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:36,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:48:36,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:35 0' 2019-09-16 17:48:36,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:48:36,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:36,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,214 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:48:36,215 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:36,216 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:36,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:36,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12 3.03 0.00 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:48:36,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:36,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:35 all' 2019-09-16 17:48:36,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:36,699 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:36,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:35 ' 2019-09-16 17:48:36,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:48:36,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:36,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,709 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:36,710 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:36,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:36,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:36,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:36,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:48:36,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:36,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:36,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,722 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:36,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:37,223 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=118 END 2019-09-16 17:48:37,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=119 START 2019-09-16 17:48:37,224 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:37,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.18 0.09 1/119 1978\n' 2019-09-16 17:48:37,233 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:37,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:37,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=82 END 2019-09-16 17:48:37,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=83 START 2019-09-16 17:48:37,350 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:37,726 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=124 END 2019-09-16 17:48:37,726 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=125 START 2019-09-16 17:48:37,727 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:37,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.58 0.27 2/127 3028\n' 2019-09-16 17:48:37,733 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:37,800 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:38,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:38,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:37 ' 2019-09-16 17:48:38,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:38,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:38,283 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:38,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:38,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:48:38,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:38,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:38,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:38,287 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:48:38,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:38,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:37 0' 2019-09-16 17:48:38,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:38,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:38,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:38,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12 3.03' 2019-09-16 17:48:38,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:38,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:48:38,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:38,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:38,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:38,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:38,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:38,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:48:38,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 17:48:38,540 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:38,542 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.56",loadavg2="0.26",loadavg3="2/127",loadavg4="3014",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656113592505088 2019-09-16 17:48:38,660 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:38,662 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.57",loadavg2="0.26",loadavg3="2/126",loadavg4="3019",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656115645858048 2019-09-16 17:48:38,773 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:38,775 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.57",loadavg2="0.26",loadavg3="2/127",loadavg4="3025",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656117726236160 2019-09-16 17:48:38,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:37 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:38,870 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:38,871 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="1974",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="3.03",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="3.03",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="3.03",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="3.03",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="3.03",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="3.03" 1568656115098795008 2019-09-16 17:48:38,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:38,970 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="1976",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656117223292160 2019-09-16 17:48:39,074 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:39,075 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.115 1568656114333731840 2019-09-16 17:48:39,192 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:39,193 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656117349412864 2019-09-16 17:48:39,299 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=119 END 2019-09-16 17:48:39,299 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=120 START 2019-09-16 17:48:39,300 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:39,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.18 0.09 1/119 1980\n' 2019-09-16 17:48:39,318 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:39,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:39,804 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=125 END 2019-09-16 17:48:39,805 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=126 START 2019-09-16 17:48:39,805 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:39,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.58 0.27 2/126 3033\n' 2019-09-16 17:48:39,811 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:39,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:40,365 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=83 END 2019-09-16 17:48:40,366 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=84 START 2019-09-16 17:48:40,366 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:40,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:40,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:39 all 0.00 0.00 0.00 0.00 0.00 12.50 3.12' 2019-09-16 17:48:40,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:40,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:48:40,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:39 0' 2019-09-16 17:48:40,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:40,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:40,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:48:40,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:48:40,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.38' 2019-09-16 17:48:40,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:40,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:40,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:40,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:40,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12' 2019-09-16 17:48:40,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 84.38\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\n' 2019-09-16 17:48:41,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.130' 2019-09-16 17:48:41,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=120 END 2019-09-16 17:48:41,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=121 START 2019-09-16 17:48:41,417 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:41,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.18 0.09 1/119 1982\n' 2019-09-16 17:48:41,436 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:41,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:41,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=126 END 2019-09-16 17:48:41,860 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=127 START 2019-09-16 17:48:41,860 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:41,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.59 0.27 3/127 3039\n' 2019-09-16 17:48:41,867 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:41,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:42,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:42,516 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:41 ' 2019-09-16 17:48:42,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:42,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,519 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:48:42,520 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:48:42,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:48:42,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:42,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:41 ' 2019-09-16 17:48:42,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:42,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:48:42,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:48:42,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00' 2019-09-16 17:48:42,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:48:42,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:42,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:41 ' 2019-09-16 17:48:42,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:48:42,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:42,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,941 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,943 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:42,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:41 ' 2019-09-16 17:48:42,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:42,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:42,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:42,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:42,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:48:42,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:48:42,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:42,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:42,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:42,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:42,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:42,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:48:43,381 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=84 END 2019-09-16 17:48:43,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=85 START 2019-09-16 17:48:43,382 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:43,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=121 END 2019-09-16 17:48:43,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=122 START 2019-09-16 17:48:43,535 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:43,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.19 0.09 1/119 1984\n' 2019-09-16 17:48:43,551 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:43,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:43,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=127 END 2019-09-16 17:48:43,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=128 START 2019-09-16 17:48:43,966 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:43,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.59 0.27 2/127 3042\n' 2019-09-16 17:48:43,972 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:44,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:44,294 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:44,296 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.58",loadavg2="0.27",loadavg3="2/127",loadavg4="3028",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656119804657920 2019-09-16 17:48:44,392 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:44,393 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.58",loadavg2="0.27",loadavg3="2/126",loadavg4="3033" 1568656121859180800 2019-09-16 17:48:44,393 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-16 17:48:44,488 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:44,490 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.59",loadavg2="0.27",loadavg3="3/127",loadavg4="3039",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656123964907776 2019-09-16 17:48:44,585 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:44,587 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="1978",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656119299120896 2019-09-16 17:48:44,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:44,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:43 ' 2019-09-16 17:48:44,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:44,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:44,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:48:44,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:44,637 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:48:44,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:44,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:43 ' 2019-09-16 17:48:44,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:44,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:48:44,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:44,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:48:44,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:44,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:44,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:44,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:44,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:44,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:48:44,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:44,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:48:44,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:44,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:44,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:44,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 12.50 0.00 0.00 0.00 87.50\n' 2019-09-16 17:48:44,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:44,688 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="1980",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656121416392960 2019-09-16 17:48:44,780 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:44,782 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="1982",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656123534234880 2019-09-16 17:48:44,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:44,936 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568656120365636096 2019-09-16 17:48:45,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:44 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:44 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:45,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:45,030 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.13 1568656123381640960 2019-09-16 17:48:45,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=122 END 2019-09-16 17:48:45,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=123 START 2019-09-16 17:48:45,656 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:45,673 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.15 0.19 0.09 1/119 1986\n' 2019-09-16 17:48:45,674 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:45,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:46,018 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=128 END 2019-09-16 17:48:46,018 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=129 START 2019-09-16 17:48:46,019 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:46,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.59 0.27 2/126 3047\n' 2019-09-16 17:48:46,024 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:46,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:46,397 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=85 END 2019-09-16 17:48:46,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=86 START 2019-09-16 17:48:46,398 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:46,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:46,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:46 all' 2019-09-16 17:48:46,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:46,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:46,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:46,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:46,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45' 2019-09-16 17:48:46,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:48:46,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:46,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32' 2019-09-16 17:48:46,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:46,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:46 0' 2019-09-16 17:48:46,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:46,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:46,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45' 2019-09-16 17:48:46,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:48:46,745 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32' 2019-09-16 17:48:46,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:46,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:46,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\n' 2019-09-16 17:48:47,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:46 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:48:46 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:48:47,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 17:48:47,751 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=123 END 2019-09-16 17:48:47,751 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=124 START 2019-09-16 17:48:47,751 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:47,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.19 0.09 2/119 1988\n' 2019-09-16 17:48:47,759 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:47,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:48,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=129 END 2019-09-16 17:48:48,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=130 START 2019-09-16 17:48:48,096 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:48,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.59 0.27 2/127 3053\n' 2019-09-16 17:48:48,102 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:48,142 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:48,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:48,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:48 all' 2019-09-16 17:48:48,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00' 2019-09-16 17:48:48,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:48,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.36 1.79' 2019-09-16 17:48:48,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:48,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.86' 2019-09-16 17:48:48,821 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:48 ' 2019-09-16 17:48:48,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:48,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,826 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.36 1.79' 2019-09-16 17:48:48,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.86' 2019-09-16 17:48:48,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:48,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:48:48,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:48,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.36 1.79' 2019-09-16 17:48:48,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.86\n' 2019-09-16 17:48:48,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:48,836 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:48,837 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.36 1.79' 2019-09-16 17:48:48,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:48,841 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.86' 2019-09-16 17:48:48,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:49,143 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:49,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:48 all' 2019-09-16 17:48:49,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:49,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 33.66 0.00 0.00 0.00 0.00 0.00 0.00 66.34\n17:48:48 0 0.00 0.00 33.66 0.00 0.00 0.00 0.00 0.00 0.00 66.34\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 33.66 0.00 0.00 0.00 0.00 0.00 0.00 66.34\nAverage: 0 0.00 0.00 33.66 0.00 0.00 0.00 0.00 0.00 0.00 66.34\n' 2019-09-16 17:48:49,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=86 END 2019-09-16 17:48:49,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=87 START 2019-09-16 17:48:49,414 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:49,488 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19922102 , "packets_per_second":999951, "flows":90300, "errors":0 }\n' 2019-09-16 17:48:49,489 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 17:48:49,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19909279' 2019-09-16 17:48:49,501 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 12823 - Lost ppm 644 2019-09-16 17:48:49,844 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=124 END 2019-09-16 17:48:49,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=125 START 2019-09-16 17:48:49,845 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:49,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.14 0.19 0.09 1/119 1994\n' 2019-09-16 17:48:49,851 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:49,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:50,130 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:50,132 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.59",loadavg2="0.27",loadavg3="2/127",loadavg4="3042",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656126018042112 2019-09-16 17:48:50,148 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=130 END 2019-09-16 17:48:50,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=131 START 2019-09-16 17:48:50,149 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:50,154 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.83 0.59 0.27 1/123 3066\n' 2019-09-16 17:48:50,155 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:50,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:50,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:50,234 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.59",loadavg2="0.27",loadavg3="2/126",loadavg4="3047",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656128095662080 2019-09-16 17:48:50,377 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:50,379 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.59",loadavg2="0.27",loadavg3="2/127",loadavg4="3053",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="66.34",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="33.66",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="66.34",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="33.66",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="66.34",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="33.66",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="66.34",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="33.66",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="66.34",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="33.66",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="66.34",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="33.66",mpstat_minimum.cpu0.%usr="0.00" 1568656130148793088 2019-09-16 17:48:50,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 17:48:50,472 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:50,474 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.15",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1984",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656125656003072 2019-09-16 17:48:50,503 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15023 seq=2 END 2019-09-16 17:48:50,504 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:48:50,504 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:48:50,504 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:48:50,576 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:50,577 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.15",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1986",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656127750978048 2019-09-16 17:48:50,691 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:50,693 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.14",loadavg1="0.19",loadavg2="0.09",loadavg3="2/119",loadavg4="1988",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.86",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.36",mpstat_average.cpu.%steal="1.79",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="92.86",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.36",mpstat_average.cpu0.%steal="1.79",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="92.86",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.36",mpstat_maximun.cpu.%steal="1.79",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="92.86",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.36",mpstat_maximun.cpu0.%steal="1.79",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="92.86",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.36",mpstat_minimum.cpu.%steal="1.79",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="92.86",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.36",mpstat_minimum.cpu0.%steal="1.79",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656129844897024 2019-09-16 17:48:50,786 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:50,786 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.118 1568656126397769984 2019-09-16 17:48:50,885 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:50,886 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656129413620992 2019-09-16 17:48:50,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:50,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:50 all' 2019-09-16 17:48:50,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:50,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:50,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:50 0' 2019-09-16 17:48:50,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:50,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:50,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:50,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:48:50,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:50,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,914 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:50,916 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:50,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:50,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:50,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:50,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:50,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:50,984 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:50,985 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999951i,packets_received=19909279i,packets_sent=19922102i,packetsize=64i,ppm=644.0 1568656130503712768 2019-09-16 17:48:51,084 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:48:51,085 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:48:51,087 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:48:51,098 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:48:51,100 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:48:51,101 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:48:51,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:50 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:48:50 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:48:51,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:48:51,372 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:48:51,373 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:48:51,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:48:51,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=125 END 2019-09-16 17:48:51,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=126 START 2019-09-16 17:48:51,925 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:51,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.19 0.09 1/119 2032\n' 2019-09-16 17:48:51,931 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:51,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:52,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=131 END 2019-09-16 17:48:52,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=132 START 2019-09-16 17:48:52,203 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:52,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.58 0.27 1/124 3109\n' 2019-09-16 17:48:52,208 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:52,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:52,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=87 END 2019-09-16 17:48:52,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=88 START 2019-09-16 17:48:52,427 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:52,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:52,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:52 ' 2019-09-16 17:48:52,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:52,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:52,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:52,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:52 0' 2019-09-16 17:48:52,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:52,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:52,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:52,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:48:52,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:52,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:52,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:52,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:52,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:52,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:52,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:53,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:52 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:48:52 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:48:53,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 17:48:54,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=126 END 2019-09-16 17:48:54,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=127 START 2019-09-16 17:48:54,000 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:54,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.19 0.09 1/119 2034\n' 2019-09-16 17:48:54,006 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:54,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:54,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=132 END 2019-09-16 17:48:54,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=133 START 2019-09-16 17:48:54,280 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:54,284 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.58 0.27 1/125 3115\n' 2019-09-16 17:48:54,285 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:54,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:54,723 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15029 seq=1 START 2019-09-16 17:48:54,724 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 17:48:54,736 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 500 64 20 1 1000000 2019-09-16 17:48:55,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:54 all 0.00 0.00 0.00 2.02 0.00 0.00 1.01 0.00 0.00 96.97\n17:48:54 0 0.00 0.00 0.00 2.02 0.00 0.00 1.01 0.00 0.00 96.97\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 2.02 0.00 0.00 1.01 0.00 0.00 96.97\nAverage: 0 0.00 0.00 0.00 2.02 0.00 0.00 1.01 0.00 0.00 96.97\n' 2019-09-16 17:48:55,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:54 all 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 95.00\n17:48:54 0 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 95.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 95.00\nAverage: 0 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 95.00\n' 2019-09-16 17:48:55,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=88 END 2019-09-16 17:48:55,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=89 START 2019-09-16 17:48:55,440 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:56,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=127 END 2019-09-16 17:48:56,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=128 START 2019-09-16 17:48:56,053 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:56,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.13 0.19 0.09 1/119 2041\n' 2019-09-16 17:48:56,058 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:56,094 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:56,097 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.83",loadavg1="0.59",loadavg2="0.27",loadavg3="1/123",loadavg4="3066",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656132202249984 2019-09-16 17:48:56,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:56,222 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:56,224 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.58",loadavg2="0.27",loadavg3="1/124",loadavg4="3109",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656134279409920 2019-09-16 17:48:56,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=133 END 2019-09-16 17:48:56,330 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=134 START 2019-09-16 17:48:56,331 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:56,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.58 0.27 1/126 3125\n' 2019-09-16 17:48:56,336 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:56,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:56,365 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.58",loadavg2="0.27",loadavg3="1/125",loadavg4="3115",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.00",mpstat_average.cpu.%iowait="4.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="95.00",mpstat_average.cpu0.%iowait="4.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="95.00",mpstat_maximun.cpu.%iowait="4.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="95.00",mpstat_maximun.cpu0.%iowait="4.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="95.00",mpstat_minimum.cpu.%iowait="4.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="95.00",mpstat_minimum.cpu0.%iowait="4.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656136330049024 2019-09-16 17:48:56,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:56,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 17:48:56,466 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:48:56,467 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.14",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="1994",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656131924519168 2019-09-16 17:48:56,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:56,565 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.13",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="2032",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656134000026112 2019-09-16 17:48:56,701 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:56,703 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.13",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="2034",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.97",mpstat_average.cpu.%iowait="2.02",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.01",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.97",mpstat_average.cpu0.%iowait="2.02",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.01",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.97",mpstat_maximun.cpu.%iowait="2.02",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.01",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.97",mpstat_maximun.cpu0.%iowait="2.02",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.01",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.97",mpstat_minimum.cpu.%iowait="2.02",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.01",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.97",mpstat_minimum.cpu0.%iowait="2.02",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.01",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656136052786944 2019-09-16 17:48:56,797 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:48:56,797 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568656132426873088 2019-09-16 17:48:56,897 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:48:56,897 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568656135439863808 2019-09-16 17:48:57,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:57,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:56 all' 2019-09-16 17:48:57,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:57,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:57,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:57,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:56 ' 2019-09-16 17:48:57,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:48:57,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:57,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:57,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:57,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:48:57,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:48:57,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:57,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:48:57,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:57,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:48:57,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:57,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:48:57,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:48:57,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:48:56 all 1.01 0.00 43.43 0.00 0.00 0.00 0.00 0.00 0.00 55.56\n17:48:56 0 1.01 0.00 43.43 0.00 0.00 0.00 0.00 0.00 0.00 55.56\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.01 0.00 43.43 0.00 0.00 0.00 0.00 0.00 0.00 55.56\nAverage: 0 1.01 0.00 43.43 0.00 0.00 0.00 0.00 0.00 0.00 55.56\n' 2019-09-16 17:48:58,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=128 END 2019-09-16 17:48:58,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=129 START 2019-09-16 17:48:58,159 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:58,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.18 0.09 1/119 2043\n' 2019-09-16 17:48:58,174 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:58,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:58,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=134 END 2019-09-16 17:48:58,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=135 START 2019-09-16 17:48:58,383 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:48:58,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.70 0.57 0.27 2/126 3191\n' 2019-09-16 17:48:58,388 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:48:58,452 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=89 END 2019-09-16 17:48:58,452 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=90 START 2019-09-16 17:48:58,452 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:48:58,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:48:59,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:59,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:58 all' 2019-09-16 17:48:59,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.71' 2019-09-16 17:48:59,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-16 17:48:59,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:48:59,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:48:58 ' 2019-09-16 17:48:59,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:48:59,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.71' 2019-09-16 17:48:59,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:48:59,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:48:59,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:59,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:59,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:48:59,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.71' 2019-09-16 17:48:59,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:48:59,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 82.35\nAverage: 0 0.00 0.00 0.00 0.00 0.00 14.71 2.94 0.00 0.00 82.35\n' 2019-09-16 17:48:59,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:59,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:58 ' 2019-09-16 17:48:59,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:48:59,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:59,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,461 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:59,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:48:58 ' 2019-09-16 17:48:59,464 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:48:59,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.271' 2019-09-16 17:48:59,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:59,467 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:48:59,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:48:59,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:48:59,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:48:59,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,475 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:48:59,476 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:48:59,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:48:59,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:48:59,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:48:59,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:48:59,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:00,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=129 END 2019-09-16 17:49:00,275 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=130 START 2019-09-16 17:49:00,275 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:00,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.12 0.18 0.09 1/119 2045\n' 2019-09-16 17:49:00,292 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:00,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:00,483 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=135 END 2019-09-16 17:49:00,484 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=136 START 2019-09-16 17:49:00,484 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:00,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.70 0.57 0.27 2/124 3197\n' 2019-09-16 17:49:00,490 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:00,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:01,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:48:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:01,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:00 ' 2019-09-16 17:49:01,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:01,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:01,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:01,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:01,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45 3.23' 2019-09-16 17:49:01,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:01,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:49:01,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:00 ' 2019-09-16 17:49:01,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:01,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:01,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:01,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45' 2019-09-16 17:49:01,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:49:01,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:01,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:01,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:01,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:01,390 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:01,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:01,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45 3.23' 2019-09-16 17:49:01,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:01,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\n' 2019-09-16 17:49:01,469 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=90 END 2019-09-16 17:49:01,470 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=91 START 2019-09-16 17:49:01,470 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:01,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:48:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:00 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:00 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:01,995 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:01,997 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.58",loadavg2="0.27",loadavg3="1/126",loadavg4="3125",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="55.56",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="43.43",mpstat_average.cpu.%usr="1.01",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="55.56",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="43.43",mpstat_average.cpu0.%usr="1.01",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="55.56",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="43.43",mpstat_maximun.cpu.%usr="1.01",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="55.56",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="43.43",mpstat_maximun.cpu0.%usr="1.01",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="55.56",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="43.43",mpstat_minimum.cpu.%usr="1.01",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="55.56",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="43.43",mpstat_minimum.cpu0.%usr="1.01" 1568656138382350080 2019-09-16 17:49:02,115 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:02,117 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.70",loadavg1="0.57",loadavg2="0.27",loadavg3="2/126",loadavg4="3191",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656140483627008 2019-09-16 17:49:02,210 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:02,211 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.13",loadavg1="0.19",loadavg2="0.09",loadavg3="1/119",loadavg4="2041",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656138158116096 2019-09-16 17:49:02,319 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:02,320 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.12",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="2043",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.71",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.71",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.71",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.71",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.71",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.71",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656140274369024 2019-09-16 17:49:02,396 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=130 END 2019-09-16 17:49:02,397 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=131 START 2019-09-16 17:49:02,398 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:02,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.18 0.09 1/119 2047\n' 2019-09-16 17:49:02,415 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:02,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:02,430 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.12",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="2045",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656142396802048 2019-09-16 17:49:02,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 17:49:02,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:02,523 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:02,523 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568656138452007936 2019-09-16 17:49:02,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=136 END 2019-09-16 17:49:02,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=137 START 2019-09-16 17:49:02,535 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:02,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.58 0.28 2/125 3203\n' 2019-09-16 17:49:02,541 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:02,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:02,625 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:02,626 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.271 1568656141469753088 2019-09-16 17:49:03,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:03,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:02 ' 2019-09-16 17:49:03,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:03,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68 3.23' 2019-09-16 17:49:03,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10' 2019-09-16 17:49:03,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:03,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:02 ' 2019-09-16 17:49:03,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:03,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,506 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68' 2019-09-16 17:49:03,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:03,507 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10' 2019-09-16 17:49:03,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:03,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:03,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00 0.00 0.00 0.00 9.68 3.23 0.00 0.00 87.10\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.68 3.23 0.00 0.00 87.10\n' 2019-09-16 17:49:03,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:03,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:02 ' 2019-09-16 17:49:03,609 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:03,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:03,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:03,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:02 0 0.00' 2019-09-16 17:49:03,615 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:03,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:49:03,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:03,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:03,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,621 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:03,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,622 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,623 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:03,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:03,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:03,626 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:03,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:03,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:04,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=91 END 2019-09-16 17:49:04,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=92 START 2019-09-16 17:49:04,486 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:04,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=131 END 2019-09-16 17:49:04,512 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=132 START 2019-09-16 17:49:04,512 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:04,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.11 0.18 0.09 1/119 2049\n' 2019-09-16 17:49:04,530 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:04,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:04,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=137 END 2019-09-16 17:49:04,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=138 START 2019-09-16 17:49:04,632 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:04,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.58 0.28 2/125 3206\n' 2019-09-16 17:49:04,638 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:04,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:05,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:49:05,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:05,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:04 ' 2019-09-16 17:49:05,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:05,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:05,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:49:05,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06' 2019-09-16 17:49:05,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:49:05,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:04 ' 2019-09-16 17:49:05,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:05,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:05,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:05,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:49:05,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06' 2019-09-16 17:49:05,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:49:05,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:05,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:05,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:05,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:05,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:49:05,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06' 2019-09-16 17:49:05,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:05,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.09 6.06 0.00 0.00 84.85\n' 2019-09-16 17:49:05,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:04 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:04 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:06,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=132 END 2019-09-16 17:49:06,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=133 START 2019-09-16 17:49:06,605 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:06,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.18 0.09 1/119 2051\n' 2019-09-16 17:49:06,623 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:06,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:06,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=138 END 2019-09-16 17:49:06,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=139 START 2019-09-16 17:49:06,709 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:06,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.58 0.28 3/124 3211\n' 2019-09-16 17:49:06,715 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:06,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:07,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=92 END 2019-09-16 17:49:07,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=93 START 2019-09-16 17:49:07,502 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:07,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:06 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:07,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:07 ' 2019-09-16 17:49:07,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:07,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:07,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.15' 2019-09-16 17:49:07,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:07,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 81.82' 2019-09-16 17:49:07,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:07,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:07 0' 2019-09-16 17:49:07,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.15' 2019-09-16 17:49:07,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:07,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.82\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:07,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:07,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:07,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:07,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.15' 2019-09-16 17:49:07,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:07,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 81.82\nAverage: 0 0.00 0.00 0.00 0.00 0.00 15.15 3.03 0.00 0.00 81.82\n' 2019-09-16 17:49:07,725 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:07,727 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.70",loadavg1="0.57",loadavg2="0.27",loadavg3="2/124",loadavg4="3197",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656142534509824 2019-09-16 17:49:07,822 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:07,823 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.73",loadavg1="0.58",loadavg2="0.28",loadavg3="2/125",loadavg4="3203",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656144630932992 2019-09-16 17:49:07,948 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:07,950 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.73",loadavg1="0.58",loadavg2="0.28",loadavg3="2/125",loadavg4="3206",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656146708844800 2019-09-16 17:49:08,052 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:08,054 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.11",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="2047",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.10",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.68",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.10",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.68",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.10",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.68",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.10",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.68",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.10",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.68",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.10",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.68",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656144511520000 2019-09-16 17:49:08,150 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:08,151 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.11",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="2049",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="6.06",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="6.06",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="6.06",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="6.06",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="6.06",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="6.06",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656146603956992 2019-09-16 17:49:08,249 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:08,249 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568656144485915904 2019-09-16 17:49:08,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:08,346 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656147501907968 2019-09-16 17:49:08,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-16 17:49:08,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=133 END 2019-09-16 17:49:08,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=134 START 2019-09-16 17:49:08,728 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:08,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.18 0.09 1/117 2053\n' 2019-09-16 17:49:08,747 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:08,784 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=139 END 2019-09-16 17:49:08,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=140 START 2019-09-16 17:49:08,785 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:08,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.59 0.28 2/125 3217\n' 2019-09-16 17:49:08,791 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:08,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:08,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:09,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:09,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:09 ' 2019-09-16 17:49:09,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:09,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,832 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68' 2019-09-16 17:49:09,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:09,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,834 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:09,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:08 ' 2019-09-16 17:49:09,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:49:09,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10\n' 2019-09-16 17:49:09,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:09 0 0.00 0.00 0.00 0.00 0.00 9.68' 2019-09-16 17:49:09,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:09,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:09,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.10\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00' 2019-09-16 17:49:09,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:09,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:08 0' 2019-09-16 17:49:09,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.68 3.23 0.00 0.00 87.10\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.68 3.23 0.00 0.00 87.10\n' 2019-09-16 17:49:09,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:09,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:49:09,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:09,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:09,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:09,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,854 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:09,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:09,857 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:09,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:09,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,861 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,861 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:09,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:10,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=93 END 2019-09-16 17:49:10,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=94 START 2019-09-16 17:49:10,517 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:10,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=134 END 2019-09-16 17:49:10,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=135 START 2019-09-16 17:49:10,848 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:10,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.18 0.09 2/117 2055\n' 2019-09-16 17:49:10,859 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:10,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=140 END 2019-09-16 17:49:10,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=141 START 2019-09-16 17:49:10,865 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:10,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.75 0.59 0.28 2/125 3220\n' 2019-09-16 17:49:10,871 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:10,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:10,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:11,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-16 17:49:11,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:11,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:11 ' 2019-09-16 17:49:11,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:11,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:10 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:10 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:11,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.62' 2019-09-16 17:49:11,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38' 2019-09-16 17:49:11,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:11,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:11 ' 2019-09-16 17:49:11,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:11,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.62' 2019-09-16 17:49:11,950 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.38' 2019-09-16 17:49:11,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:11,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:11,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:11,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.62' 2019-09-16 17:49:11,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.38' 2019-09-16 17:49:11,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:11,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:11,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:11,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:11,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.62 0.00' 2019-09-16 17:49:11,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:11,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:49:12,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=141 END 2019-09-16 17:49:12,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=142 START 2019-09-16 17:49:12,943 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:12,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.59 0.28 2/124 3225\n' 2019-09-16 17:49:12,948 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:12,966 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=135 END 2019-09-16 17:49:12,967 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=136 START 2019-09-16 17:49:12,967 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:12,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.17 0.09 1/117 2057\n' 2019-09-16 17:49:12,985 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:13,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:13,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:13,453 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:13,454 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.73",loadavg1="0.58",loadavg2="0.28",loadavg3="3/124",loadavg4="3211" 1568656148784542976 2019-09-16 17:49:13,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=94 END 2019-09-16 17:49:13,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=95 START 2019-09-16 17:49:13,535 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:13,635 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:13,636 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.75",loadavg1="0.59",loadavg2="0.28",loadavg3="2/125",loadavg4="3217",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656150864310016 2019-09-16 17:49:13,750 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:13,752 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.75",loadavg1="0.59",loadavg2="0.28",loadavg3="2/125",loadavg4="3220",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656152942140160 2019-09-16 17:49:13,846 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:13,848 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.18",loadavg2="0.09",loadavg3="1/119",loadavg4="2051",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.82",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.15",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="81.82",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.15",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="81.82",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.15",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="81.82",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.15",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="81.82",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.15",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="81.82",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.15",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656148727365888 2019-09-16 17:49:13,952 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:13,954 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.18",loadavg2="0.09",loadavg3="1/117",loadavg4="2053",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.10",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.68",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.10",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.68",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.10",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.68",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.10",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.68",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.10",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.68",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.10",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.68",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656150847352064 2019-09-16 17:49:14,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:13 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:13 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:14,059 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:14,061 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.18",loadavg2="0.09",loadavg3="2/117",loadavg4="2055",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.62",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.62",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.62",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.62",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.62",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.62",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656152966398976 2019-09-16 17:49:14,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:14,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:13 all' 2019-09-16 17:49:14,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:14,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68' 2019-09-16 17:49:14,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:14,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10' 2019-09-16 17:49:14,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:14,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:13 0' 2019-09-16 17:49:14,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:14,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.68' 2019-09-16 17:49:14,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:14,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.10' 2019-09-16 17:49:14,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:14,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:14,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:14,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:14,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:14,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68 3.23 0.00 0.00 87.10\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.68 3.23 0.00 0.00 87.10\n' 2019-09-16 17:49:14,163 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:14,164 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.124 1568656150516531968 2019-09-16 17:49:14,258 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:14,259 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.116 1568656153534036992 2019-09-16 17:49:14,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-16 17:49:15,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=142 END 2019-09-16 17:49:15,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=143 START 2019-09-16 17:49:15,020 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:15,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.77 0.59 0.28 2/125 3231\n' 2019-09-16 17:49:15,026 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:15,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:15,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=136 END 2019-09-16 17:49:15,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=137 START 2019-09-16 17:49:15,086 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:15,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.17 0.09 2/117 2059\n' 2019-09-16 17:49:15,098 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:15,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:16,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:16,069 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:15 all' 2019-09-16 17:49:16,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:16,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,073 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:15 ' 2019-09-16 17:49:16,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:49:16,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:16,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:16,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:16,085 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:16,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:16,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:16,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:16,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:16,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:16,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:16,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:16,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:15 all' 2019-09-16 17:49:16,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:49:16,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:49:16,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:16,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:16,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:15 ' 2019-09-16 17:49:16,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:16,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:16,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:16,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:49:16,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:49:16,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:16,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:16,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:16,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:16,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:16,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:49:16,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=95 END 2019-09-16 17:49:16,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=96 START 2019-09-16 17:49:16,551 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:17,099 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=143 END 2019-09-16 17:49:17,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=144 START 2019-09-16 17:49:17,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:17,105 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.60 0.29 1/124 3235\n' 2019-09-16 17:49:17,106 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:17,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=137 END 2019-09-16 17:49:17,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:17,174 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=138 START 2019-09-16 17:49:17,174 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:17,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.09 1/117 2061\n' 2019-09-16 17:49:17,180 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:17,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:17,559 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 17:49:17,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19974582 , "packets_per_second":999948, "flows":250500, "errors":0 }\n' 2019-09-16 17:49:17,963 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 17:49:17,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19828432' 2019-09-16 17:49:17,974 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 146150 - Lost ppm 7317 2019-09-16 17:49:17,975 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 7317 > sla_max_ppm 1000; ',) 2019-09-16 17:49:18,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:17 all 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n17:49:17 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\nAverage: 0 1.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 98.00\n' 2019-09-16 17:49:18,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:17 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:49:17 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:49:18,978 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15029 seq=1 END 2019-09-16 17:49:18,979 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15029 seq=2 START 2019-09-16 17:49:18,980 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 17:49:18,991 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 500 64 20 1 1000000 2019-09-16 17:49:19,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=144 END 2019-09-16 17:49:19,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=145 START 2019-09-16 17:49:19,178 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:19,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.60 0.29 1/120 3256\n' 2019-09-16 17:49:19,183 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:19,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:19,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=138 END 2019-09-16 17:49:19,251 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=139 START 2019-09-16 17:49:19,251 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:19,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.09 1/117 2072\n' 2019-09-16 17:49:19,256 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:19,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:19,367 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:19,368 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999948i,packets_received=19828432i,packets_sent=19974582i,packetsize=64i,ppm=7317.0 1568656158978412032 2019-09-16 17:49:19,463 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:19,465 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.77",loadavg1="0.59",loadavg2="0.28",loadavg3="2/124",loadavg4="3225",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656155019419904 2019-09-16 17:49:19,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=96 END 2019-09-16 17:49:19,564 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=97 START 2019-09-16 17:49:19,565 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:19,566 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:19,567 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.77",loadavg1="0.59",loadavg2="0.28",loadavg3="2/125",loadavg4="3231",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656157099699968 2019-09-16 17:49:19,729 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:19,731 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.60",loadavg2="0.29",loadavg3="1/124",loadavg4="3235",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="1.00" 1568656159177107968 2019-09-16 17:49:19,839 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:19,840 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2057",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.10",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.68",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.10",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.68",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.10",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.68",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.10",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.68",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.10",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.68",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.10",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.68",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656155085850880 2019-09-16 17:49:19,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:19,937 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.17",loadavg2="0.09",loadavg3="2/117",loadavg4="2059",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656157173480960 2019-09-16 17:49:20,043 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:20,044 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2061",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656159250663168 2019-09-16 17:49:20,146 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:20,147 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.123 1568656156550280192 2019-09-16 17:49:20,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:19 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:49:19 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:49:20,246 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:20,247 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656159564040960 2019-09-16 17:49:20,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:20,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:19 ' 2019-09-16 17:49:20,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:20,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.99 0.00' 2019-09-16 17:49:20,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:20,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:19 0' 2019-09-16 17:49:20,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.99' 2019-09-16 17:49:20,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:20,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:20,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:20,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.99' 2019-09-16 17:49:20,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01' 2019-09-16 17:49:20,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:20,346 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:20,347 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.99' 2019-09-16 17:49:20,348 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:20,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:20,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:20,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:49:21,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=145 END 2019-09-16 17:49:21,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=146 START 2019-09-16 17:49:21,231 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:21,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.79 0.60 0.29 1/122 3323\n' 2019-09-16 17:49:21,237 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:21,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:21,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=139 END 2019-09-16 17:49:21,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=140 START 2019-09-16 17:49:21,354 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:21,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.09 1/117 2074\n' 2019-09-16 17:49:21,365 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:21,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:22,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:22,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:21 ' 2019-09-16 17:49:22,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:22,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:22,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n17:49:21 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:22,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:22,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:22,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:22,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:49:22,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:22,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:21 ' 2019-09-16 17:49:22,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:22,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.00' 2019-09-16 17:49:22,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50' 2019-09-16 17:49:22,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50\n' 2019-09-16 17:49:22,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:21 0' 2019-09-16 17:49:22,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.00' 2019-09-16 17:49:22,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50 0.00' 2019-09-16 17:49:22,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 92.50\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:22,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:22,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00 2.50' 2019-09-16 17:49:22,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,457 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50\n' 2019-09-16 17:49:22,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:22,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:22,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:22,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.00' 2019-09-16 17:49:22,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.50' 2019-09-16 17:49:22,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:22,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 92.50' 2019-09-16 17:49:22,465 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:22,577 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=97 END 2019-09-16 17:49:22,578 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=98 START 2019-09-16 17:49:22,578 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:23,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=146 END 2019-09-16 17:49:23,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=147 START 2019-09-16 17:49:23,326 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:23,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.61 0.29 2/122 3326\n' 2019-09-16 17:49:23,332 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:23,400 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:23,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=140 END 2019-09-16 17:49:23,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=141 START 2019-09-16 17:49:23,467 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:23,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.09 1/117 2076\n' 2019-09-16 17:49:23,486 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:23,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:23,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 17:49:24,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:23 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:23 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:24,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:24,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:23 ' 2019-09-16 17:49:24,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:24,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 12.50' 2019-09-16 17:49:24,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:49:24,546 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:23 ' 2019-09-16 17:49:24,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:24,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:24,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50' 2019-09-16 17:49:24,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:24,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:24,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:24,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:24,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:24,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:24,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 0.00 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 0.00 0.00 0.00 87.50\n' 2019-09-16 17:49:25,349 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:25,351 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.60",loadavg2="0.29",loadavg3="1/120",loadavg4="3256",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656161230531072 2019-09-16 17:49:25,403 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=147 END 2019-09-16 17:49:25,404 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=148 START 2019-09-16 17:49:25,404 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:25,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.61 0.29 2/120 3331\n' 2019-09-16 17:49:25,410 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:25,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:25,461 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:25,462 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.79",loadavg1="0.60",loadavg2="0.29",loadavg3="1/122",loadavg4="3323",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656163326006784 2019-09-16 17:49:25,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=141 END 2019-09-16 17:49:25,559 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=142 START 2019-09-16 17:49:25,560 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:25,570 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:25,572 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.61",loadavg2="0.29",loadavg3="2/122",loadavg4="3326",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656165403769088 2019-09-16 17:49:25,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.17 0.09 1/117 2078\n' 2019-09-16 17:49:25,578 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:25,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=98 END 2019-09-16 17:49:25,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=99 START 2019-09-16 17:49:25,594 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:25,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:25,667 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:25,669 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2072",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.00" 1568656161353712128 2019-09-16 17:49:25,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:25,770 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2074",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="92.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.00",mpstat_average.cpu.%steal="2.50",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="92.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.00",mpstat_average.cpu0.%steal="2.50",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="92.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.00",mpstat_maximun.cpu.%steal="2.50",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="92.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.00",mpstat_maximun.cpu0.%steal="2.50",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="92.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.00",mpstat_minimum.cpu.%steal="2.50",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="92.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.00",mpstat_minimum.cpu0.%steal="2.50",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656163467019008 2019-09-16 17:49:25,878 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:25,880 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2076",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656165559154944 2019-09-16 17:49:25,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:25,974 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656162577630976 2019-09-16 17:49:26,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:26,072 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568656165593964032 2019-09-16 17:49:26,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:25 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:25 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:26,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 17:49:26,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:26,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:25 ' 2019-09-16 17:49:26,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 14.71 2.94' 2019-09-16 17:49:26,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:26,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.35\n17:49:25 0 0.00 0.00 0.00 0.00 0.00 14.71 2.94 0.00 0.00 82.35\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:26,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00 0.00' 2019-09-16 17:49:26,637 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:26,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 14.71' 2019-09-16 17:49:26,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00 0.00' 2019-09-16 17:49:26,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:49:26,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-16 17:49:26,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00' 2019-09-16 17:49:26,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.71 2.94 0.00 0.00 82.35' 2019-09-16 17:49:26,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:27,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=148 END 2019-09-16 17:49:27,455 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=149 START 2019-09-16 17:49:27,455 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:27,460 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.62 0.29 2/121 3337\n' 2019-09-16 17:49:27,461 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:27,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:27,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=142 END 2019-09-16 17:49:27,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=143 START 2019-09-16 17:49:27,644 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:27,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.16 0.09 1/114 2080\n' 2019-09-16 17:49:27,661 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:27,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:28,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:28,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:27 ' 2019-09-16 17:49:28,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:49:28,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,532 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:28,533 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,534 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,535 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,536 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,536 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:27 ' 2019-09-16 17:49:28,538 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:49:28,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:28,540 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,541 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:28,543 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:28,544 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:28,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:28,547 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,548 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:28,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:28,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:28,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:28,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=99 END 2019-09-16 17:49:28,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=100 START 2019-09-16 17:49:28,606 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:28,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:27 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:28,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:28 ' 2019-09-16 17:49:28,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00 0.00 0.00 0.00 6.45 3.23' 2019-09-16 17:49:28,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:49:28,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:28 ' 2019-09-16 17:49:28,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:28,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.45 3.23' 2019-09-16 17:49:28,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:49:28,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:28,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:28,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:28,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.45' 2019-09-16 17:49:28,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23 0.00' 2019-09-16 17:49:28,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.32' 2019-09-16 17:49:28,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:49:28,734 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:28,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:28,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:28,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.45 3.23' 2019-09-16 17:49:28,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 90.32\n' 2019-09-16 17:49:29,557 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=149 END 2019-09-16 17:49:29,558 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=150 START 2019-09-16 17:49:29,558 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:29,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.62 0.29 2/121 3340\n' 2019-09-16 17:49:29,564 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:29,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.133' 2019-09-16 17:49:29,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:29,740 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=143 END 2019-09-16 17:49:29,741 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=144 START 2019-09-16 17:49:29,741 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:29,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.16 0.09 2/114 2082\n' 2019-09-16 17:49:29,748 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:29,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:30,632 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:30,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:29 ' 2019-09-16 17:49:30,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:30,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:30,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,638 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,639 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:29 ' 2019-09-16 17:49:30,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:49:30,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:30,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,645 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:30,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:30,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:30,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:30,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:30,656 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-16 17:49:30,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:30,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:29 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:30,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:30 all' 2019-09-16 17:49:30,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 15.15' 2019-09-16 17:49:30,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:30,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.82\n' 2019-09-16 17:49:30,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:30 0' 2019-09-16 17:49:30,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.15 3.03' 2019-09-16 17:49:30,817 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,818 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.82' 2019-09-16 17:49:30,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:30,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:30,822 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:30,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:30,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 15.15 3.03 0.00' 2019-09-16 17:49:30,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:30,826 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 81.82' 2019-09-16 17:49:30,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:49:30,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 15.15 3.03 0.00 0.00 81.82\n' 2019-09-16 17:49:31,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:31,176 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.61",loadavg2="0.29",loadavg3="2/120",loadavg4="3331",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656167454782976 2019-09-16 17:49:31,290 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:31,292 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.62",loadavg2="0.29",loadavg3="2/121",loadavg4="3337",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656169557704960 2019-09-16 17:49:31,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:31,401 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.17",loadavg2="0.09",loadavg3="1/117",loadavg4="2078",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.71",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.71",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.71",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.71",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.71",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.71",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656167644162048 2019-09-16 17:49:31,502 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:31,504 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.16",loadavg2="0.09",loadavg3="1/114",loadavg4="2080",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656169740636160 2019-09-16 17:49:31,606 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:31,607 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568656168606561792 2019-09-16 17:49:31,621 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=100 END 2019-09-16 17:49:31,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=101 START 2019-09-16 17:49:31,622 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:31,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=150 END 2019-09-16 17:49:31,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=151 START 2019-09-16 17:49:31,665 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:31,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.82 0.62 0.29 2/121 3346\n' 2019-09-16 17:49:31,670 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:31,704 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:31,705 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.133 1568656171621565952 2019-09-16 17:49:31,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:31,830 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=144 END 2019-09-16 17:49:31,830 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=145 START 2019-09-16 17:49:31,831 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:31,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.16 0.09 1/113 2084\n' 2019-09-16 17:49:31,849 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:31,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:32,631 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-16 17:49:32,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:31 all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:31 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:32,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:31 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:32,930 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:32 all' 2019-09-16 17:49:32,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:32,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:32,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67' 2019-09-16 17:49:32,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33' 2019-09-16 17:49:32,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:32,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.00\n' 2019-09-16 17:49:32,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:32 ' 2019-09-16 17:49:32,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:32,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,939 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:32,940 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.67 3.33' 2019-09-16 17:49:32,941 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.00' 2019-09-16 17:49:32,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:32,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:32,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:32,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:32,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:32,947 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.67' 2019-09-16 17:49:32,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.33' 2019-09-16 17:49:32,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 90.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.67 3.33 0.00 0.00 90.00\n' 2019-09-16 17:49:33,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=151 END 2019-09-16 17:49:33,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=152 START 2019-09-16 17:49:33,743 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:33,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.62 0.30 2/120 3351\n' 2019-09-16 17:49:33,749 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:33,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:33,951 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=145 END 2019-09-16 17:49:33,951 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=146 START 2019-09-16 17:49:33,952 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:33,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.16 0.09 1/113 2086\n' 2019-09-16 17:49:33,970 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:34,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:34,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=101 END 2019-09-16 17:49:34,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=102 START 2019-09-16 17:49:34,636 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:34,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:33 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:33 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:35,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:33 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:35,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:34 all' 2019-09-16 17:49:35,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:35,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:35,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:49:35,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:49:35,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:49:35,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:35,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:34 ' 2019-09-16 17:49:35,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:35,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:35,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 12.12' 2019-09-16 17:49:35,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:49:35,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:49:35,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:35,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:35,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:35,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:35,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:49:35,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:35,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:35,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:49:35,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 17:49:35,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=152 END 2019-09-16 17:49:35,820 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=153 START 2019-09-16 17:49:35,820 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:35,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.84 0.62 0.30 2/121 3357\n' 2019-09-16 17:49:35,826 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:35,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:36,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=146 END 2019-09-16 17:49:36,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=147 START 2019-09-16 17:49:36,074 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:36,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.16 0.09 1/113 2088\n' 2019-09-16 17:49:36,092 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:36,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:36,800 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:36,802 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.62",loadavg2="0.29",loadavg3="2/121",loadavg4="3340",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656171663948032 2019-09-16 17:49:36,868 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:36,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:35 ' 2019-09-16 17:49:36,869 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:49:36,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:36,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:36,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:35 ' 2019-09-16 17:49:36,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:36,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:36,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:36,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:36,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:49:36,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:36,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:36,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:36,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:49:36,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:36,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:36,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:36,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:36,939 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:36,941 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.82",loadavg1="0.62",loadavg2="0.29",loadavg3="2/121",loadavg4="3346",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.01",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.01",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.01",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.01",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.01",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.01",mpstat_minimum.cpu0.%usr="0.99" 1568656173741981952 2019-09-16 17:49:37,048 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:37,049 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.62",loadavg2="0.30",loadavg3="2/120",loadavg4="3351",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656175819780096 2019-09-16 17:49:37,143 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:37,144 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.16",loadavg2="0.09",loadavg3="2/114",loadavg4="2082",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="81.82",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="15.15",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="81.82",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="15.15",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="81.82",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="15.15",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="81.82",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="15.15",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="81.82",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="15.15",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="81.82",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="15.15",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656171830246912 2019-09-16 17:49:37,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:37,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:36 ' 2019-09-16 17:49:37,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:37,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:49:37,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:49:37,151 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:37,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:37,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:36 0' 2019-09-16 17:49:37,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:37,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:37,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:49:37,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:49:37,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:49:37,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:37,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:37,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:37,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:37,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:37,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:37,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:37,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:37,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:37,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:37,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:37,246 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:37,247 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.16",loadavg2="0.09",loadavg3="1/113",loadavg4="2084",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.67",mpstat_average.cpu.%steal="3.33",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.67",mpstat_average.cpu0.%steal="3.33",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.67",mpstat_maximun.cpu.%steal="3.33",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.67",mpstat_maximun.cpu0.%steal="3.33",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.67",mpstat_minimum.cpu.%steal="3.33",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.67",mpstat_minimum.cpu0.%steal="3.33",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656173951309824 2019-09-16 17:49:37,353 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:37,354 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.16",loadavg2="0.09",loadavg3="1/113",loadavg4="2086",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656176073255936 2019-09-16 17:49:37,472 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:37,473 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.115 1568656174636089088 2019-09-16 17:49:37,650 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=102 END 2019-09-16 17:49:37,650 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=103 START 2019-09-16 17:49:37,651 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:37,898 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=153 END 2019-09-16 17:49:37,899 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=154 START 2019-09-16 17:49:37,899 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:37,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.63 0.30 2/121 3360\n' 2019-09-16 17:49:37,905 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:37,947 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:38,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=147 END 2019-09-16 17:49:38,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=148 START 2019-09-16 17:49:38,173 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:38,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.16 0.09 1/113 2090\n' 2019-09-16 17:49:38,191 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:38,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:38,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.131' 2019-09-16 17:49:38,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:38,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:37 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:37 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:39,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:39,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:38 ' 2019-09-16 17:49:39,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:49:39,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:39,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.45' 2019-09-16 17:49:39,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:39,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:39,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32' 2019-09-16 17:49:39,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:39,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:38 0' 2019-09-16 17:49:39,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:39,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:39,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.45' 2019-09-16 17:49:39,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:49:39,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:39,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.32\n' 2019-09-16 17:49:39,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\nAverage: 0 0.00 0.00 0.00 0.00 0.00 6.45 3.23 0.00 0.00 90.32\n' 2019-09-16 17:49:39,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=154 END 2019-09-16 17:49:39,953 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=155 START 2019-09-16 17:49:39,954 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:39,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.85 0.63 0.30 2/120 3365\n' 2019-09-16 17:49:39,960 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:40,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:40,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=148 END 2019-09-16 17:49:40,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=149 START 2019-09-16 17:49:40,265 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:40,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.16 0.09 1/113 2092\n' 2019-09-16 17:49:40,282 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:40,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:40,666 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=103 END 2019-09-16 17:49:40,667 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=104 START 2019-09-16 17:49:40,667 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:41,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:40 all 0.00 0.00 99.01 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n17:49:40 0 0.00 0.00 99.01 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 99.01 0.00 0.00 0.99 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 99.01 0.00 0.00 0.99 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:41,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:41,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:40 ' 2019-09-16 17:49:41,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:41,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:41,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.70' 2019-09-16 17:49:41,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17' 2019-09-16 17:49:41,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:41,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 89.13\n' 2019-09-16 17:49:41,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:40 0' 2019-09-16 17:49:41,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:41,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:41,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.70' 2019-09-16 17:49:41,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17 0.00' 2019-09-16 17:49:41,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-16 17:49:41,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:41,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:41,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:41,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:41,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:41,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8.70 2.17' 2019-09-16 17:49:41,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:41,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-16 17:49:41,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:49:41,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:41,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:41,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:41,384 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 8.70' 2019-09-16 17:49:41,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.17 0.00' 2019-09-16 17:49:41,386 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 89.13' 2019-09-16 17:49:41,387 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:41,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 17:49:42,030 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=155 END 2019-09-16 17:49:42,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=156 START 2019-09-16 17:49:42,031 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:42,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.62 0.30 1/120 3372\n' 2019-09-16 17:49:42,037 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:42,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:42,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19927768 , "packets_per_second":999948, "flows":250500, "errors":0 }\n' 2019-09-16 17:49:42,188 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 17:49:42,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19854936' 2019-09-16 17:49:42,200 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 72832 - Lost ppm 3655 2019-09-16 17:49:42,200 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 3655 > sla_max_ppm 1000; ',) 2019-09-16 17:49:42,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=149 END 2019-09-16 17:49:42,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=150 START 2019-09-16 17:49:42,390 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:42,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/113 2098\n' 2019-09-16 17:49:42,395 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:42,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:42,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:42,582 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.84",loadavg1="0.62",loadavg2="0.30",loadavg3="2/121",loadavg4="3357",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656177898755072 2019-09-16 17:49:42,705 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:42,707 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.63",loadavg2="0.30",loadavg3="2/121",loadavg4="3360",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656179952850944 2019-09-16 17:49:42,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:42,808 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.85",loadavg1="0.63",loadavg2="0.30",loadavg3="2/120",loadavg4="3365",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.99",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.01",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.99",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.01",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.99",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.01",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.99",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.01",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.99",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.01",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.99",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.01",mpstat_minimum.cpu0.%usr="0.00" 1568656182030925056 2019-09-16 17:49:42,975 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:42,977 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.16",loadavg2="0.09",loadavg3="1/113",loadavg4="2088",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656178172590080 2019-09-16 17:49:43,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:43,074 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.16",loadavg2="0.09",loadavg3="1/113",loadavg4="2090",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.32",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.45",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.32",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.45",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.32",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.45",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.32",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.45",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.32",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.45",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.32",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.45",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656180264534016 2019-09-16 17:49:43,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:42 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:49:42 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:49:43,176 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:43,177 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.16",loadavg2="0.09",loadavg3="1/113",loadavg4="2092",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="89.13",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="8.70",mpstat_average.cpu.%steal="2.17",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="89.13",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="8.70",mpstat_average.cpu0.%steal="2.17",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="89.13",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="8.70",mpstat_maximun.cpu.%steal="2.17",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="89.13",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="8.70",mpstat_maximun.cpu0.%steal="2.17",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="89.13",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="8.70",mpstat_minimum.cpu.%steal="2.17",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="89.13",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="8.70",mpstat_minimum.cpu0.%steal="2.17",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656182389785088 2019-09-16 17:49:43,202 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15029 seq=2 END 2019-09-16 17:49:43,203 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:49:43,203 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:49:43,203 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:49:43,275 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:43,276 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568656177650288128 2019-09-16 17:49:43,394 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:43,395 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.131 1568656180666811904 2019-09-16 17:49:43,463 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:43,464 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:42 all' 2019-09-16 17:49:43,466 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.99 0.00 0.00' 2019-09-16 17:49:43,467 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:43,469 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,470 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:43,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:42 0' 2019-09-16 17:49:43,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.99 0.00' 2019-09-16 17:49:43,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:43,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:43,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.99' 2019-09-16 17:49:43,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01' 2019-09-16 17:49:43,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:49:43,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.99 0.00' 2019-09-16 17:49:43,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:43,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:43,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:49:43,496 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:43,496 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999948i,packets_received=19854936i,packets_sent=19927768i,packetsize=64i,ppm=3655.0 1568656183202289152 2019-09-16 17:49:43,613 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:49:43,614 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:49:43,617 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:49:43,628 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:49:43,630 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:49:43,631 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:49:43,680 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=104 END 2019-09-16 17:49:43,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=105 START 2019-09-16 17:49:43,681 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:43,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:49:43,905 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:49:43,905 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:49:44,082 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=156 END 2019-09-16 17:49:44,083 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=157 START 2019-09-16 17:49:44,083 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:44,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.62 0.30 2/121 3418\n' 2019-09-16 17:49:44,092 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:44,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:44,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:49:44,496 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=150 END 2019-09-16 17:49:44,496 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=151 START 2019-09-16 17:49:44,497 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:44,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2137\n' 2019-09-16 17:49:44,502 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:44,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:44,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-16 17:49:45,165 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:44 all 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 98.00\n17:49:44 0 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 98.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 98.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 98.00\n' 2019-09-16 17:49:45,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:45,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:44 ' 2019-09-16 17:49:45,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:45,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:49:45,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:44 ' 2019-09-16 17:49:45,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:45,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:49:45,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:45,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:45,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:45,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:49:45,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:45,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:45,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:45,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:49:46,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=157 END 2019-09-16 17:49:46,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=158 START 2019-09-16 17:49:46,169 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:46,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.62 0.30 1/119 3428\n' 2019-09-16 17:49:46,175 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:46,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:46,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=151 END 2019-09-16 17:49:46,599 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=152 START 2019-09-16 17:49:46,599 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:46,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2139\n' 2019-09-16 17:49:46,604 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:46,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:46,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=105 END 2019-09-16 17:49:46,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=106 START 2019-09-16 17:49:46,695 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:47,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:46 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:49:46 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:49:47,260 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15035 seq=1 START 2019-09-16 17:49:47,261 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 17:49:47,273 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 750 64 20 1 1000000 2019-09-16 17:49:47,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:46 all 0.99 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04\n17:49:46 0 0.99 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04\nAverage: 0 0.99 0.00 0.00 2.97 0.00 0.00 0.00 0.00 0.00 96.04\n' 2019-09-16 17:49:47,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.142' 2019-09-16 17:49:48,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=158 END 2019-09-16 17:49:48,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=159 START 2019-09-16 17:49:48,246 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:48,251 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.61 0.30 1/121 3441\n' 2019-09-16 17:49:48,252 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:48,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:48,624 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:48,627 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.62",loadavg2="0.30",loadavg3="1/120",loadavg4="3372",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656184082660864 2019-09-16 17:49:48,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=152 END 2019-09-16 17:49:48,675 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=153 START 2019-09-16 17:49:48,675 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:48,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2146\n' 2019-09-16 17:49:48,681 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:48,727 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:48,729 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.62",loadavg2="0.30",loadavg3="2/121",loadavg4="3418",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="1.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="1.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="1.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="1.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="1.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="1.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656186167949824 2019-09-16 17:49:48,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:48,824 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:48,826 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.62",loadavg2="0.30",loadavg3="1/119",loadavg4="3428",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656188245912064 2019-09-16 17:49:48,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:49:48,929 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/113",loadavg4="2098",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656184496089088 2019-09-16 17:49:49,025 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:49,027 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2137",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656186598386176 2019-09-16 17:49:49,122 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:49,124 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2139",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.04",mpstat_average.cpu.%iowait="2.97",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.04",mpstat_average.cpu0.%iowait="2.97",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.04",mpstat_maximun.cpu.%iowait="2.97",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.04",mpstat_maximun.cpu0.%iowait="2.97",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.04",mpstat_minimum.cpu.%iowait="2.97",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.04",mpstat_minimum.cpu0.%iowait="2.97",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656188674649088 2019-09-16 17:49:49,219 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:49,220 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568656183680551936 2019-09-16 17:49:49,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:49,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:48 all' 2019-09-16 17:49:49,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00\n' 2019-09-16 17:49:49,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:48 0' 2019-09-16 17:49:49,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:49,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:49:49,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:49,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:49,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:49,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:49,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:49,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:49,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,321 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.126 1568656186694503168 2019-09-16 17:49:49,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:49,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:49,707 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=106 END 2019-09-16 17:49:49,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=107 START 2019-09-16 17:49:49,708 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:49,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:48 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:49,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:49 ' 2019-09-16 17:49:49,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:49,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,752 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09' 2019-09-16 17:49:49,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.91\n' 2019-09-16 17:49:49,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:49 0' 2019-09-16 17:49:49,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09 0.00 0.00' 2019-09-16 17:49:49,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.91\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:49,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:49,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:49,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09 0.00' 2019-09-16 17:49:49,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 98.91' 2019-09-16 17:49:49,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:49,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:49,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:49,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.09' 2019-09-16 17:49:49,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:49,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:49,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 98.91' 2019-09-16 17:49:49,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:50,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=159 END 2019-09-16 17:49:50,329 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=160 START 2019-09-16 17:49:50,330 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:50,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.72 0.61 0.30 2/122 3505\n' 2019-09-16 17:49:50,336 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:50,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:50,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:49:50,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=153 END 2019-09-16 17:49:50,780 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=154 START 2019-09-16 17:49:50,780 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:50,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2148\n' 2019-09-16 17:49:50,796 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:50,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:51,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:51,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:50 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:50 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:51,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:50 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:51,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:51 all' 2019-09-16 17:49:51,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:51,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:51,878 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:51,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:51,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:51,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:51,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:51 ' 2019-09-16 17:49:51,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:51,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:51,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:51,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.50' 2019-09-16 17:49:51,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:51,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:49:51,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:51,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12 0.00' 2019-09-16 17:49:51,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:51,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:51,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:51,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:49:51,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:49:51,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:51,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:52,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=160 END 2019-09-16 17:49:52,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=161 START 2019-09-16 17:49:52,409 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:52,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.61 0.30 2/121 3510\n' 2019-09-16 17:49:52,415 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:52,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:52,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=107 END 2019-09-16 17:49:52,723 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=108 START 2019-09-16 17:49:52,723 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:52,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=154 END 2019-09-16 17:49:52,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=155 START 2019-09-16 17:49:52,907 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:52,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2150\n' 2019-09-16 17:49:52,924 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:53,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:53,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:52 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:52 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:53,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:49:54,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:52 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:54,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:53 ' 2019-09-16 17:49:54,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:54,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:54,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.38' 2019-09-16 17:49:54,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:49:54,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50\n' 2019-09-16 17:49:54,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:53 ' 2019-09-16 17:49:54,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:54,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:54,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:54,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:54,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:54,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:54,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:54,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:49:54,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:54,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:54,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:54,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:49:54,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:49:54,429 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:54,431 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.72",loadavg1="0.61",loadavg2="0.30",loadavg3="1/121",loadavg4="3441",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656190329273856 2019-09-16 17:49:54,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=161 END 2019-09-16 17:49:54,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=162 START 2019-09-16 17:49:54,486 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:54,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.61 0.30 2/122 3516\n' 2019-09-16 17:49:54,493 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:54,537 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:54,539 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.72",loadavg1="0.61",loadavg2="0.30",loadavg3="2/122",loadavg4="3505",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656192408209152 2019-09-16 17:49:54,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:54,635 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:54,637 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.74",loadavg1="0.61",loadavg2="0.30",loadavg3="2/121",loadavg4="3510",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656194486008832 2019-09-16 17:49:54,740 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:54,741 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2146",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.91",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.09",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.91",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.09",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.91",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.09",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.91",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.09",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.91",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.09",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.91",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.09",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656190779727872 2019-09-16 17:49:54,842 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:54,844 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2148",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656192906553088 2019-09-16 17:49:54,944 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:49:54,944 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.142 1568656189707441920 2019-09-16 17:49:55,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=155 END 2019-09-16 17:49:55,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=156 START 2019-09-16 17:49:55,027 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:55,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:49:55,039 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656192722515968 2019-09-16 17:49:55,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.15 0.09 1/114 2152\n' 2019-09-16 17:49:55,044 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:55,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:55,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:55,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:49:54 ' 2019-09-16 17:49:55,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:49:55,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:49:55,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:55,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:55,568 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:49:55,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:54 ' 2019-09-16 17:49:55,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:49:55,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:49:55,572 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,573 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:55,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:55,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:49:55,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:55,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:55,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:49:55,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:49:55,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:49:55,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:55,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:55,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:49:55,738 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=108 END 2019-09-16 17:49:55,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=109 START 2019-09-16 17:49:55,739 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:56,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:54 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:56,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:55 ' 2019-09-16 17:49:56,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:49:56,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:49:56,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:56,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:49:56,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:55 ' 2019-09-16 17:49:56,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:49:56,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:49:56,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:49:56,137 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:49:56,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:56,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:49:56,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:49:56,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:56,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12 3.03' 2019-09-16 17:49:56,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:56,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:49:56,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:49:56,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=162 END 2019-09-16 17:49:56,592 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=163 START 2019-09-16 17:49:56,593 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:56,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.74 0.61 0.30 2/122 3519\n' 2019-09-16 17:49:56,599 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:56,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:56,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 17:49:57,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=156 END 2019-09-16 17:49:57,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=157 START 2019-09-16 17:49:57,154 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:57,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.15 0.09 1/114 2154\n' 2019-09-16 17:49:57,170 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:57,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:57,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:56 all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:56 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:58,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:56 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:58,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:57 all' 2019-09-16 17:49:58,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:58,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:58,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:58,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:49:58,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:49:58,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:57 0' 2019-09-16 17:49:58,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:58,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:49:58,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:58,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:49:58,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:49:58,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:49:58,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:49:58,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:49:58,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:49:58,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:49:58,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:49:58,643 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=163 END 2019-09-16 17:49:58,643 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=164 START 2019-09-16 17:49:58,644 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:58,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.62 0.31 2/121 3524\n' 2019-09-16 17:49:58,650 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:58,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:58,754 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=109 END 2019-09-16 17:49:58,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=110 START 2019-09-16 17:49:58,755 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:49:59,270 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=157 END 2019-09-16 17:49:59,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=158 START 2019-09-16 17:49:59,271 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:49:59,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.15 0.09 1/114 2156\n' 2019-09-16 17:49:59,289 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:49:59,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:49:59,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:49:58 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:49:58 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:49:59,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 17:50:00,137 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:00,139 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.74",loadavg1="0.61",loadavg2="0.30",loadavg3="2/122",loadavg4="3516",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656196592081920 2019-09-16 17:50:00,234 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:00,236 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.74",loadavg1="0.61",loadavg2="0.30",loadavg3="2/122",loadavg4="3519",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="1.00" 1568656198643294976 2019-09-16 17:50:00,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:58 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:00,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:49:59 ' 2019-09-16 17:50:00,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:50:00,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:00,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:00,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.76' 2019-09-16 17:50:00,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:50:00,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 85.29' 2019-09-16 17:50:00,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:49:59 ' 2019-09-16 17:50:00,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:00,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 11.76 2.94 0.00 0.00 85.29' 2019-09-16 17:50:00,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:00,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:00,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:00,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:00,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 11.76 2.94 0.00 0.00 85.29\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.76 2.94 0.00 0.00 85.29\n' 2019-09-16 17:50:00,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:00,412 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2150",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656195026168064 2019-09-16 17:50:00,514 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:00,516 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2152",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656197152779008 2019-09-16 17:50:00,617 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:00,619 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2154",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656199270676992 2019-09-16 17:50:00,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=164 END 2019-09-16 17:50:00,722 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:00,722 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=165 START 2019-09-16 17:50:00,723 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:00,723 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656195738534912 2019-09-16 17:50:00,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.62 0.31 2/122 3530\n' 2019-09-16 17:50:00,729 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:00,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:00,837 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:00,838 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568656198754635008 2019-09-16 17:50:01,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=158 END 2019-09-16 17:50:01,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=159 START 2019-09-16 17:50:01,385 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:01,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.15 0.09 1/114 2158\n' 2019-09-16 17:50:01,399 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:01,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:01,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=110 END 2019-09-16 17:50:01,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=111 START 2019-09-16 17:50:01,771 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:01,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:49:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:01,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:00 ' 2019-09-16 17:50:01,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:01,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:01,776 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,779 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:01,780 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:00 0' 2019-09-16 17:50:01,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:50:01,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,783 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,784 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:01,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:01,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:01,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:01,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:01,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,792 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:01,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:01,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:01,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,796 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,797 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:01,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:01,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:02,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:00 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:02,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:01 all' 2019-09-16 17:50:02,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:02,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:02,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:02,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.62' 2019-09-16 17:50:02,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:02,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:01 0' 2019-09-16 17:50:02,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:02,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:02,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:50:02,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:02,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:02,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:02,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:02,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:02,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:02,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 90.62\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 0.00 0.00 0.00 90.62\n' 2019-09-16 17:50:02,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 17:50:02,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=165 END 2019-09-16 17:50:02,801 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=166 START 2019-09-16 17:50:02,802 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:02,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.63 0.31 2/122 3536\n' 2019-09-16 17:50:02,807 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:02,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:03,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=159 END 2019-09-16 17:50:03,498 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=160 START 2019-09-16 17:50:03,498 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:03,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.14 0.08 1/114 2160\n' 2019-09-16 17:50:03,511 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:03,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:03,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:03,876 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:02 ' 2019-09-16 17:50:03,877 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:03,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,879 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:03,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,883 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:02 ' 2019-09-16 17:50:03,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:50:03,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:03,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,887 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:03,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:03,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:03,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:03,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,895 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:03,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:50:03,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,899 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:03,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:03,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,902 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:03,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:04,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:02 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:04,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:03 ' 2019-09-16 17:50:04,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:04,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:04,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:04,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:50:04,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:04,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:04,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:03 ' 2019-09-16 17:50:04,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:04,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:04,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:04,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38 3.12 0.00 0.00 87.50\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:04,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=111 END 2019-09-16 17:50:04,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=112 START 2019-09-16 17:50:04,788 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:04,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=166 END 2019-09-16 17:50:04,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=167 START 2019-09-16 17:50:04,906 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:04,910 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.63 0.31 2/122 3539\n' 2019-09-16 17:50:04,911 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:04,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:05,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=160 END 2019-09-16 17:50:05,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=161 START 2019-09-16 17:50:05,605 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:05,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.14 0.08 1/114 2162\n' 2019-09-16 17:50:05,622 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:05,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:05,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 17:50:05,938 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:05,940 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.62",loadavg2="0.31",loadavg3="2/121",loadavg4="3524",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656200722033920 2019-09-16 17:50:05,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:04 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:04 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:06,052 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:06,054 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.62",loadavg2="0.31",loadavg3="2/122",loadavg4="3530",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656202801047040 2019-09-16 17:50:06,157 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:06,159 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.63",loadavg2="0.31",loadavg3="2/122",loadavg4="3536",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656204905047808 2019-09-16 17:50:06,258 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:06,260 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2156",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.29",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.76",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.29",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.76",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.29",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.76",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.29",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.76",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.29",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.76",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.29",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.76",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656201384846848 2019-09-16 17:50:06,365 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:06,366 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.15",loadavg2="0.09",loadavg3="1/114",loadavg4="2158",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.62",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.62",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.62",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.62",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.62",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.62",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656203497380864 2019-09-16 17:50:06,470 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:06,471 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2160",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656205604125952 2019-09-16 17:50:06,597 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:06,597 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568656201770426112 2019-09-16 17:50:06,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:06,701 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568656204787044096 2019-09-16 17:50:06,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:06,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:06 all' 2019-09-16 17:50:06,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:06,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50' 2019-09-16 17:50:06,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:06,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38\n' 2019-09-16 17:50:06,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:06 0' 2019-09-16 17:50:06,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:06,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12' 2019-09-16 17:50:06,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 84.38' 2019-09-16 17:50:06,718 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:06,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:06,720 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:06,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:06,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:06,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50 3.12 0.00' 2019-09-16 17:50:06,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:06,725 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.38' 2019-09-16 17:50:06,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.50 3.12 0.00 0.00 84.38\n' 2019-09-16 17:50:06,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=167 END 2019-09-16 17:50:06,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=168 START 2019-09-16 17:50:06,956 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:06,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.63 0.31 2/121 3544\n' 2019-09-16 17:50:06,962 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:07,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:07,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=161 END 2019-09-16 17:50:07,729 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=162 START 2019-09-16 17:50:07,729 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:07,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.14 0.08 1/114 2164\n' 2019-09-16 17:50:07,744 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:07,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:07,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=112 END 2019-09-16 17:50:07,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=113 START 2019-09-16 17:50:07,803 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:08,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:06 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:06 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:08,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:07 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:08,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:08 ' 2019-09-16 17:50:08,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:08,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:08,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:08,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:08,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:08,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.76' 2019-09-16 17:50:08,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.88' 2019-09-16 17:50:08,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:08,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:50:08,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:08 ' 2019-09-16 17:50:08,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:08,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:08,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:08,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.76 5.88 0.00 0.00' 2019-09-16 17:50:08,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35' 2019-09-16 17:50:08,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:08,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:08,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-16 17:50:08,814 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:50:08,815 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 11.76 5.88 0.00 0.00 82.35\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.76 5.88 0.00 0.00 82.35\n' 2019-09-16 17:50:09,007 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=168 END 2019-09-16 17:50:09,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=169 START 2019-09-16 17:50:09,008 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:09,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.63 0.31 2/122 3550\n' 2019-09-16 17:50:09,014 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:09,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:09,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=162 END 2019-09-16 17:50:09,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=163 START 2019-09-16 17:50:09,819 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:09,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.14 0.08 1/114 2166\n' 2019-09-16 17:50:09,824 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:09,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:10,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:10,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:09 ' 2019-09-16 17:50:10,058 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:10,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:10,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 44.00 0.00 0.00 0.00 0.00 0.00 0.00 56.00\n17:50:09 0 0.00 0.00 44.00 0.00 0.00 0.00 0.00 0.00 0.00 56.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 44.00 0.00 0.00 0.00 0.00 0.00 0.00 56.00\nAverage: 0 0.00 0.00 44.00 0.00 0.00 0.00 0.00 0.00 0.00 56.00\n' 2019-09-16 17:50:10,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19913801 , "packets_per_second":999948, "flows":563250, "errors":0 }\n' 2019-09-16 17:50:10,503 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 17:50:10,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19891843' 2019-09-16 17:50:10,514 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 21958 - Lost ppm 1103 2019-09-16 17:50:10,515 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 1103 > sla_max_ppm 1000; ',) 2019-09-16 17:50:10,818 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=113 END 2019-09-16 17:50:10,819 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=114 START 2019-09-16 17:50:10,819 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:10,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:09 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:10 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:50:10 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:50:11,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=169 END 2019-09-16 17:50:11,062 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=170 START 2019-09-16 17:50:11,063 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:11,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.80 0.63 0.31 1/118 3563\n' 2019-09-16 17:50:11,068 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:11,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:11,519 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15035 seq=1 END 2019-09-16 17:50:11,520 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15035 seq=2 START 2019-09-16 17:50:11,520 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 17:50:11,533 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 750 64 20 1 1000000 2019-09-16 17:50:11,797 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:11,798 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999948i,packets_received=19891843i,packets_sent=19913801i,packetsize=64i,ppm=1103.0 1568656211518984192 2019-09-16 17:50:11,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 17:50:11,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=163 END 2019-09-16 17:50:11,896 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=164 START 2019-09-16 17:50:11,896 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:11,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.14 0.08 1/114 2177\n' 2019-09-16 17:50:11,902 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:11,942 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:11,949 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:11,951 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.63",loadavg2="0.31",loadavg3="2/122",loadavg4="3539",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656206955350016 2019-09-16 17:50:12,126 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:12,128 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.63",loadavg2="0.31",loadavg3="2/121",loadavg4="3544",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656209007375104 2019-09-16 17:50:12,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:11 all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n17:50:11 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n' 2019-09-16 17:50:12,289 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:12,291 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.63",loadavg2="0.31",loadavg3="2/122",loadavg4="3550",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="56.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="44.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="56.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="44.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="56.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="44.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="56.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="44.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="56.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="44.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="56.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="44.00",mpstat_minimum.cpu0.%usr="0.00" 1568656211062097152 2019-09-16 17:50:12,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:12,400 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2162",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.38",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.38",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.38",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.38",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.38",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.38",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656207728919040 2019-09-16 17:50:12,506 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:12,508 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2164",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.76",mpstat_average.cpu.%steal="5.88",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.76",mpstat_average.cpu0.%steal="5.88",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.76",mpstat_maximun.cpu.%steal="5.88",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.76",mpstat_maximun.cpu0.%steal="5.88",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.76",mpstat_minimum.cpu.%steal="5.88",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.76",mpstat_minimum.cpu0.%steal="5.88",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656209818185216 2019-09-16 17:50:12,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:12,609 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2166",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656211895433984 2019-09-16 17:50:12,719 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:12,720 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656207802620928 2019-09-16 17:50:12,827 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:12,827 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.099 1568656210818734848 2019-09-16 17:50:12,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:11 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:12,943 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:12 ' 2019-09-16 17:50:12,944 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:12,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:12,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:12,948 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00' 2019-09-16 17:50:12,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:12,951 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:12 0' 2019-09-16 17:50:12,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,953 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,956 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:12,957 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:50:12,958 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:12,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:12,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:12,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:12,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:12,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:12,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:12,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:12,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:12,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:13,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=170 END 2019-09-16 17:50:13,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=171 START 2019-09-16 17:50:13,140 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:13,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.62 0.31 1/120 3575\n' 2019-09-16 17:50:13,146 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:13,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:13,831 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=114 END 2019-09-16 17:50:13,832 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=115 START 2019-09-16 17:50:13,832 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:13,974 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=164 END 2019-09-16 17:50:13,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=165 START 2019-09-16 17:50:13,975 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:13,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.14 0.08 1/114 2179\n' 2019-09-16 17:50:13,984 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:14,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:14,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:13 all 1.01 0.00 45.45 0.00 0.00 0.00 0.00 0.00 0.00 53.54\n17:50:13 0 1.01 0.00 45.45 0.00 0.00 0.00 0.00 0.00 0.00 53.54\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.01 0.00 45.45 0.00 0.00 0.00 0.00 0.00 0.00 53.54\nAverage: 0 1.01 0.00 45.45 0.00 0.00 0.00 0.00 0.00 0.00 53.54\n' 2019-09-16 17:50:14,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:50:15,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:13 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:15,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:14 all' 2019-09-16 17:50:15,058 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:15,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:15,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:15,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-16 17:50:15,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:50:15,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:15,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71' 2019-09-16 17:50:15,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:14 ' 2019-09-16 17:50:15,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:15,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:15,067 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:15,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:15,069 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43' 2019-09-16 17:50:15,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-16 17:50:15,071 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 85.71' 2019-09-16 17:50:15,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:15,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:15,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:15,075 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:15,076 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:15,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43 2.86 0.00 0.00 85.71\nAverage: 0 0.00 0.00 0.00 0.00 0.00 11.43 2.86 0.00 0.00 85.71\n' 2019-09-16 17:50:15,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=171 END 2019-09-16 17:50:15,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=172 START 2019-09-16 17:50:15,217 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:15,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.73 0.62 0.31 2/122 3642\n' 2019-09-16 17:50:15,223 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:15,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:16,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=165 END 2019-09-16 17:50:16,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=166 START 2019-09-16 17:50:16,080 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:16,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.14 0.08 1/114 2181\n' 2019-09-16 17:50:16,100 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:16,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:16,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:16,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:15 ' 2019-09-16 17:50:16,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:16,294 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:16,295 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,297 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,298 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:16,300 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:15 0' 2019-09-16 17:50:16,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:16,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:16,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:16,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:16,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:16,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,314 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:16,315 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:16,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:16,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:16,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:16,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:16,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:16,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=115 END 2019-09-16 17:50:16,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=116 START 2019-09-16 17:50:16,848 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:17,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:15 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:17,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:16 all 0.00' 2019-09-16 17:50:17,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:17,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:17,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.68' 2019-09-16 17:50:17,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:50:17,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:17,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.10' 2019-09-16 17:50:17,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:17,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:16 ' 2019-09-16 17:50:17,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:17,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:17,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:17,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68' 2019-09-16 17:50:17,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.23' 2019-09-16 17:50:17,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:17,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.10' 2019-09-16 17:50:17,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:17,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:17,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:17,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:17,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:17,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:17,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.68 3.23 0.00 0.00 87.10\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.68 3.23 0.00 0.00 87.10\n' 2019-09-16 17:50:17,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=172 END 2019-09-16 17:50:17,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=173 START 2019-09-16 17:50:17,325 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:17,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.63 0.32 2/122 3645\n' 2019-09-16 17:50:17,331 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:17,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:17,858 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-16 17:50:17,939 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:17,941 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.80",loadavg1="0.63",loadavg2="0.31",loadavg3="1/118",loadavg4="3563",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.99",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.01",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.99",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.01",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.99",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.01",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.99",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.01",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.99",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.01",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.99",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.01",mpstat_minimum.cpu0.%usr="0.00" 1568656213139436032 2019-09-16 17:50:18,039 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:18,041 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.73",loadavg1="0.62",loadavg2="0.31",loadavg3="1/120",loadavg4="3575",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="53.54",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="45.45",mpstat_average.cpu.%usr="1.01",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="53.54",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="45.45",mpstat_average.cpu0.%usr="1.01",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="53.54",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="45.45",mpstat_maximun.cpu.%usr="1.01",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="53.54",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="45.45",mpstat_maximun.cpu0.%usr="1.01",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="53.54",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="45.45",mpstat_minimum.cpu.%usr="1.01",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="53.54",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="45.45",mpstat_minimum.cpu0.%usr="1.01" 1568656215216593152 2019-09-16 17:50:18,140 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:18,141 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.73",loadavg1="0.62",loadavg2="0.31",loadavg3="2/122",loadavg4="3642",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656217324742144 2019-09-16 17:50:18,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=166 END 2019-09-16 17:50:18,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=167 START 2019-09-16 17:50:18,202 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:18,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.14 0.08 2/114 2183\n' 2019-09-16 17:50:18,211 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:18,288 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:18,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:18,303 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2177",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656213974606080 2019-09-16 17:50:18,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:17 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:17 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:18,445 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:18,446 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2179",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="85.71",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.43",mpstat_average.cpu.%steal="2.86",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="85.71",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.43",mpstat_average.cpu0.%steal="2.86",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="85.71",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.43",mpstat_maximun.cpu.%steal="2.86",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="85.71",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.43",mpstat_maximun.cpu0.%steal="2.86",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="85.71",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.43",mpstat_minimum.cpu.%steal="2.86",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="85.71",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.43",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656216079099904 2019-09-16 17:50:18,559 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:18,560 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2181",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.10",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.68",mpstat_average.cpu.%steal="3.23",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.10",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.68",mpstat_average.cpu0.%steal="3.23",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.10",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.68",mpstat_maximun.cpu.%steal="3.23",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.10",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.68",mpstat_maximun.cpu0.%steal="3.23",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.10",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.68",mpstat_minimum.cpu.%steal="3.23",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.10",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.68",mpstat_minimum.cpu0.%steal="3.23",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656218201050880 2019-09-16 17:50:18,670 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:18,671 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656213831896064 2019-09-16 17:50:18,777 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:18,778 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656216847053056 2019-09-16 17:50:19,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:17 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:19,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:18 ' 2019-09-16 17:50:19,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:19,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:19,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:19,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:19,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:50:19,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:19,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50\n' 2019-09-16 17:50:19,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:18 ' 2019-09-16 17:50:19,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:19,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:19,302 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:19,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:19,303 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:19,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:19,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:50:19,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:19,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:19,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:19,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:19,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:19,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:19,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=173 END 2019-09-16 17:50:19,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=174 START 2019-09-16 17:50:19,376 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:19,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.63 0.32 2/121 3650\n' 2019-09-16 17:50:19,382 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:19,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:19,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=116 END 2019-09-16 17:50:19,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=117 START 2019-09-16 17:50:19,864 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:20,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=167 END 2019-09-16 17:50:20,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=168 START 2019-09-16 17:50:20,315 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:20,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.14 0.08 1/114 2185\n' 2019-09-16 17:50:20,332 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:20,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:20,425 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:19 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:19 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:20,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 17:50:21,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:19 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:21,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:20 ' 2019-09-16 17:50:21,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:21,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:21,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:21,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:21,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:50:21,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:20 ' 2019-09-16 17:50:21,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:21,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:21,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:21,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:21,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:21,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:21,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=174 END 2019-09-16 17:50:21,427 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=175 START 2019-09-16 17:50:21,428 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:21,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:21,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:21,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:21,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.38 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:21,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.76 0.63 0.32 2/122 3656\n' 2019-09-16 17:50:21,433 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:21,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:22,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=168 END 2019-09-16 17:50:22,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=169 START 2019-09-16 17:50:22,434 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:22,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.13 0.08 1/114 2187\n' 2019-09-16 17:50:22,453 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:22,501 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:22,502 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:21 ' 2019-09-16 17:50:22,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:22,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:22,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,509 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:21 ' 2019-09-16 17:50:22,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:22,511 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:22,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:22,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:22,518 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:22,519 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00 100.00' 2019-09-16 17:50:22,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,523 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,524 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\nAverage: ' 2019-09-16 17:50:22,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:22,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,527 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:22,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00 0.00' 2019-09-16 17:50:22,528 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:22,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:22,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:22,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=117 END 2019-09-16 17:50:22,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=118 START 2019-09-16 17:50:22,880 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:23,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:21 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:23,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:22 ' 2019-09-16 17:50:23,530 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:23,531 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:23,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:23,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:23,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:23,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=175 END 2019-09-16 17:50:23,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=176 START 2019-09-16 17:50:23,534 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:23,534 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:23,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:23,535 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:23,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.88' 2019-09-16 17:50:23,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:23,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:22 0' 2019-09-16 17:50:23,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:23,539 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.64 0.32 2/122 3659\n' 2019-09-16 17:50:23,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:23,540 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:23,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:23,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 3.03 0.00' 2019-09-16 17:50:23,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.88' 2019-09-16 17:50:23,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:23,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:23,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:23,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:23,548 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:23,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:50:23,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:23,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.88\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.09 3.03 0.00 0.00 87.88\n' 2019-09-16 17:50:23,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:23,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-16 17:50:23,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:23,897 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.63",loadavg2="0.32",loadavg3="2/122",loadavg4="3645",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656219375294976 2019-09-16 17:50:23,998 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:24,000 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.63",loadavg2="0.32",loadavg3="2/121",loadavg4="3650",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656221427244032 2019-09-16 17:50:24,108 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:24,109 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.76",loadavg1="0.63",loadavg2="0.32",loadavg3="2/122",loadavg4="3656",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656223533508096 2019-09-16 17:50:24,211 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:24,213 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.14",loadavg2="0.08",loadavg3="2/114",loadavg4="2183",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656220314647040 2019-09-16 17:50:24,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:24,323 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.14",loadavg2="0.08",loadavg3="1/114",loadavg4="2185",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656222433999104 2019-09-16 17:50:24,441 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:24,442 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.12 1568656219863190016 2019-09-16 17:50:24,544 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:24,544 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568656222879122944 2019-09-16 17:50:24,553 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=169 END 2019-09-16 17:50:24,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=170 START 2019-09-16 17:50:24,554 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:24,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.03 0.13 0.08 1/114 2189\n' 2019-09-16 17:50:24,573 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:24,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:23 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:23 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:24,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:25,610 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=176 END 2019-09-16 17:50:25,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=177 START 2019-09-16 17:50:25,611 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:25,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.78 0.64 0.32 2/121 3664\n' 2019-09-16 17:50:25,617 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:25,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:23 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:25,653 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:24 all' 2019-09-16 17:50:25,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:25,657 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 6.06' 2019-09-16 17:50:25,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,659 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:50:25,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:25,660 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:24 0' 2019-09-16 17:50:25,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,663 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 6.06' 2019-09-16 17:50:25,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85\n' 2019-09-16 17:50:25,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:25,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:25,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,669 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:25,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:25,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:25,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.06 0.00 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.09 6.06 0.00 0.00 84.85\n' 2019-09-16 17:50:25,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:25,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=118 END 2019-09-16 17:50:25,895 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=119 START 2019-09-16 17:50:25,896 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:26,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=170 END 2019-09-16 17:50:26,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=171 START 2019-09-16 17:50:26,675 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:26,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:25 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:25 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:26,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.02 0.13 0.08 1/114 2191\n' 2019-09-16 17:50:26,688 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:26,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:26,906 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 17:50:27,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=177 END 2019-09-16 17:50:27,689 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=178 START 2019-09-16 17:50:27,689 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:27,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.69 0.34 2/122 3670\n' 2019-09-16 17:50:27,695 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:27,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:27,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:27,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:27 all' 2019-09-16 17:50:27,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:50:27,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:27,773 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62' 2019-09-16 17:50:27,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:27 ' 2019-09-16 17:50:27,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:27,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:50:27,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:27,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62' 2019-09-16 17:50:27,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:27,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:27,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:27,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,785 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:50:27,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:27,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 90.62' 2019-09-16 17:50:27,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:27,788 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:27,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:27,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:27,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:50:27,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:27,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:27,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:50:28,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:28,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:27 ' 2019-09-16 17:50:28,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:28,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:28,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,743 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:28,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:27 0' 2019-09-16 17:50:28,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:28,747 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,749 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:28,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:28,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:28,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,756 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:28,756 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:50:28,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:28,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:28,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:28,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:28,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=171 END 2019-09-16 17:50:28,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=172 START 2019-09-16 17:50:28,796 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:28,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.02 0.13 0.08 1/114 2193\n' 2019-09-16 17:50:28,813 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:28,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:28,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=119 END 2019-09-16 17:50:28,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=120 START 2019-09-16 17:50:28,911 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:29,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:29,648 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.64",loadavg2="0.32",loadavg3="2/122",loadavg4="3659",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656225610776832 2019-09-16 17:50:29,751 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:29,753 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.78",loadavg1="0.64",loadavg2="0.32",loadavg3="2/121",loadavg4="3664",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656227688521984 2019-09-16 17:50:29,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=178 END 2019-09-16 17:50:29,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=179 START 2019-09-16 17:50:29,764 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:29,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.69 0.34 2/122 3673\n' 2019-09-16 17:50:29,770 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:29,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:29,858 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:29,859 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.69",loadavg2="0.34",loadavg3="2/122",loadavg4="3670",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656229763681024 2019-09-16 17:50:29,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:29,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:29 all' 2019-09-16 17:50:29,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:29,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:29,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:29,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:29,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:29,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:29,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:29,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:29 0 0.00' 2019-09-16 17:50:29,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:29,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:29,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:29,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:29,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:29,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:29,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:29,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:29,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:29,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:29,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:29,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:29,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.38 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:29,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-16 17:50:29,962 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:29,964 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2187",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656224553558016 2019-09-16 17:50:30,062 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:30,063 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.03",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2189",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="6.06",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="6.06",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="6.06",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="6.06",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="6.06",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="6.06",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656226674045184 2019-09-16 17:50:30,170 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:30,171 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.02",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2191",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.62",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.25",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.62",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.25",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.62",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.25",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.62",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.25",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.62",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.25",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.62",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.25",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656228795604992 2019-09-16 17:50:30,337 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:30,338 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.125 1568656225895217920 2019-09-16 17:50:30,461 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:30,462 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656228910963968 2019-09-16 17:50:30,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:28 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:29 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:29 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:30,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=172 END 2019-09-16 17:50:30,905 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=173 START 2019-09-16 17:50:30,905 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:30,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.02 0.13 0.08 1/114 2195\n' 2019-09-16 17:50:30,921 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:30,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:31,840 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=179 END 2019-09-16 17:50:31,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=180 START 2019-09-16 17:50:31,841 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:31,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.69 0.34 2/121 3678\n' 2019-09-16 17:50:31,846 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:31,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:31,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=120 END 2019-09-16 17:50:31,927 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=121 START 2019-09-16 17:50:31,927 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:32,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:32,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:31 ' 2019-09-16 17:50:32,002 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:32,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:32,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:32,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.50' 2019-09-16 17:50:32,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:32,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:32,007 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:31 ' 2019-09-16 17:50:32,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:32,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:32,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:32,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.50' 2019-09-16 17:50:32,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:32,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:50:32,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:32,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:32,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:32,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:32,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 12.50' 2019-09-16 17:50:32,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:32,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:32,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:32,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:32,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:32,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 12.50 0.00 0.00 0.00 87.50\n' 2019-09-16 17:50:32,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:30 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:31 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:31 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:32,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 17:50:33,024 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=173 END 2019-09-16 17:50:33,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=174 START 2019-09-16 17:50:33,025 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:33,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.02 0.13 0.08 1/114 2197\n' 2019-09-16 17:50:33,042 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:33,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:33,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=180 END 2019-09-16 17:50:33,891 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=181 START 2019-09-16 17:50:33,892 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:33,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.70 0.34 1/121 3685\n' 2019-09-16 17:50:33,897 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:33,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:34,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:34,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:33 ' 2019-09-16 17:50:34,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:34,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:34,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.51' 2019-09-16 17:50:34,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:34,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 96.49\n' 2019-09-16 17:50:34,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:33 ' 2019-09-16 17:50:34,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:34,103 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:34,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.51' 2019-09-16 17:50:34,105 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,106 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.49' 2019-09-16 17:50:34,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:34,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:34,108 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:34,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:34,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,111 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.51' 2019-09-16 17:50:34,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,113 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.49' 2019-09-16 17:50:34,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:34,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:34,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:34,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.51' 2019-09-16 17:50:34,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:34,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 96.49' 2019-09-16 17:50:34,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:34,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19928858 , "packets_per_second":999947, "flows":563250, "errors":0 }\n' 2019-09-16 17:50:34,730 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 17:50:34,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19923579' 2019-09-16 17:50:34,742 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 5279 - Lost ppm 265 2019-09-16 17:50:34,942 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=121 END 2019-09-16 17:50:34,943 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=122 START 2019-09-16 17:50:34,943 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:34,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:32 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:33 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:50:33 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:50:35,122 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=174 END 2019-09-16 17:50:35,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=175 START 2019-09-16 17:50:35,123 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:35,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.02 0.13 0.08 1/114 2203\n' 2019-09-16 17:50:35,128 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:35,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:35,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:35,566 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.69",loadavg2="0.34",loadavg3="2/122",loadavg4="3673",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656231840687872 2019-09-16 17:50:35,689 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:35,691 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.69",loadavg2="0.34",loadavg3="2/121",loadavg4="3678",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656233891271168 2019-09-16 17:50:35,744 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15035 seq=2 END 2019-09-16 17:50:35,745 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:50:35,745 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:50:35,745 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:50:35,793 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:35,795 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.02",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2193",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656230905241088 2019-09-16 17:50:35,897 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:35,899 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.02",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2195",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.50",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.50",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.50",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.50",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.50",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.50",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656233024563200 2019-09-16 17:50:35,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.139' 2019-09-16 17:50:35,967 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=181 END 2019-09-16 17:50:35,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=182 START 2019-09-16 17:50:35,968 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:35,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.70 0.34 1/116 3701\n' 2019-09-16 17:50:35,974 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:36,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:36,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:36,051 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.02",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2197",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="96.49",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="3.51",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="96.49",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="3.51",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="96.49",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="3.51",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="96.49",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="3.51",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="96.49",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="3.51",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="96.49",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="3.51",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656235122525952 2019-09-16 17:50:36,151 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:36,152 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.095 1568656231926575872 2019-09-16 17:50:36,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:34 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:36,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:35 ' 2019-09-16 17:50:36,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:36,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:50:36,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:36,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:35 ' 2019-09-16 17:50:36,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:36,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:36,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:36,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:36,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:36,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,189 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:36,192 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:36,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:36,194 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:36,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:36,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:50:36,244 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:36,245 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656234942821120 2019-09-16 17:50:36,340 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:36,341 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999947i,packets_received=19923579i,packets_sent=19928858i,packetsize=64i,ppm=265.0 1568656235744417792 2019-09-16 17:50:36,458 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:50:36,459 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:50:36,462 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:50:36,474 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:50:36,475 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.114 2019-09-16 17:50:36,476 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:50:36,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:50:36,750 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 17:50:36,750 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 17:50:37,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:35 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:36 all 16.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n17:50:36 0 16.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 16.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\nAverage: 0 16.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 83.00\n' 2019-09-16 17:50:37,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:50:37,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=175 END 2019-09-16 17:50:37,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=176 START 2019-09-16 17:50:37,202 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:37,206 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.14 0.09 1/114 2241\n' 2019-09-16 17:50:37,207 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:37,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:37,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=122 END 2019-09-16 17:50:37,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=123 START 2019-09-16 17:50:37,957 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:38,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=182 END 2019-09-16 17:50:38,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=183 START 2019-09-16 17:50:38,020 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:38,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.70 0.35 1/120 3741\n' 2019-09-16 17:50:38,025 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:38,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:38,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:36 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:38,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:37 all' 2019-09-16 17:50:38,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,255 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:50:38,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:37 0' 2019-09-16 17:50:38,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:50:38,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:38,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:38,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:38,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:38,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:38,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:38,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:38,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:38,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:38,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-16 17:50:39,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:37 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:38 all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n17:50:38 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\nAverage: 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 100.00\n' 2019-09-16 17:50:39,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=176 END 2019-09-16 17:50:39,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=177 START 2019-09-16 17:50:39,280 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:39,284 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.14 0.09 1/114 2243\n' 2019-09-16 17:50:39,285 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:39,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:40,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=183 END 2019-09-16 17:50:40,097 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=184 START 2019-09-16 17:50:40,097 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:40,101 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15041 seq=1 START 2019-09-16 17:50:40,102 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 17:50:40,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.03 0.70 0.35 1/117 3746\n' 2019-09-16 17:50:40,103 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:40,114 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 1000 64 20 1 1000000 2019-09-16 17:50:40,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:40,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:38 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:39 all 0.00 0.00 1.96 1.96 0.00 0.00 0.98' 2019-09-16 17:50:40,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 95.10\n17:50:39 0 0.00 0.00 1.96 1.96 0.00 0.00 0.98 0.00 0.00 95.10\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.96 1.96 0.00 0.00 0.98 0.00 0.00 95.10\nAverage: 0 0.00 0.00 1.96 1.96 0.00 0.00 0.98 0.00 0.00 95.10\n' 2019-09-16 17:50:40,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=123 END 2019-09-16 17:50:40,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=124 START 2019-09-16 17:50:40,971 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:41,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:39 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:40 all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n17:50:40 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\nAverage: 0 0.00 0.00 1.01 0.00 0.00 0.00 0.00 0.00 0.00 98.99\n' 2019-09-16 17:50:41,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=177 END 2019-09-16 17:50:41,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=178 START 2019-09-16 17:50:41,358 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:41,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.10 0.14 0.09 1/114 2250\n' 2019-09-16 17:50:41,363 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:41,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:41,469 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:41,472 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.70",loadavg2="0.34",loadavg3="1/121",loadavg4="3685",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656235967621120 2019-09-16 17:50:41,576 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:41,577 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.70",loadavg2="0.34",loadavg3="1/116",loadavg4="3701",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="83.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="16.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="83.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="16.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="83.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="16.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="83.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="16.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="83.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="16.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="83.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="16.00" 1568656238019671040 2019-09-16 17:50:41,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:41,679 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.70",loadavg2="0.35",loadavg3="1/120",loadavg4="3741",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656240096448000 2019-09-16 17:50:41,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:41,787 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.02",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2203",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656237200912896 2019-09-16 17:50:41,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:41,918 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2241",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656239279619072 2019-09-16 17:50:41,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 17:50:42,013 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:42,015 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2243",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="95.10",mpstat_average.cpu.%iowait="1.96",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.98",mpstat_average.cpu.%sys="1.96",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="95.10",mpstat_average.cpu0.%iowait="1.96",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.98",mpstat_average.cpu0.%sys="1.96",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="95.10",mpstat_maximun.cpu.%iowait="1.96",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.98",mpstat_maximun.cpu.%sys="1.96",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="95.10",mpstat_maximun.cpu0.%iowait="1.96",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.98",mpstat_maximun.cpu0.%sys="1.96",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="95.10",mpstat_minimum.cpu.%iowait="1.96",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.98",mpstat_minimum.cpu.%sys="1.96",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="95.10",mpstat_minimum.cpu0.%iowait="1.96",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.98",mpstat_minimum.cpu0.%sys="1.96",mpstat_minimum.cpu0.%usr="0.00" 1568656241357111808 2019-09-16 17:50:42,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:42,111 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.139 1568656237956782080 2019-09-16 17:50:42,148 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=184 END 2019-09-16 17:50:42,148 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=185 START 2019-09-16 17:50:42,149 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:42,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.69 0.35 1/121 3759\n' 2019-09-16 17:50:42,154 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:42,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:42,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:42,208 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.108 1568656240970603008 2019-09-16 17:50:42,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:40 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:42,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:41 ' 2019-09-16 17:50:42,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:42,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,435 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,436 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,437 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00\n' 2019-09-16 17:50:42,438 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:41 ' 2019-09-16 17:50:42,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:42,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:42,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:42,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:42,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:42,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,449 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:42,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:42,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:50:42,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:42,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,454 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:42,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:50:42,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:43,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:41 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:42 all 2.00 0.00 80.00 0.00 0.00 1.00 0.00 0.00 0.00 17.00\n17:50:42 0 2.00 0.00 80.00 0.00 0.00 1.00 0.00 0.00 0.00 17.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 2.00 0.00 80.00 0.00 0.00 1.00 0.00 0.00 0.00 17.00\nAverage: 0 2.00 0.00 80.00 0.00 0.00 1.00 0.00 0.00 0.00 17.00\n' 2019-09-16 17:50:43,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=178 END 2019-09-16 17:50:43,459 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=179 START 2019-09-16 17:50:43,459 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:43,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.14 0.09 1/114 2252\n' 2019-09-16 17:50:43,498 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:43,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:43,984 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=124 END 2019-09-16 17:50:43,985 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=125 START 2019-09-16 17:50:43,985 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:44,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=185 END 2019-09-16 17:50:44,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=186 START 2019-09-16 17:50:44,200 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:44,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.69 0.35 2/122 3823\n' 2019-09-16 17:50:44,206 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:44,273 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:44,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:42 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:44,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:43 ' 2019-09-16 17:50:44,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:44,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:44,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:44,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50\n17:50:43 ' 2019-09-16 17:50:44,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:50:44,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:50:44,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,579 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:44,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:44,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:44,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,584 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:50:44,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:50:44,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:50:44,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:44,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:44,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:44,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:44,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-16 17:50:45,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:43 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:44 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:44 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:45,594 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=179 END 2019-09-16 17:50:45,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=180 START 2019-09-16 17:50:45,595 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:45,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.09 0.14 0.09 1/114 2254\n' 2019-09-16 17:50:45,612 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:45,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:46,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=186 END 2019-09-16 17:50:46,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=187 START 2019-09-16 17:50:46,278 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:46,283 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.69 0.35 2/121 3828\n' 2019-09-16 17:50:46,284 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:46,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:46,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:44 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:46,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:46 ' 2019-09-16 17:50:46,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:46,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:46,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:46,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:46,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:46,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:46,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:46,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:46 0' 2019-09-16 17:50:46,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:46,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:46,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:46,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:46,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:46,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:46,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:46,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:46,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:46,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:50:46,711 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:46,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:46,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:46,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:46,713 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:46,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:50:46,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:46,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=125 END 2019-09-16 17:50:47,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=126 START 2019-09-16 17:50:47,000 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:47,311 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:47,313 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="1.03",loadavg1="0.70",loadavg2="0.35",loadavg3="1/117",loadavg4="3746",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.99",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.01",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.99",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.01",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.99",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.01",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.99",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.01",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.99",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.01",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.99",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.01",mpstat_minimum.cpu0.%usr="0.00" 1568656242148006912 2019-09-16 17:50:47,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:45 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:46 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:46 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:47,415 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:47,417 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.69",loadavg2="0.35",loadavg3="1/121",loadavg4="3759",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="17.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="1.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="80.00",mpstat_average.cpu.%usr="2.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="17.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="1.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="80.00",mpstat_average.cpu0.%usr="2.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="17.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="1.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="80.00",mpstat_maximun.cpu.%usr="2.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="17.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="1.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="80.00",mpstat_maximun.cpu0.%usr="2.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="17.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="1.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="80.00",mpstat_minimum.cpu.%usr="2.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="17.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="1.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="80.00",mpstat_minimum.cpu0.%usr="2.00" 1568656244199393024 2019-09-16 17:50:47,514 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:47,515 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.69",loadavg2="0.35",loadavg3="2/122",loadavg4="3823",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656246277316096 2019-09-16 17:50:47,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:47,627 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.10",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2250",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656243458504960 2019-09-16 17:50:47,717 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=180 END 2019-09-16 17:50:47,718 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=181 START 2019-09-16 17:50:47,718 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:47,720 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:47,722 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2252",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656245594610944 2019-09-16 17:50:47,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.14 0.09 1/114 2256\n' 2019-09-16 17:50:47,734 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:47,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:47,820 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:47,821 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.09",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2254",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656247717305856 2019-09-16 17:50:47,919 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:47,920 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568656243984643840 2019-09-16 17:50:48,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-16 17:50:48,024 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:48,025 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.11 1568656246999617024 2019-09-16 17:50:48,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=187 END 2019-09-16 17:50:48,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=188 START 2019-09-16 17:50:48,333 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:48,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.70 0.35 2/122 3834\n' 2019-09-16 17:50:48,339 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:48,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:48,787 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:48,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:48 ' 2019-09-16 17:50:48,789 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:48,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,791 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:48,792 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 35.90' 2019-09-16 17:50:48,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-16 17:50:48,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,795 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 61.54\n' 2019-09-16 17:50:48,796 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:48 0' 2019-09-16 17:50:48,797 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:48,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,798 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 35.90' 2019-09-16 17:50:48,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56' 2019-09-16 17:50:48,800 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,801 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 61.54' 2019-09-16 17:50:48,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:48,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:48,803 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:48,804 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:48,805 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:48,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 35.90' 2019-09-16 17:50:48,806 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.56 0.00' 2019-09-16 17:50:48,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:48,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 61.54' 2019-09-16 17:50:48,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:48,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:48,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 35.90 2.56 0.00 0.00 61.54\n' 2019-09-16 17:50:49,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:47 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:49,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:48 ' 2019-09-16 17:50:49,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:49,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:49,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,413 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:49,417 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:48 0' 2019-09-16 17:50:49,418 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:49,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:50:49,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:49,423 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:49,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:49,425 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:49,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:49,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:49,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:49,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:49,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:49,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:49,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:50:49,812 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=181 END 2019-09-16 17:50:49,813 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=182 START 2019-09-16 17:50:49,813 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:49,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.14 0.09 1/114 2258\n' 2019-09-16 17:50:49,830 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:49,879 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:50,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=126 END 2019-09-16 17:50:50,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=127 START 2019-09-16 17:50:50,016 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:50,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=188 END 2019-09-16 17:50:50,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=189 START 2019-09-16 17:50:50,438 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:50,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.70 0.35 2/122 3837\n' 2019-09-16 17:50:50,444 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:50,512 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:50,880 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:50,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:50 ' 2019-09-16 17:50:50,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:50:50,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86' 2019-09-16 17:50:50,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:50,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43 2.86' 2019-09-16 17:50:50,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:50,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.86\n' 2019-09-16 17:50:50,890 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:50 ' 2019-09-16 17:50:50,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:50,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.86' 2019-09-16 17:50:50,893 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:50,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43 2.86' 2019-09-16 17:50:50,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:50,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.86\n' 2019-09-16 17:50:50,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:50,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:50,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.86' 2019-09-16 17:50:50,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:50,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:50,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11.43 2.86' 2019-09-16 17:50:50,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:50,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.86' 2019-09-16 17:50:50,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:50,906 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:50,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 2.86' 2019-09-16 17:50:50,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:50,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 11.43' 2019-09-16 17:50:50,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.86 0.00' 2019-09-16 17:50:50,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 82.86' 2019-09-16 17:50:50,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:51,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 17:50:51,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:49 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:50 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:50 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:51,914 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=182 END 2019-09-16 17:50:51,915 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=183 START 2019-09-16 17:50:51,915 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:51,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.14 0.09 1/114 2260\n' 2019-09-16 17:50:51,933 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:52,008 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:52,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=189 END 2019-09-16 17:50:52,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=190 START 2019-09-16 17:50:52,517 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:52,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.70 0.35 2/121 3842\n' 2019-09-16 17:50:52,523 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:52,564 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:53,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:53,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:52 ' 2019-09-16 17:50:53,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:53,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:53,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:53,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:50:53,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:53,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:53,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.88' 2019-09-16 17:50:53,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:52 ' 2019-09-16 17:50:53,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:50:53,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:53,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:53,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:53,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:50:53,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.88' 2019-09-16 17:50:53,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:53,027 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:53,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:53,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:53,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:53,030 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 3.03' 2019-09-16 17:50:53,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=127 END 2019-09-16 17:50:53,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:53,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=128 START 2019-09-16 17:50:53,032 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:53,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.88' 2019-09-16 17:50:53,033 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:50:53,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:53,035 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:53,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:53,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 9.09 3.03 0.00 0.00 87.88\n' 2019-09-16 17:50:53,118 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:53,120 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.69",loadavg2="0.35",loadavg3="2/121",loadavg4="3828",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656248332505088 2019-09-16 17:50:53,215 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:53,217 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.70",loadavg2="0.35",loadavg3="2/122",loadavg4="3834",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656250437602048 2019-09-16 17:50:53,317 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:53,319 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.70",loadavg2="0.35",loadavg3="2/122",loadavg4="3837",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656252516552960 2019-09-16 17:50:53,433 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:53,434 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2256",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="61.54",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="35.90",mpstat_average.cpu.%steal="2.56",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="61.54",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="35.90",mpstat_average.cpu0.%steal="2.56",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="61.54",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="35.90",mpstat_maximun.cpu.%steal="2.56",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="61.54",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="35.90",mpstat_maximun.cpu0.%steal="2.56",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="61.54",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="35.90",mpstat_minimum.cpu.%steal="2.56",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="61.54",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="35.90",mpstat_minimum.cpu0.%steal="2.56",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656249812505856 2019-09-16 17:50:53,540 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:53,542 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2258",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.86",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="11.43",mpstat_average.cpu.%steal="2.86",mpstat_average.cpu.%sys="2.86",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.86",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="11.43",mpstat_average.cpu0.%steal="2.86",mpstat_average.cpu0.%sys="2.86",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.86",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="11.43",mpstat_maximun.cpu.%steal="2.86",mpstat_maximun.cpu.%sys="2.86",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.86",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="11.43",mpstat_maximun.cpu0.%steal="2.86",mpstat_maximun.cpu0.%sys="2.86",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.86",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="11.43",mpstat_minimum.cpu.%steal="2.86",mpstat_minimum.cpu.%sys="2.86",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.86",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="11.43",mpstat_minimum.cpu0.%steal="2.86",mpstat_minimum.cpu0.%sys="2.86",mpstat_minimum.cpu0.%usr="0.00" 1568656251914289920 2019-09-16 17:50:53,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:51 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:52 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:52 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:53,695 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:53,695 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.119 1568656250015595008 2019-09-16 17:50:53,789 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:53,789 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568656253031523840 2019-09-16 17:50:54,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=183 END 2019-09-16 17:50:54,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=184 START 2019-09-16 17:50:54,038 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:54,043 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 17:50:54,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.14 0.09 1/114 2262\n' 2019-09-16 17:50:54,058 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:54,108 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:54,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=190 END 2019-09-16 17:50:54,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=191 START 2019-09-16 17:50:54,569 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:54,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.70 0.35 2/122 3848\n' 2019-09-16 17:50:54,575 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:54,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:55,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:55,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:54 ' 2019-09-16 17:50:55,111 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:55,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:50:55,113 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:55,114 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:55,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:50:55,116 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:55,117 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:54 ' 2019-09-16 17:50:55,117 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:55,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:55,119 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:55,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:50:55,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:50:55,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:55,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:55,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:55,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 3.03' 2019-09-16 17:50:55,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,126 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:50:55,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:50:55,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.85' 2019-09-16 17:50:55,128 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 0.00 0.00 3.03 0.00 0.00 9.09 3.03 0.00 0.00 84.85\n' 2019-09-16 17:50:55,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:53 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:55,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:50:54 ' 2019-09-16 17:50:55,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:55,645 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:55,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,647 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:54 ' 2019-09-16 17:50:55,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:50:55,651 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:55,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,656 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:55,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:50:55,657 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:50:55,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,658 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:50:55,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,660 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,661 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:55,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:50:55,663 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:50:55,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,664 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:50:55,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,666 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:55,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,667 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:55,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:50:56,047 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=128 END 2019-09-16 17:50:56,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=129 START 2019-09-16 17:50:56,048 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:56,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=184 END 2019-09-16 17:50:56,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=185 START 2019-09-16 17:50:56,131 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:56,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.08 0.14 0.09 1/114 2264\n' 2019-09-16 17:50:56,146 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:56,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:56,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=191 END 2019-09-16 17:50:56,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=192 START 2019-09-16 17:50:56,671 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:56,675 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.95 0.70 0.35 2/122 3851\n' 2019-09-16 17:50:56,677 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:56,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:57,059 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-16 17:50:57,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:57,225 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:56 ' 2019-09-16 17:50:57,226 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:50:57,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,228 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:57,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 12.12' 2019-09-16 17:50:57,229 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:50:57,230 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:50:57,232 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:56 ' 2019-09-16 17:50:57,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:50:57,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:57,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:50:57,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:50:57,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,237 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.85' 2019-09-16 17:50:57,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:57,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:57,239 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:57,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:57,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:57,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 12.12' 2019-09-16 17:50:57,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00 0.00 84.85\nAverage: 0 0.00 0.00 0.00 0.00 0.00 12.12 3.03 0.00 0.00 84.85\n' 2019-09-16 17:50:57,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:55 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:56 all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:56 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 1.00 0.00 99.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:50:58,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=185 END 2019-09-16 17:50:58,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=186 START 2019-09-16 17:50:58,245 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:58,261 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.13 0.09 1/114 2266\n' 2019-09-16 17:50:58,262 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:58,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:58,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=192 END 2019-09-16 17:50:58,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=193 START 2019-09-16 17:50:58,725 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:50:58,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.96 0.71 0.36 3/121 3856\n' 2019-09-16 17:50:58,731 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:50:58,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:50:58,885 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:58,887 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.70",loadavg2="0.35",loadavg3="2/121",loadavg4="3842",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656254568305920 2019-09-16 17:50:58,985 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:58,987 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.70",loadavg2="0.35",loadavg3="2/122",loadavg4="3848",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656256670134016 2019-09-16 17:50:59,063 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=129 END 2019-09-16 17:50:59,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=130 START 2019-09-16 17:50:59,064 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:50:59,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:59,083 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.95",loadavg1="0.70",loadavg2="0.35",loadavg3="2/122",loadavg4="3851",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.00",mpstat_average.cpu.%usr="1.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.00",mpstat_average.cpu0.%usr="1.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.00",mpstat_maximun.cpu.%usr="1.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.00",mpstat_maximun.cpu0.%usr="1.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.00",mpstat_minimum.cpu.%usr="1.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.00",mpstat_minimum.cpu0.%usr="1.00" 1568656258724152064 2019-09-16 17:50:59,187 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:50:59,188 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2260",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656254037692928 2019-09-16 17:50:59,294 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:59,296 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2262",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="3.03",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="3.03",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="3.03",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="3.03",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="3.03",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="3.03",mpstat_minimum.cpu0.%usr="0.00" 1568656256130918144 2019-09-16 17:50:59,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:59,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:58 ' 2019-09-16 17:50:59,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:50:59,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:59,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:59,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:59,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:59,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:50:59,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:50:58 0' 2019-09-16 17:50:59,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:59,320 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:59,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:59,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:50:59,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:50:59,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:50:59,324 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:50:59,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,325 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,326 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,327 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:50:59,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:50:59,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:50:59,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:50:59,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50' 2019-09-16 17:50:59,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:50:59,397 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:59,398 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.08",loadavg1="0.14",loadavg2="0.09",loadavg3="1/114",loadavg4="2264",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.85",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="12.12",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.85",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="12.12",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.85",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="12.12",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.85",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="12.12",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.85",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="12.12",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.85",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="12.12",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656258244334848 2019-09-16 17:50:59,494 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:50:59,495 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656256047585024 2019-09-16 17:50:59,601 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:50:59,602 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.123 1568656259063616000 2019-09-16 17:50:59,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:57 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:50:58 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:50:58 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:00,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-16 17:51:00,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=186 END 2019-09-16 17:51:00,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=187 START 2019-09-16 17:51:00,333 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:00,349 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.13 0.09 1/114 2268\n' 2019-09-16 17:51:00,350 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:00,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:00,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=193 END 2019-09-16 17:51:00,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=194 START 2019-09-16 17:51:00,777 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:00,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.96 0.71 0.36 2/122 3862\n' 2019-09-16 17:51:00,783 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:00,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:01,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:50:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:01,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:00 ' 2019-09-16 17:51:01,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:01,404 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.09' 2019-09-16 17:51:01,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03' 2019-09-16 17:51:01,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.88' 2019-09-16 17:51:01,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:01,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:00 ' 2019-09-16 17:51:01,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:01,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09 3.03' 2019-09-16 17:51:01,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.88' 2019-09-16 17:51:01,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:01,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:51:01,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:01,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,417 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.09' 2019-09-16 17:51:01,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.03 0.00' 2019-09-16 17:51:01,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.88' 2019-09-16 17:51:01,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:51:01,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:01,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 9.09 3.03 0.00 0.00 87.88\n' 2019-09-16 17:51:01,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:50:59 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:01,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:00 all' 2019-09-16 17:51:01,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:01,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:51:01,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:00 ' 2019-09-16 17:51:01,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:01,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:51:01,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:01,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:01,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:01,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:51:01,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:51:01,845 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:51:01,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:01,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:01,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:01,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:51:02,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=130 END 2019-09-16 17:51:02,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=131 START 2019-09-16 17:51:02,080 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:02,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=187 END 2019-09-16 17:51:02,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=188 START 2019-09-16 17:51:02,425 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:02,430 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.13 0.08 1/114 2270\n' 2019-09-16 17:51:02,431 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:02,474 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:02,853 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=194 END 2019-09-16 17:51:02,854 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=195 START 2019-09-16 17:51:02,854 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:02,859 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.96 0.71 0.36 1/121 3866\n' 2019-09-16 17:51:02,860 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:02,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:03,089 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 17:51:03,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19911157 , "packets_per_second":999947, "flows":1001000, "errors":0 }\n' 2019-09-16 17:51:03,341 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 17:51:03,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19900328' 2019-09-16 17:51:03,352 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 10829 - Lost ppm 544 2019-09-16 17:51:03,475 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:02 all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n17:51:02 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\nAverage: 0 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 99.00\n' 2019-09-16 17:51:03,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:01 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:02 all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n17:51:02 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\nAverage: 0 0.99 0.00 0.99 0.00 0.00 0.00 0.00 0.00 0.00 98.02\n' 2019-09-16 17:51:04,354 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15041 seq=1 END 2019-09-16 17:51:04,355 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15041 seq=2 START 2019-09-16 17:51:04,355 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 17:51:04,367 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.13 1000 64 20 1 1000000 2019-09-16 17:51:04,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=188 END 2019-09-16 17:51:04,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=189 START 2019-09-16 17:51:04,478 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:04,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.13 0.08 1/114 2281\n' 2019-09-16 17:51:04,483 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:04,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:04,706 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:04,707 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999947i,packets_received=19900328i,packets_sent=19911157i,packetsize=64i,ppm=544.0 1568656264354100992 2019-09-16 17:51:04,832 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:04,834 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.96",loadavg1="0.71",loadavg2="0.36",loadavg3="3/121",loadavg4="3856",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656260776478976 2019-09-16 17:51:04,903 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=195 END 2019-09-16 17:51:04,904 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=196 START 2019-09-16 17:51:04,904 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:04,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.96 0.71 0.36 1/120 3887\n' 2019-09-16 17:51:04,910 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:04,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:04,936 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.96",loadavg1="0.71",loadavg2="0.36",loadavg3="2/122",loadavg4="3862",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656262853324032 2019-09-16 17:51:04,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:05,058 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:05,060 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.96",loadavg1="0.71",loadavg2="0.36",loadavg3="1/121",loadavg4="3866",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="98.02",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.99",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="98.02",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.99",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="98.02",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.99",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="98.02",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.99",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="98.02",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.99",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="98.02",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.99",mpstat_minimum.cpu0.%usr="0.99" 1568656264903773952 2019-09-16 17:51:05,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=131 END 2019-09-16 17:51:05,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=132 START 2019-09-16 17:51:05,094 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:05,162 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:05,164 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.13",loadavg2="0.09",loadavg3="1/114",loadavg4="2266",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656260332387840 2019-09-16 17:51:05,314 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:05,315 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.13",loadavg2="0.09",loadavg3="1/114",loadavg4="2268",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.88",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.09",mpstat_average.cpu.%steal="3.03",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.88",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.09",mpstat_average.cpu0.%steal="3.03",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.88",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.09",mpstat_maximun.cpu.%steal="3.03",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.88",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.09",mpstat_maximun.cpu0.%steal="3.03",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.88",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.09",mpstat_minimum.cpu.%steal="3.03",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.88",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.09",mpstat_minimum.cpu0.%steal="3.03",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656262424833024 2019-09-16 17:51:05,422 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:05,423 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2270",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656264477867008 2019-09-16 17:51:05,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:05,548 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.126 1568656262079747072 2019-09-16 17:51:05,551 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:05,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:04 ' 2019-09-16 17:51:05,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:05,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:51:05,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,557 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:05,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:04 ' 2019-09-16 17:51:05,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:05,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,562 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:05,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:05,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:05,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:51:05,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:05,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:51:05,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:05,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:05,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:05,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:05,578 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:05,658 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:05,658 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568656265093442816 2019-09-16 17:51:05,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:03 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:04 all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n17:51:04 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\nAverage: 0 0.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 99.01\n' 2019-09-16 17:51:06,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 17:51:06,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=189 END 2019-09-16 17:51:06,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=190 START 2019-09-16 17:51:06,581 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:06,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.07 0.13 0.08 1/114 2283\n' 2019-09-16 17:51:06,586 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:06,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:06,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=196 END 2019-09-16 17:51:06,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=197 START 2019-09-16 17:51:06,957 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:06,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.96 0.71 0.36 2/122 3954\n' 2019-09-16 17:51:06,963 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:07,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:07,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:07,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:06 ' 2019-09-16 17:51:07,630 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:07,631 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:07,632 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:07,633 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 5.41' 2019-09-16 17:51:07,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70' 2019-09-16 17:51:07,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:07,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89\n' 2019-09-16 17:51:07,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:06 0' 2019-09-16 17:51:07,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:07,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:51:07,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41' 2019-09-16 17:51:07,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.70 0.00' 2019-09-16 17:51:07,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 91.89' 2019-09-16 17:51:07,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:07,645 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:07,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:07,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:07,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:07,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 5.41 2.70' 2019-09-16 17:51:07,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:07,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:07,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 91.89\nAverage: 0 0.00 0.00 0.00 0.00 0.00 5.41 2.70 0.00 0.00 91.89\n' 2019-09-16 17:51:08,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:05 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:08,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:06 ' 2019-09-16 17:51:08,007 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:51:08,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:08,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:08,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:06 ' 2019-09-16 17:51:08,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:51:08,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:08,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,017 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,019 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:08,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:08,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,021 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:08,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:08,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:51:08,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:51:08,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:51:08,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:08,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:08,107 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=132 END 2019-09-16 17:51:08,108 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=133 START 2019-09-16 17:51:08,108 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:08,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=190 END 2019-09-16 17:51:08,655 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=191 START 2019-09-16 17:51:08,655 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:08,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.13 0.08 1/114 2285\n' 2019-09-16 17:51:08,673 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:08,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:09,034 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=197 END 2019-09-16 17:51:09,034 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=198 START 2019-09-16 17:51:09,035 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:09,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.72 0.37 2/122 3957\n' 2019-09-16 17:51:09,041 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:09,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:09,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-16 17:51:09,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:09,754 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:09 ' 2019-09-16 17:51:09,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:09,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:09,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:09,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:51:09,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:09,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.65' 2019-09-16 17:51:09,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00 0.00 76.47\n17:51:09 0 0.00 0.00 0.00 2.94' 2019-09-16 17:51:09,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 17.65' 2019-09-16 17:51:09,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-16 17:51:09,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 76.47' 2019-09-16 17:51:09,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:09,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:09,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:09,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:09,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-16 17:51:09,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 17.65' 2019-09-16 17:51:09,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94 0.00' 2019-09-16 17:51:09,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 76.47\nAverage: 0 0.00 0.00 0.00 2.94 0.00 17.65 2.94 0.00 0.00 76.47\n' 2019-09-16 17:51:10,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:08 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:09 all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:09 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.99 0.00 99.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:10,756 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:10,758 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.96",loadavg1="0.71",loadavg2="0.36",loadavg3="1/120",loadavg4="3887",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656266956844032 2019-09-16 17:51:10,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=191 END 2019-09-16 17:51:10,773 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=192 START 2019-09-16 17:51:10,773 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:10,790 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.13 0.08 1/114 2287\n' 2019-09-16 17:51:10,792 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:10,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:10,867 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:10,869 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.96",loadavg1="0.71",loadavg2="0.36",loadavg3="2/122",loadavg4="3954",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656269034132992 2019-09-16 17:51:10,977 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:10,979 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2281",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="100.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="100.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="100.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="100.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="100.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="100.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656266580954112 2019-09-16 17:51:11,086 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:11,088 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.07",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2283",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="91.89",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="5.41",mpstat_average.cpu.%steal="2.70",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="91.89",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="5.41",mpstat_average.cpu0.%steal="2.70",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="91.89",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="5.41",mpstat_maximun.cpu.%steal="2.70",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="91.89",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="5.41",mpstat_maximun.cpu0.%steal="2.70",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="91.89",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="5.41",mpstat_minimum.cpu.%steal="2.70",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="91.89",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="5.41",mpstat_minimum.cpu0.%steal="2.70",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656268654660096 2019-09-16 17:51:11,112 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=198 END 2019-09-16 17:51:11,113 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=199 START 2019-09-16 17:51:11,113 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:11,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.72 0.37 2/121 3962\n' 2019-09-16 17:51:11,119 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:11,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=133 END 2019-09-16 17:51:11,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=134 START 2019-09-16 17:51:11,124 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:11,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:11,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:11,207 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2285",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="76.47",mpstat_average.cpu.%iowait="2.94",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="17.65",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="76.47",mpstat_average.cpu0.%iowait="2.94",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="17.65",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="76.47",mpstat_maximun.cpu.%iowait="2.94",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="17.65",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="76.47",mpstat_maximun.cpu0.%iowait="2.94",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="17.65",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="76.47",mpstat_minimum.cpu.%iowait="2.94",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="17.65",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="76.47",mpstat_minimum.cpu0.%iowait="2.94",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="17.65",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656270772659968 2019-09-16 17:51:11,312 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:11,313 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568656268107539968 2019-09-16 17:51:11,416 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:11,417 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.111 1568656271123648000 2019-09-16 17:51:11,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:11,848 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:11 all 0.00 0.00 0.00 0.00 0.00 6.25 6.25' 2019-09-16 17:51:11,849 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:11,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:51:11,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:11 ' 2019-09-16 17:51:11,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:11,854 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 6.25 6.25 0.00 0.00' 2019-09-16 17:51:11,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00' 2019-09-16 17:51:11,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:11,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:51:11,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:51:11,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:51:11,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 87.50' 2019-09-16 17:51:11,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: ' 2019-09-16 17:51:11,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:51:11,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:11,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 6.25 6.25 0.00 0.00 87.50\n' 2019-09-16 17:51:12,135 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.110' 2019-09-16 17:51:12,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:10 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:11 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:11 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:12,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=192 END 2019-09-16 17:51:12,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=193 START 2019-09-16 17:51:12,868 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:12,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.13 0.08 1/114 2289\n' 2019-09-16 17:51:12,886 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:12,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:13,190 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=199 END 2019-09-16 17:51:13,191 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=200 START 2019-09-16 17:51:13,191 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:13,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.72 0.37 2/121 3968\n' 2019-09-16 17:51:13,197 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:13,265 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:13,965 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:13,966 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:13 ' 2019-09-16 17:51:13,967 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:13,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:13,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:51:13,972 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:51:13,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:13 ' 2019-09-16 17:51:13,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:13,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:51:13,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:51:13,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:51:13,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:13,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:51:13,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:13,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:13,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:13,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:51:13,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 87.50' 2019-09-16 17:51:13,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:13,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:51:14,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=134 END 2019-09-16 17:51:14,140 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=135 START 2019-09-16 17:51:14,140 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:14,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:12 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:13 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:13 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:14,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=193 END 2019-09-16 17:51:14,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=194 START 2019-09-16 17:51:14,992 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:14,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.06 0.13 0.08 2/114 2291\n' 2019-09-16 17:51:15,000 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:15,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:15,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 17:51:15,268 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=200 END 2019-09-16 17:51:15,269 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=201 START 2019-09-16 17:51:15,269 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:15,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.72 0.37 2/122 3974\n' 2019-09-16 17:51:15,275 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:15,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:16,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:16,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:15 all' 2019-09-16 17:51:16,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:16,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:51:16,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n17:51:15 ' 2019-09-16 17:51:16,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:16,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,091 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:51:16,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:51:16,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,095 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:51:16,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all' 2019-09-16 17:51:16,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,100 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12' 2019-09-16 17:51:16,101 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,102 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:51:16,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:14 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:16,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:15 ' 2019-09-16 17:51:16,319 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all' 2019-09-16 17:51:16,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:16,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,323 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,324 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00\n' 2019-09-16 17:51:16,325 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:15 0' 2019-09-16 17:51:16,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,327 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:16,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 17:51:16,331 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:16,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:16,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:16,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:16,337 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:16,337 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:16,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:16,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:16,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,342 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:16,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:16,603 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:16,605 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.72",loadavg2="0.37",loadavg3="2/122",loadavg4="3957",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="99.01",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="99.01",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="99.01",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="99.01",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="99.01",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="99.01",mpstat_minimum.cpu0.%usr="0.99" 1568656271112343040 2019-09-16 17:51:16,707 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:16,708 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.72",loadavg2="0.37",loadavg3="2/121",loadavg4="3962",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656273190515968 2019-09-16 17:51:16,945 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:16,947 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.72",loadavg2="0.37",loadavg3="2/121",loadavg4="3968",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656275268527104 2019-09-16 17:51:17,062 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:17,063 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2287",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.25",mpstat_average.cpu.%steal="6.25",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.25",mpstat_average.cpu0.%steal="6.25",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.25",mpstat_maximun.cpu.%steal="6.25",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.25",mpstat_maximun.cpu0.%steal="6.25",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.25",mpstat_minimum.cpu.%steal="6.25",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.25",mpstat_minimum.cpu0.%steal="6.25",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656272867505920 2019-09-16 17:51:17,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=194 END 2019-09-16 17:51:17,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=195 START 2019-09-16 17:51:17,106 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:17,115 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.12 0.08 2/114 2293\n' 2019-09-16 17:51:17,116 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:17,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=135 END 2019-09-16 17:51:17,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=136 START 2019-09-16 17:51:17,156 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:17,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:17,178 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:17,179 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.13",loadavg2="0.08",loadavg3="1/114",loadavg4="2289",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656274991801088 2019-09-16 17:51:17,277 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:17,279 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.06",loadavg1="0.13",loadavg2="0.08",loadavg3="2/114",loadavg4="2291",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656277105093888 2019-09-16 17:51:17,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=201 END 2019-09-16 17:51:17,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=202 START 2019-09-16 17:51:17,346 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:17,351 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.73 0.37 2/122 3977\n' 2019-09-16 17:51:17,352 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:17,388 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:17,389 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.11 1568656274139791104 2019-09-16 17:51:17,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:17,498 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:17,499 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568656277155684096 2019-09-16 17:51:18,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:18,162 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:17 ' 2019-09-16 17:51:18,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:18,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,166 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:18,167 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:51:18,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,168 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62' 2019-09-16 17:51:18,169 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:18,170 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:17 ' 2019-09-16 17:51:18,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:18,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,172 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,173 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 9.38' 2019-09-16 17:51:18,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,174 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:18,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:18,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all 0.00' 2019-09-16 17:51:18,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,179 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:18,180 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,181 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:18,182 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:18,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:18,184 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:18,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:18,186 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:18,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:18,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:16 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:17 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:17 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:19,191 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=195 END 2019-09-16 17:51:19,191 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=196 START 2019-09-16 17:51:19,191 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:19,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.12 0.08 1/114 2295\n' 2019-09-16 17:51:19,208 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:19,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:19,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=202 END 2019-09-16 17:51:19,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=203 START 2019-09-16 17:51:19,423 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:19,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.73 0.37 3/121 3982\n' 2019-09-16 17:51:19,429 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:19,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:20,171 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=136 END 2019-09-16 17:51:20,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=137 START 2019-09-16 17:51:20,172 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:20,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:20,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:19 ' 2019-09-16 17:51:20,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:20,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:20,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:20,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:20,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:20,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:51:20,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:20,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:51:20,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:19 ' 2019-09-16 17:51:20,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:20,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:20,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:20,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:20,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38 3.12 0.00' 2019-09-16 17:51:20,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:20,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 87.50\n' 2019-09-16 17:51:20,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:51:20,278 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00 0.00' 2019-09-16 17:51:20,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:20,280 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:20,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 9.38' 2019-09-16 17:51:20,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00 87.50\nAverage: 0 0.00 0.00 0.00 0.00 0.00 9.38 3.12 0.00 0.00 87.50\n' 2019-09-16 17:51:20,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:18 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:19 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:19 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:21,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 17:51:21,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=196 END 2019-09-16 17:51:21,285 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=197 START 2019-09-16 17:51:21,285 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:21,300 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.12 0.08 1/114 2297\n' 2019-09-16 17:51:21,301 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:21,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:21,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=203 END 2019-09-16 17:51:21,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=204 START 2019-09-16 17:51:21,501 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:21,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.73 0.37 2/122 3988\n' 2019-09-16 17:51:21,507 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:21,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:22,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:22,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:21 ' 2019-09-16 17:51:22,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:22,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:51:22,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00' 2019-09-16 17:51:22,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,362 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:22,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:21 0 0.00' 2019-09-16 17:51:22,364 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 6.25' 2019-09-16 17:51:22,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12' 2019-09-16 17:51:22,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 90.62' 2019-09-16 17:51:22,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:22,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: ' 2019-09-16 17:51:22,371 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:22,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:51:22,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25' 2019-09-16 17:51:22,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 3.12 0.00 0.00' 2019-09-16 17:51:22,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:22,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:51:22,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6.25 3.12' 2019-09-16 17:51:22,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 90.62\n' 2019-09-16 17:51:22,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:20 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:22,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:21 all' 2019-09-16 17:51:22,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:22,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,581 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:22,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:21 ' 2019-09-16 17:51:22,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:51:22,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00 0.00' 2019-09-16 17:51:22,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:22,593 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:22,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:22,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:22,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,596 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 100.00' 2019-09-16 17:51:22,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,599 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:22,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:22,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0' 2019-09-16 17:51:22,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,603 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 100.00' 2019-09-16 17:51:22,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:22,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:22,608 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 17:51:22,637 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:22,639 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.72",loadavg2="0.37",loadavg3="2/122",loadavg4="3974",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656277345516032 2019-09-16 17:51:22,746 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:22,748 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.73",loadavg2="0.37",loadavg3="2/122",loadavg4="3977",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656279422923008 2019-09-16 17:51:22,848 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:22,849 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.73",loadavg2="0.37",loadavg3="3/121",loadavg4="3982",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656281500633088 2019-09-16 17:51:22,961 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:22,963 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.12",loadavg2="0.08",loadavg3="2/114",loadavg4="2293",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.62",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.62",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.62",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.62",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.62",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.62",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656279190946048 2019-09-16 17:51:23,066 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:23,068 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.12",loadavg2="0.08",loadavg3="1/114",loadavg4="2295",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="87.50",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="9.38",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="87.50",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="9.38",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="87.50",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="9.38",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="87.50",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="9.38",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="87.50",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="9.38",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="87.50",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="9.38",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656281284611072 2019-09-16 17:51:23,166 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:23,166 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656280171808000 2019-09-16 17:51:23,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=137 END 2019-09-16 17:51:23,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=138 START 2019-09-16 17:51:23,188 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:23,265 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:23,266 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568656283187973888 2019-09-16 17:51:23,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=197 END 2019-09-16 17:51:23,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=198 START 2019-09-16 17:51:23,386 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:23,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.12 0.08 1/114 2299\n' 2019-09-16 17:51:23,403 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:23,480 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:23,610 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=204 END 2019-09-16 17:51:23,610 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=205 START 2019-09-16 17:51:23,611 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:23,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.73 0.38 2/122 3991\n' 2019-09-16 17:51:23,617 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:23,685 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:24,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.128' 2019-09-16 17:51:24,482 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:24,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:23 ' 2019-09-16 17:51:24,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:24,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.71' 2019-09-16 17:51:24,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:51:24,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:51:24,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:23 0' 2019-09-16 17:51:24,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:24,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 14.71 2.94' 2019-09-16 17:51:24,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:51:24,498 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:24,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:24,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:24,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:24,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 14.71' 2019-09-16 17:51:24,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.94' 2019-09-16 17:51:24,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:24,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 82.35\n' 2019-09-16 17:51:24,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:24,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00 0.00 0.00 0.00 14.71 2.94 0.00 0.00 82.35\n' 2019-09-16 17:51:24,686 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:22 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:23 all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n17:51:23 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: 0 0.00 0.00 100.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 17:51:25,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=198 END 2019-09-16 17:51:25,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=199 START 2019-09-16 17:51:25,508 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:25,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.05 0.12 0.08 1/114 2301\n' 2019-09-16 17:51:25,523 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:25,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:25,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=205 END 2019-09-16 17:51:25,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=206 START 2019-09-16 17:51:25,689 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:25,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.97 0.73 0.38 2/121 3996\n' 2019-09-16 17:51:25,695 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:25,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:26,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=138 END 2019-09-16 17:51:26,204 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=139 START 2019-09-16 17:51:26,204 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:26,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:26,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:25 ' 2019-09-16 17:51:26,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:26,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:26,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.16' 2019-09-16 17:51:26,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63' 2019-09-16 17:51:26,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.21' 2019-09-16 17:51:26,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:26,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:25 ' 2019-09-16 17:51:26,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00' 2019-09-16 17:51:26,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,610 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:26,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 13.16' 2019-09-16 17:51:26,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63' 2019-09-16 17:51:26,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:26,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 84.21\n' 2019-09-16 17:51:26,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:26,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:26,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all' 2019-09-16 17:51:26,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00' 2019-09-16 17:51:26,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.16' 2019-09-16 17:51:26,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63 0.00' 2019-09-16 17:51:26,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 84.21' 2019-09-16 17:51:26,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:26,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: 0 0.00' 2019-09-16 17:51:26,623 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:26,624 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:26,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 13.16' 2019-09-16 17:51:26,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2.63' 2019-09-16 17:51:26,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 84.21' 2019-09-16 17:51:26,628 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:26,763 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:24 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n17:51:25 all 0.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 21.00\n17:51:25 0 0.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 21.00\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\nAverage: all 0.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 21.00\nAverage: 0 0.00 0.00 79.00 0.00 0.00 0.00 0.00 0.00 0.00 21.00\n' 2019-09-16 17:51:27,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-16 17:51:27,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19919148 , "packets_per_second":999947, "flows":1001000, "errors":0 }\n' 2019-09-16 17:51:27,561 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 17:51:27,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19903914' 2019-09-16 17:51:27,572 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 15234 - Lost ppm 765 2019-09-16 17:51:27,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=199 END 2019-09-16 17:51:27,630 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14988 seq=200 START 2019-09-16 17:51:27,631 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:27,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'0.04 0.12 0.08 1/114 2307\n' 2019-09-16 17:51:27,636 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:27,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:27,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=206 END 2019-09-16 17:51:27,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14987 seq=207 START 2019-09-16 17:51:27,767 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: cat /proc/loadavg 2019-09-16 17:51:27,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.90 0.72 0.37 1/118 4012\n' 2019-09-16 17:51:27,772 [INFO] yardstick.benchmark.scenarios.compute.cpuload cpuload.py:96 Executing: mpstat -P ON 1 1 2019-09-16 17:51:27,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 17:51:28,368 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:28,370 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.73",loadavg2="0.37",loadavg3="2/122",loadavg4="3988",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656283610052096 2019-09-16 17:51:28,490 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:28,491 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.73",loadavg2="0.38",loadavg3="2/122",loadavg4="3991",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="0.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="100.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="0.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="100.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="0.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="100.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="0.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="100.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="0.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="100.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="0.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="100.00",mpstat_minimum.cpu0.%usr="0.00" 1568656285688293888 2019-09-16 17:51:28,574 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15041 seq=2 END 2019-09-16 17:51:28,575 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:51:28,575 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:51:28,575 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:51:28,604 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:28,606 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.97",loadavg1="0.73",loadavg2="0.38",loadavg3="2/121",loadavg4="3996",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="21.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="79.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="21.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="79.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="21.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="79.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="21.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="79.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="21.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="79.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="21.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="79.00",mpstat_minimum.cpu0.%usr="0.00" 1568656287766092032 2019-09-16 17:51:28,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:28,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17:51:27 all' 2019-09-16 17:51:28,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 1.00' 2019-09-16 17:51:28,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,684 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,686 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,687 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.00' 2019-09-16 17:51:28,688 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n17:51:27 ' 2019-09-16 17:51:28,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0 0.00 0.00' 2019-09-16 17:51:28,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.00' 2019-09-16 17:51:28,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,691 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.00' 2019-09-16 17:51:28,694 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:28,695 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:28,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' all 0.00' 2019-09-16 17:51:28,696 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.00' 2019-09-16 17:51:28,697 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,699 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,700 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 99.00\n' 2019-09-16 17:51:28,701 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: ' 2019-09-16 17:51:28,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0' 2019-09-16 17:51:28,702 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1.00 0.00' 2019-09-16 17:51:28,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,706 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 99.00' 2019-09-16 17:51:28,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 17:51:28,719 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:51:28,721 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.12",loadavg2="0.08",loadavg3="1/114",loadavg4="2297",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="90.62",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="6.25",mpstat_average.cpu.%steal="3.12",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="90.62",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="6.25",mpstat_average.cpu0.%steal="3.12",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="90.62",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="6.25",mpstat_maximun.cpu.%steal="3.12",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="90.62",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="6.25",mpstat_maximun.cpu0.%steal="3.12",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="90.62",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="6.25",mpstat_minimum.cpu.%steal="3.12",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="90.62",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="6.25",mpstat_minimum.cpu0.%steal="3.12",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656283385203968 2019-09-16 17:51:28,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:26 CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:28,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'17:51:27 ' 2019-09-16 17:51:28,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' all 0.99' 2019-09-16 17:51:28,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,824 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.01' 2019-09-16 17:51:28,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n17:51:27 ' 2019-09-16 17:51:28,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0 0.99' 2019-09-16 17:51:28,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,829 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:51:28,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 99.01\n' 2019-09-16 17:51:28,831 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.12",loadavg2="0.08",loadavg3="1/114",loadavg4="2299",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="82.35",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="14.71",mpstat_average.cpu.%steal="2.94",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="82.35",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="14.71",mpstat_average.cpu0.%steal="2.94",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="82.35",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="14.71",mpstat_maximun.cpu.%steal="2.94",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="82.35",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="14.71",mpstat_maximun.cpu0.%steal="2.94",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="82.35",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="14.71",mpstat_minimum.cpu.%steal="2.94",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="82.35",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="14.71",mpstat_minimum.cpu0.%steal="2.94",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656285507553024 2019-09-16 17:51:28,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nAverage: CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle\n' 2019-09-16 17:51:28,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: all' 2019-09-16 17:51:28,833 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99 0.00' 2019-09-16 17:51:28,834 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,836 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:51:28,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Average: 0' 2019-09-16 17:51:28,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.99' 2019-09-16 17:51:28,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 17:51:28,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 0.00' 2019-09-16 17:51:28,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 99.01\n' 2019-09-16 17:51:28,941 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:28,942 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.05",loadavg1="0.12",loadavg2="0.08",loadavg3="1/114",loadavg4="2301",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="84.21",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="13.16",mpstat_average.cpu.%steal="2.63",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="84.21",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="13.16",mpstat_average.cpu0.%steal="2.63",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="84.21",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="13.16",mpstat_maximun.cpu.%steal="2.63",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="84.21",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="13.16",mpstat_maximun.cpu0.%steal="2.63",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="84.21",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="13.16",mpstat_minimum.cpu.%steal="2.63",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="84.21",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="13.16",mpstat_minimum.cpu0.%steal="2.63",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.00" 1568656287630125056 2019-09-16 17:51:29,204 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:29,205 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.128 1568656286204065024 2019-09-16 17:51:29,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=139 END 2019-09-16 17:51:29,218 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=14989 seq=140 START 2019-09-16 17:51:29,218 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.13 2019-09-16 17:51:29,305 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:29,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.111 1568656289217453056 2019-09-16 17:51:29,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:29,400 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999947i,packets_received=19903914i,packets_sent=19919148i,packetsize=64i,ppm=765.0 1568656288574707968 2019-09-16 17:51:29,535 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:51:29,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14988 seq=200 END 2019-09-16 17:51:29,709 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:51:29,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:51:29,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:51:29,846 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14987 seq=207 END 2019-09-16 17:51:29,847 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:51:29,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:51:29,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:51:29,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:29,903 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.90",loadavg1="0.72",loadavg2="0.37",loadavg3="1/118",loadavg4="4012",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.01",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="0.00",mpstat_average.cpu.%usr="0.99",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.01",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="0.00",mpstat_average.cpu0.%usr="0.99",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.01",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="0.00",mpstat_maximun.cpu.%usr="0.99",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.01",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="0.00",mpstat_maximun.cpu0.%usr="0.99",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.01",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="0.00",mpstat_minimum.cpu.%usr="0.99",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.01",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="0.00",mpstat_minimum.cpu0.%usr="0.99" 1568656289846885888 2019-09-16 17:51:30,001 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:30,003 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter loadavg0="0.04",loadavg1="0.12",loadavg2="0.08",loadavg3="1/114",loadavg4="2307",mpstat_average.cpu.%gnice="0.00",mpstat_average.cpu.%guest="0.00",mpstat_average.cpu.%idle="99.00",mpstat_average.cpu.%iowait="0.00",mpstat_average.cpu.%irq="0.00",mpstat_average.cpu.%nice="0.00",mpstat_average.cpu.%soft="0.00",mpstat_average.cpu.%steal="0.00",mpstat_average.cpu.%sys="1.00",mpstat_average.cpu.%usr="0.00",mpstat_average.cpu0.%gnice="0.00",mpstat_average.cpu0.%guest="0.00",mpstat_average.cpu0.%idle="99.00",mpstat_average.cpu0.%iowait="0.00",mpstat_average.cpu0.%irq="0.00",mpstat_average.cpu0.%nice="0.00",mpstat_average.cpu0.%soft="0.00",mpstat_average.cpu0.%steal="0.00",mpstat_average.cpu0.%sys="1.00",mpstat_average.cpu0.%usr="0.00",mpstat_maximun.cpu.%gnice="0.00",mpstat_maximun.cpu.%guest="0.00",mpstat_maximun.cpu.%idle="99.00",mpstat_maximun.cpu.%iowait="0.00",mpstat_maximun.cpu.%irq="0.00",mpstat_maximun.cpu.%nice="0.00",mpstat_maximun.cpu.%soft="0.00",mpstat_maximun.cpu.%steal="0.00",mpstat_maximun.cpu.%sys="1.00",mpstat_maximun.cpu.%usr="0.00",mpstat_maximun.cpu0.%gnice="0.00",mpstat_maximun.cpu0.%guest="0.00",mpstat_maximun.cpu0.%idle="99.00",mpstat_maximun.cpu0.%iowait="0.00",mpstat_maximun.cpu0.%irq="0.00",mpstat_maximun.cpu0.%nice="0.00",mpstat_maximun.cpu0.%soft="0.00",mpstat_maximun.cpu0.%steal="0.00",mpstat_maximun.cpu0.%sys="1.00",mpstat_maximun.cpu0.%usr="0.00",mpstat_minimum.cpu.%gnice="0.00",mpstat_minimum.cpu.%guest="0.00",mpstat_minimum.cpu.%idle="99.00",mpstat_minimum.cpu.%iowait="0.00",mpstat_minimum.cpu.%irq="0.00",mpstat_minimum.cpu.%nice="0.00",mpstat_minimum.cpu.%soft="0.00",mpstat_minimum.cpu.%steal="0.00",mpstat_minimum.cpu.%sys="1.00",mpstat_minimum.cpu.%usr="0.00",mpstat_minimum.cpu0.%gnice="0.00",mpstat_minimum.cpu0.%guest="0.00",mpstat_minimum.cpu0.%idle="99.00",mpstat_minimum.cpu0.%iowait="0.00",mpstat_minimum.cpu0.%irq="0.00",mpstat_minimum.cpu0.%nice="0.00",mpstat_minimum.cpu0.%soft="0.00",mpstat_minimum.cpu0.%steal="0.00",mpstat_minimum.cpu0.%sys="1.00",mpstat_minimum.cpu0.%usr="0.00" 1568656289709042944 2019-09-16 17:51:30,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.127' 2019-09-16 17:51:32,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=14989 seq=140 END 2019-09-16 17:51:32,231 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 17:51:32,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 17:51:32,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 17:51:32,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:51:32,277 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc037,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.127 1568656292230779904 2019-09-16 17:51:32,400 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc037" SUCCESS!!! 2019-09-16 17:51:32,401 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC037-abbc28e6' START 2019-09-16 17:51:59,424 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC037-abbc28e6' DONE 2019-09-16 17:51:59,425 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc037.yaml finished in 500 secs 2019-09-16 17:51:59,426 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC069-abbc28e6' START 2019-09-16 17:51:59,751 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC069-abbc28e6' created 2019-09-16 17:51:59,752 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC069-abbc28e6-key' 2019-09-16 17:51:59,752 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC069-abbc28e6-secgroup' 2019-09-16 17:51:59,752 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:51:59,752 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC069-abbc28e6-test' 2019-09-16 17:51:59,752 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC069-abbc28e6-test-subnet' in network 'yardstick-TC069-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC069-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC069-abbc28e6-test-router-if0' router:'yardstick-TC069-abbc28e6-test-router', subnet:'yardstick-TC069-abbc28e6-test-subnet' 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC069-abbc28e6-test-subnet', 'yardstick-TC069-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC069-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC069-abbc28e6-test-subnet'}}], 'name': 'kratos.yardstick-TC069-abbc28e6-test-port', 'security_groups': ['yardstick-TC069-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'kratos.yardstick-TC069-abbc28e6-fip', network 'floating_net', port 'kratos.yardstick-TC069-abbc28e6-test-port', rif 'yardstick-TC069-abbc28e6-test-router-if0' 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'kratos.yardstick-TC069-abbc28e6-fip-assoc', server 'kratos.yardstick-TC069-abbc28e6-test-port', floating_ip 'kratos.yardstick-TC069-abbc28e6-fip' 2019-09-16 17:51:59,753 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'kratos.yardstick-TC069-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['kratos.yardstick-TC069-abbc28e6-test-port'] 2019-09-16 17:51:59,753 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC069-abbc28e6' START 2019-09-16 17:52:23,762 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC069-abbc28e6' DONE in 24 secs 2019-09-16 17:52:24,263 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC069-abbc28e6' DONE 2019-09-16 17:52:24,264 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:52:24,264 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', u'runner': {u'interval': 1, u'type': u'Iteration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}, u'iterations': 5}, 'tc': u'opnfv_yardstick_tc069', u'host': 'kratos.yardstick-TC069-abbc28e6', u'sla': {u'action': u'monitor', u'min_bandwidth': 7000}, u'type': u'Ramspeed', u'options': {u'load': 32, u'block_size': 64, u'type_id': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases'}) 2019-09-16 17:52:24,266 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:52:24,278 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 5 times, class 2019-09-16 17:52:24,281 [DEBUG] yardstick.ssh.kratos ssh.py:148 user:ubuntu host:172.30.10.114 2019-09-16 17:52:25,286 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:52:27,291 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:52:29,294 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:52:30,318 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:31,321 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:32,323 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:33,326 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:34,328 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:35,330 [DEBUG] yardstick.ssh.kratos ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.114')",) 2019-09-16 17:52:37,445 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:52:41,536 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15047 seq=1 START 2019-09-16 17:52:41,537 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-16 17:53:15,053 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 27982.86},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 28091.26},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 28068.52},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 27986.88},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 27191.68},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 26669.34},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 24921.68},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 25068.52},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 23030.49},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 22085.25},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 21988.54},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 21915.33},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 21666.12},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 20517.76},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9917.62},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6717.96},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6597.55}] }\n' 2019-09-16 17:53:15,056 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6717.960000 < sla:min_bandwidth(7000.000000)Bandwidth 6597.550000 < sla:min_bandwidth(7000.000000)',) 2019-09-16 17:53:16,059 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15047 seq=1 END 2019-09-16 17:53:16,060 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15047 seq=2 START 2019-09-16 17:53:16,060 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-16 17:53:19,275 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:53:19,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc069,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter Result0.Bandwidth(MBps)=27982.86,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=28091.26,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=21988.54,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=21915.33,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=21666.12,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=20517.76,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9917.62,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6717.96,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6597.55,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=28068.52,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=27986.88,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=27191.68,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=26669.34,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=24921.68,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=25068.52,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=23030.49,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=22085.25,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568656396059036928 2019-09-16 17:53:50,270 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 28291.24},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 28298.70},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 28263.03},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 28294.34},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 28262.41},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 22118.54},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 25099.06},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 25092.10},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 23897.51},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 21665.30},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 21923.01},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 21851.95},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 21151.27},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 20630.97},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9517.05},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6388.33},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6379.44}] }\n' 2019-09-16 17:53:50,273 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6388.330000 < sla:min_bandwidth(7000.000000)Bandwidth 6379.440000 < sla:min_bandwidth(7000.000000)',) 2019-09-16 17:53:51,274 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15047 seq=2 END 2019-09-16 17:53:51,275 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15047 seq=3 START 2019-09-16 17:53:51,276 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-16 17:53:54,427 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:53:54,428 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc069,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter Result0.Bandwidth(MBps)=28291.24,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=28298.7,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=21923.01,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=21851.95,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=21151.27,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=20630.97,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9517.05,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6388.33,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6379.44,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=28263.03,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=28294.34,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=28262.41,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=22118.54,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=25099.06,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=25092.1,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=23897.51,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=21665.3,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568656431274813952 2019-09-16 17:54:25,129 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 28017.02},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 28070.67},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 25336.74},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 28045.54},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 28106.15},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 27644.59},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 23936.56},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 25089.13},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 23768.30},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 20869.87},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 21835.45},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 21854.18},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 21655.42},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 20503.77},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9762.15},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6505.97},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6564.26}] }\n' 2019-09-16 17:54:25,132 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6505.970000 < sla:min_bandwidth(7000.000000)Bandwidth 6564.260000 < sla:min_bandwidth(7000.000000)',) 2019-09-16 17:54:26,134 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15047 seq=3 END 2019-09-16 17:54:26,135 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15047 seq=4 START 2019-09-16 17:54:26,135 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-16 17:54:29,554 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:54:29,556 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc069,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter Result0.Bandwidth(MBps)=28017.02,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=28070.67,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=21835.45,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=21854.18,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=21655.42,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=20503.77,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9762.15,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6505.97,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6564.26,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=25336.74,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=28045.54,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=28106.15,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=27644.59,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=23936.56,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=25089.13,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=23768.3,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=20869.87,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568656466134396160 2019-09-16 17:55:00,381 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 28324.73},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 28293.36},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 26441.00},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 28273.50},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 28313.95},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 22932.77},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 25104.78},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 25016.46},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 22882.74},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 21840.89},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 21839.67},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 21823.38},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 21564.33},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 20314.94},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 8936.38},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6739.71},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6381.55}] }\n' 2019-09-16 17:55:00,384 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6739.710000 < sla:min_bandwidth(7000.000000)Bandwidth 6381.550000 < sla:min_bandwidth(7000.000000)',) 2019-09-16 17:55:01,386 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15047 seq=4 END 2019-09-16 17:55:01,386 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15047 seq=5 START 2019-09-16 17:55:01,387 [DEBUG] yardstick.benchmark.scenarios.compute.ramspeed ramspeed.py:127 Executing command: sudo bash ramspeed_mark_benchmark.sh 1 32 64 2019-09-16 17:55:04,670 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:55:04,672 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc069,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter Result0.Bandwidth(MBps)=28324.73,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=28293.36,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=21839.67,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=21823.38,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=21564.33,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=20314.94,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=8936.38,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6739.71,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6381.55,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=26441.0,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=28273.5,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=28313.95,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=22932.77,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=25104.78,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=25016.46,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=22882.74,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=21840.89,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568656501386049024 2019-09-16 17:55:35,438 [DEBUG] yardstick.ssh.kratos ssh.py:292 stdout: u'{ "Result":[{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1, "Bandwidth(MBps)": 28294.66},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2, "Bandwidth(MBps)": 24699.64},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4, "Bandwidth(MBps)": 28286.84},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8, "Bandwidth(MBps)": 28219.02},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16, "Bandwidth(MBps)": 27944.47},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32, "Bandwidth(MBps)": 27520.53},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 64, "Bandwidth(MBps)": 24860.98},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 128, "Bandwidth(MBps)": 24095.39},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 256, "Bandwidth(MBps)": 22188.62},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 512, "Bandwidth(MBps)": 21829.66},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 1024, "Bandwidth(MBps)": 18460.22},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 2048, "Bandwidth(MBps)": 21878.83},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 4096, "Bandwidth(MBps)": 21656.02},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 8192, "Bandwidth(MBps)": 18454.21},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 16384, "Bandwidth(MBps)": 9974.14},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 32768, "Bandwidth(MBps)": 6642.63},{"Test_type": "INTEGER & WRITING", "Block_size(kb)": 65536, "Bandwidth(MBps)": 6747.12}] }\n' 2019-09-16 17:55:35,440 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Ramspeed SLA validation failed. Error: Bandwidth 6642.630000 < sla:min_bandwidth(7000.000000)Bandwidth 6747.120000 < sla:min_bandwidth(7000.000000)',) 2019-09-16 17:55:36,442 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15047 seq=5 END 2019-09-16 17:55:36,443 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:55:36,443 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:55:36,443 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:55:36,459 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:55:36,461 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc069,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter Result0.Bandwidth(MBps)=28294.66,Result0.Block_size(kb)=1i,Result0.Test_type="INTEGER & WRITING",Result1.Bandwidth(MBps)=24699.64,Result1.Block_size(kb)=2i,Result1.Test_type="INTEGER & WRITING",Result10.Bandwidth(MBps)=18460.22,Result10.Block_size(kb)=1024i,Result10.Test_type="INTEGER & WRITING",Result11.Bandwidth(MBps)=21878.83,Result11.Block_size(kb)=2048i,Result11.Test_type="INTEGER & WRITING",Result12.Bandwidth(MBps)=21656.02,Result12.Block_size(kb)=4096i,Result12.Test_type="INTEGER & WRITING",Result13.Bandwidth(MBps)=18454.21,Result13.Block_size(kb)=8192i,Result13.Test_type="INTEGER & WRITING",Result14.Bandwidth(MBps)=9974.14,Result14.Block_size(kb)=16384i,Result14.Test_type="INTEGER & WRITING",Result15.Bandwidth(MBps)=6642.63,Result15.Block_size(kb)=32768i,Result15.Test_type="INTEGER & WRITING",Result16.Bandwidth(MBps)=6747.12,Result16.Block_size(kb)=65536i,Result16.Test_type="INTEGER & WRITING",Result2.Bandwidth(MBps)=28286.84,Result2.Block_size(kb)=4i,Result2.Test_type="INTEGER & WRITING",Result3.Bandwidth(MBps)=28219.02,Result3.Block_size(kb)=8i,Result3.Test_type="INTEGER & WRITING",Result4.Bandwidth(MBps)=27944.47,Result4.Block_size(kb)=16i,Result4.Test_type="INTEGER & WRITING",Result5.Bandwidth(MBps)=27520.53,Result5.Block_size(kb)=32i,Result5.Test_type="INTEGER & WRITING",Result6.Bandwidth(MBps)=24860.98,Result6.Block_size(kb)=64i,Result6.Test_type="INTEGER & WRITING",Result7.Bandwidth(MBps)=24095.39,Result7.Block_size(kb)=128i,Result7.Test_type="INTEGER & WRITING",Result8.Bandwidth(MBps)=22188.62,Result8.Block_size(kb)=256i,Result8.Test_type="INTEGER & WRITING",Result9.Bandwidth(MBps)=21829.66,Result9.Block_size(kb)=512i,Result9.Test_type="INTEGER & WRITING" 1568656536442614016 2019-09-16 17:55:36,581 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:55:36,582 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc069" SUCCESS!!! 2019-09-16 17:55:36,583 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC069-abbc28e6' START 2019-09-16 17:55:57,544 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC069-abbc28e6' DONE 2019-09-16 17:55:57,545 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc069.yaml finished in 238 secs 2019-09-16 17:55:57,546 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC070-abbc28e6' START 2019-09-16 17:55:57,591 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC070-abbc28e6' created 2019-09-16 17:55:57,592 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC070-abbc28e6-key' 2019-09-16 17:55:57,592 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC070-abbc28e6-secgroup' 2019-09-16 17:55:57,592 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 17:55:57,593 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC070-abbc28e6-test' 2019-09-16 17:55:57,593 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC070-abbc28e6-test-subnet' in network 'yardstick-TC070-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 17:55:57,593 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC070-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 17:55:57,594 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC070-abbc28e6-test-router-if0' router:'yardstick-TC070-abbc28e6-test-router', subnet:'yardstick-TC070-abbc28e6-test-subnet' 2019-09-16 17:55:57,594 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC070-abbc28e6-test-subnet', 'yardstick-TC070-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC070-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC070-abbc28e6-test-subnet'}}], 'name': 'demeter.yardstick-TC070-abbc28e6-test-port', 'security_groups': ['yardstick-TC070-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:55:57,594 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC070-abbc28e6-fip', network 'floating_net', port 'demeter.yardstick-TC070-abbc28e6-test-port', rif 'yardstick-TC070-abbc28e6-test-router-if0' 2019-09-16 17:55:57,595 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC070-abbc28e6-fip-assoc', server 'demeter.yardstick-TC070-abbc28e6-test-port', floating_ip 'demeter.yardstick-TC070-abbc28e6-fip' 2019-09-16 17:55:57,595 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC070-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC070-abbc28e6-test-port'] 2019-09-16 17:55:57,595 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC070-abbc28e6-test-subnet', 'yardstick-TC070-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC070-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC070-abbc28e6-test-subnet'}}], 'name': 'poseidon.yardstick-TC070-abbc28e6-test-port', 'security_groups': ['yardstick-TC070-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 17:55:57,596 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC070-abbc28e6-fip', network 'floating_net', port 'poseidon.yardstick-TC070-abbc28e6-test-port', rif 'yardstick-TC070-abbc28e6-test-router-if0' 2019-09-16 17:55:57,596 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC070-abbc28e6-fip-assoc', server 'poseidon.yardstick-TC070-abbc28e6-test-port', floating_ip 'poseidon.yardstick-TC070-abbc28e6-fip' 2019-09-16 17:55:57,596 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC070-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC070-abbc28e6-test-port'] 2019-09-16 17:55:57,597 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC070-abbc28e6' START 2019-09-16 17:56:27,495 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC070-abbc28e6' DONE in 29 secs 2019-09-16 17:56:28,322 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC070-abbc28e6' DONE 2019-09-16 17:56:28,323 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:56:28,324 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc070', u'host': 'demeter.yardstick-TC070-abbc28e6', u'type': u'MEMORYload', u'options': {u'count': 10, u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 17:56:28,326 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:56:28,333 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:56:28,334 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc070', u'host': 'poseidon.yardstick-TC070-abbc28e6', u'type': u'MEMORYload', u'options': {u'count': 10, u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 17:56:28,336 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:56:28,337 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:56:28,337 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:56:28,341 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:56:28,343 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:56:28,347 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 17:56:28,347 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:56:28,348 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:56:28,350 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 17:56:28,355 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:56:28,358 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:56:28,358 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 17:56:28,359 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 17:56:28,362 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:56:28,369 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:56:28,370 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 17:56:28,371 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 17:56:29,309 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:29,309 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:29,355 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:29,376 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:30,312 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:30,312 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:31,314 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:31,314 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:31,359 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:31,380 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:32,316 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:32,316 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:33,319 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:33,319 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:33,362 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:33,383 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:34,321 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:34,321 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.124')",) 2019-09-16 17:56:35,364 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:35,386 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:36,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:56:36,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=1 START 2019-09-16 17:56:36,671 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:56:36,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:56:36,688 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=1 START 2019-09-16 17:56:36,689 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:36,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 98676 719236 3216 197888 764120\nSwap: 0 0 0\n' 2019-09-16 17:56:37,367 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:37,389 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 17:56:37,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 71880 743056 3216 200864 790832\nSwap: 0 0 0\n' 2019-09-16 17:56:37,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.463' 2019-09-16 17:56:38,623 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:38,623 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:38,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 74144 734340 3216 207316 788476\nSwap: 0 0 0\n' 2019-09-16 17:56:39,626 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:39,626 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:39,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 77680 724504 3216 213616 784792\nSwap: 0 0 0\n' 2019-09-16 17:56:39,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=1 END 2019-09-16 17:56:39,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=2 START 2019-09-16 17:56:39,767 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:40,628 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:40,628 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:40,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 51068 750684 3212 214048 811332\nSwap: 0 0 0\n' 2019-09-16 17:56:40,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 17:56:41,631 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:41,631 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:41,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41748 760032 3208 214020 820672\nSwap: 0 0 0\n' 2019-09-16 17:56:42,633 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:42,633 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:42,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41604 760220 3208 213976 820840\nSwap: 0 0 0\n' 2019-09-16 17:56:42,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=2 END 2019-09-16 17:56:42,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=3 START 2019-09-16 17:56:42,780 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:43,365 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:56:43,366 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.463 1568656599765986816 2019-09-16 17:56:43,593 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:43,594 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568656602779390976 2019-09-16 17:56:43,635 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:43,635 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:43,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41636 760196 3208 213968 820816\nSwap: 0 0 0\n' 2019-09-16 17:56:43,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 17:56:44,638 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:44,638 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.130')",) 2019-09-16 17:56:44,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41760 760072 3208 213968 820692\nSwap: 0 0 0\n' 2019-09-16 17:56:45,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41612 760220 3208 213968 820840\nSwap: 0 0 0\n' 2019-09-16 17:56:45,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=3 END 2019-09-16 17:56:45,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=4 START 2019-09-16 17:56:45,793 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:46,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:56:46,630 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 17:56:46,631 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:56:46,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:56:46,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=1 START 2019-09-16 17:56:46,644 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:56:46,727 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 99028 718836 3216 197936 763732\nSwap: 0 0 0\n' 2019-09-16 17:56:46,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=1 END 2019-09-16 17:56:46,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=2 START 2019-09-16 17:56:46,758 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:56:46,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 48972 752804 3260 214024 813428\nSwap: 0 0 0\n' 2019-09-16 17:56:46,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-16 17:56:46,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:56:47,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 105508 709660 3216 200632 757180\nSwap: 0 0 0\n' 2019-09-16 17:56:47,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43592 758032 3236 214176 818776\nSwap: 0 0 0\n' 2019-09-16 17:56:48,716 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:48,719 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=210363i,average.free=747256i,average.shared=3211i,average.total=1015800i,average.used=58180i,free.memory0.available="764120",free.memory0.buff/cache="197888",free.memory0.free="719236",free.memory0.shared="3216",free.memory0.total="1015800",free.memory0.used="98676",free.memory1.available="790832",free.memory1.buff/cache="200864",free.memory1.free="743056",free.memory1.shared="3216",free.memory1.total="1015800",free.memory1.used="71880",free.memory2.available="788476",free.memory2.buff/cache="207316",free.memory2.free="734340",free.memory2.shared="3216",free.memory2.total="1015800",free.memory2.used="74144",free.memory3.available="784792",free.memory3.buff/cache="213616",free.memory3.free="724504",free.memory3.shared="3216",free.memory3.total="1015800",free.memory3.used="77680",free.memory4.available="811332",free.memory4.buff/cache="214048",free.memory4.free="750684",free.memory4.shared="3212",free.memory4.total="1015800",free.memory4.used="51068",free.memory5.available="820672",free.memory5.buff/cache="214020",free.memory5.free="760032",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41748",free.memory6.available="820840",free.memory6.buff/cache="213976",free.memory6.free="760220",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41604",free.memory7.available="820816",free.memory7.buff/cache="213968",free.memory7.free="760196",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41636",free.memory8.available="820692",free.memory8.buff/cache="213968",free.memory8.free="760072",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41760",free.memory9.available="820840",free.memory9.buff/cache="213968",free.memory9.free="760220",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41612",max.buff/cache=214048i,max.free=760220i,max.shared=3216i,max.total=1015800i,max.used=98676i 1568656606756454912 2019-09-16 17:56:48,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 138844 674924 3216 202032 723764\nSwap: 0 0 0\n' 2019-09-16 17:56:48,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43540 758080 3236 214180 818824\nSwap: 0 0 0\n' 2019-09-16 17:56:48,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=4 END 2019-09-16 17:56:48,810 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=5 START 2019-09-16 17:56:48,810 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:48,821 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:56:48,822 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568656605792022016 2019-09-16 17:56:48,934 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:48,935 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.115 1568656608809381120 2019-09-16 17:56:49,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 77324 729640 3216 208836 785104\nSwap: 0 0 0\n' 2019-09-16 17:56:49,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43736 757872 3236 214192 818620\nSwap: 0 0 0\n' 2019-09-16 17:56:49,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:56:49,945 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15054 seq=1 START 2019-09-16 17:56:49,946 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 17:56:49,995 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 1 64 20 1 1000000 2019-09-16 17:56:50,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 62072 738972 3216 214756 800228\nSwap: 0 0 0\n' 2019-09-16 17:56:50,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44564 756372 3236 214864 817784\nSwap: 0 0 0\n' 2019-09-16 17:56:51,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41644 759140 3208 215016 820684\nSwap: 0 0 0\n' 2019-09-16 17:56:51,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44476 756460 3236 214864 817872\nSwap: 0 0 0\n' 2019-09-16 17:56:51,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=5 END 2019-09-16 17:56:51,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=6 START 2019-09-16 17:56:51,822 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:52,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41740 759044 3208 215016 820588\nSwap: 0 0 0\n' 2019-09-16 17:56:52,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 754768 3236 214948 816240\nSwap: 0 0 0\n' 2019-09-16 17:56:52,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.062' 2019-09-16 17:56:53,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41740 759044 3208 215016 820588\nSwap: 0 0 0\n' 2019-09-16 17:56:53,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46472 754380 3236 214948 815852\nSwap: 0 0 0\n' 2019-09-16 17:56:54,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:54,050 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656611821969152 2019-09-16 17:56:54,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41676 759108 3208 215016 820716\nSwap: 0 0 0\n' 2019-09-16 17:56:54,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46244 754592 3236 214964 816064\nSwap: 0 0 0\n' 2019-09-16 17:56:54,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=6 END 2019-09-16 17:56:54,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=7 START 2019-09-16 17:56:54,835 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:55,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41708 759076 3208 215016 820620\nSwap: 0 0 0\n' 2019-09-16 17:56:55,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46264 754568 3236 214968 816040\nSwap: 0 0 0\n' 2019-09-16 17:56:55,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:56:56,735 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=1 END 2019-09-16 17:56:56,736 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=2 START 2019-09-16 17:56:56,736 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:56:56,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=2 END 2019-09-16 17:56:56,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=3 START 2019-09-16 17:56:56,772 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:56:56,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41380 759412 3208 215008 820960\nSwap: 0 0 0\n' 2019-09-16 17:56:56,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46156 754676 3236 214968 816148\nSwap: 0 0 0\n' 2019-09-16 17:56:57,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41376 759416 3208 215008 820964\nSwap: 0 0 0\n' 2019-09-16 17:56:57,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 754716 3236 214968 816188\nSwap: 0 0 0\n' 2019-09-16 17:56:57,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=7 END 2019-09-16 17:56:57,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=8 START 2019-09-16 17:56:57,848 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:56:58,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46232 754600 3236 214968 816072\nSwap: 0 0 0\n' 2019-09-16 17:56:58,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759512 3208 215008 821060\nSwap: 0 0 0\n' 2019-09-16 17:56:58,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:56:59,152 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:59,155 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214612i,average.free=755792i,average.shared=3238i,average.total=1015800i,average.used=45394i,free.memory0.available="813428",free.memory0.buff/cache="214024",free.memory0.free="752804",free.memory0.shared="3260",free.memory0.total="1015800",free.memory0.used="48972",free.memory1.available="818776",free.memory1.buff/cache="214176",free.memory1.free="758032",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="43592",free.memory2.available="818824",free.memory2.buff/cache="214180",free.memory2.free="758080",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="43540",free.memory3.available="818620",free.memory3.buff/cache="214192",free.memory3.free="757872",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="43736",free.memory4.available="817784",free.memory4.buff/cache="214864",free.memory4.free="756372",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44564",free.memory5.available="817872",free.memory5.buff/cache="214864",free.memory5.free="756460",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44476",free.memory6.available="816240",free.memory6.buff/cache="214948",free.memory6.free="754768",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46084",free.memory7.available="815852",free.memory7.buff/cache="214948",free.memory7.free="754380",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46472",free.memory8.available="816064",free.memory8.buff/cache="214964",free.memory8.free="754592",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46244",free.memory9.available="816040",free.memory9.buff/cache="214968",free.memory9.free="754568",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46264",max.buff/cache=214968i,max.free=758080i,max.shared=3260i,max.total=1015800i,max.used=48972i 1568656616771321088 2019-09-16 17:56:59,251 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:59,253 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=209927i,average.free=736744i,average.shared=3212i,average.total=1015800i,average.used=69128i,free.memory0.available="763732",free.memory0.buff/cache="197936",free.memory0.free="718836",free.memory0.shared="3216",free.memory0.total="1015800",free.memory0.used="99028",free.memory1.available="757180",free.memory1.buff/cache="200632",free.memory1.free="709660",free.memory1.shared="3216",free.memory1.total="1015800",free.memory1.used="105508",free.memory2.available="723764",free.memory2.buff/cache="202032",free.memory2.free="674924",free.memory2.shared="3216",free.memory2.total="1015800",free.memory2.used="138844",free.memory3.available="785104",free.memory3.buff/cache="208836",free.memory3.free="729640",free.memory3.shared="3216",free.memory3.total="1015800",free.memory3.used="77324",free.memory4.available="800228",free.memory4.buff/cache="214756",free.memory4.free="738972",free.memory4.shared="3216",free.memory4.total="1015800",free.memory4.used="62072",free.memory5.available="820684",free.memory5.buff/cache="215016",free.memory5.free="759140",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41644",free.memory6.available="820588",free.memory6.buff/cache="215016",free.memory6.free="759044",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41740",free.memory7.available="820588",free.memory7.buff/cache="215016",free.memory7.free="759044",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41740",free.memory8.available="820716",free.memory8.buff/cache="215016",free.memory8.free="759108",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41676",free.memory9.available="820620",free.memory9.buff/cache="215016",free.memory9.free="759076",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41708",max.buff/cache=215016i,max.free=759140i,max.shared=3216i,max.total=1015800i,max.used=138844i 1568656616735165952 2019-09-16 17:56:59,356 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:56:59,357 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.062 1568656614834384896 2019-09-16 17:56:59,462 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:56:59,463 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568656617847453184 2019-09-16 17:56:59,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46356 754476 3236 214968 815948\nSwap: 0 0 0\n' 2019-09-16 17:56:59,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41376 759416 3208 215008 820964\nSwap: 0 0 0\n' 2019-09-16 17:57:00,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46200 754624 3236 214976 816096\nSwap: 0 0 0\n' 2019-09-16 17:57:00,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 759448 3208 215008 820996\nSwap: 0 0 0\n' 2019-09-16 17:57:00,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=8 END 2019-09-16 17:57:00,860 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=9 START 2019-09-16 17:57:00,860 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:01,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46212 754600 3236 214988 816072\nSwap: 0 0 0\n' 2019-09-16 17:57:01,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41312 759480 3208 215008 821028\nSwap: 0 0 0\n' 2019-09-16 17:57:02,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 17:57:02,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46336 754476 3236 214988 815948\nSwap: 0 0 0\n' 2019-09-16 17:57:02,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41248 759544 3208 215008 821092\nSwap: 0 0 0\n' 2019-09-16 17:57:03,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46160 754656 3236 214984 816128\nSwap: 0 0 0\n' 2019-09-16 17:57:03,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41344 759448 3208 215008 820996\nSwap: 0 0 0\n' 2019-09-16 17:57:04,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=9 END 2019-09-16 17:57:04,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=10 START 2019-09-16 17:57:04,073 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:04,579 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:04,580 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568656620859896832 2019-09-16 17:57:04,705 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:04,706 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568656624072381952 2019-09-16 17:57:04,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46184 754632 3236 214984 816104\nSwap: 0 0 0\n' 2019-09-16 17:57:04,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41248 759544 3208 215008 821092\nSwap: 0 0 0\n' 2019-09-16 17:57:05,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 17:57:05,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46308 754540 3236 214952 816012\nSwap: 0 0 0\n' 2019-09-16 17:57:05,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41184 759608 3208 215008 821156\nSwap: 0 0 0\n' 2019-09-16 17:57:06,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=3 END 2019-09-16 17:57:06,782 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=4 START 2019-09-16 17:57:06,782 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:06,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=2 END 2019-09-16 17:57:06,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=3 START 2019-09-16 17:57:06,787 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:06,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46132 754716 3236 214952 816188\nSwap: 0 0 0\n' 2019-09-16 17:57:07,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41316 759476 3208 215008 821120\nSwap: 0 0 0\n' 2019-09-16 17:57:07,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=10 END 2019-09-16 17:57:07,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=11 START 2019-09-16 17:57:07,086 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:07,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46404 754444 3236 214952 815916\nSwap: 0 0 0\n' 2019-09-16 17:57:08,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759540 3208 215008 821088\nSwap: 0 0 0\n' 2019-09-16 17:57:08,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 17:57:08,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46528 754320 3236 214952 815792\nSwap: 0 0 0\n' 2019-09-16 17:57:09,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41380 759412 3208 215008 820960\nSwap: 0 0 0\n' 2019-09-16 17:57:09,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46380 754468 3236 214952 815940\nSwap: 0 0 0\n' 2019-09-16 17:57:09,815 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:09,817 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214974i,average.free=754599i,average.shared=3236i,average.total=1015800i,average.used=46226i,free.memory0.available="816148",free.memory0.buff/cache="214968",free.memory0.free="754676",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46156",free.memory1.available="816188",free.memory1.buff/cache="214968",free.memory1.free="754716",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46116",free.memory2.available="816072",free.memory2.buff/cache="214968",free.memory2.free="754600",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46232",free.memory3.available="815948",free.memory3.buff/cache="214968",free.memory3.free="754476",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46356",free.memory4.available="816096",free.memory4.buff/cache="214976",free.memory4.free="754624",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46200",free.memory5.available="816072",free.memory5.buff/cache="214988",free.memory5.free="754600",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46212",free.memory6.available="815948",free.memory6.buff/cache="214988",free.memory6.free="754476",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46336",free.memory7.available="816128",free.memory7.buff/cache="214984",free.memory7.free="754656",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46160",free.memory8.available="816104",free.memory8.buff/cache="214984",free.memory8.free="754632",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46184",free.memory9.available="816012",free.memory9.buff/cache="214952",free.memory9.free="754540",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46308",max.buff/cache=214988i,max.free=754716i,max.shared=3236i,max.total=1015800i,max.used=46356i 1568656626781511936 2019-09-16 17:57:09,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:09,929 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215008i,average.free=759482i,average.shared=3208i,average.total=1015800i,average.used=41309i,free.memory0.available="820960",free.memory0.buff/cache="215008",free.memory0.free="759412",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41380",free.memory1.available="820964",free.memory1.buff/cache="215008",free.memory1.free="759416",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41376",free.memory2.available="821060",free.memory2.buff/cache="215008",free.memory2.free="759512",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41280",free.memory3.available="820964",free.memory3.buff/cache="215008",free.memory3.free="759416",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41376",free.memory4.available="820996",free.memory4.buff/cache="215008",free.memory4.free="759448",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41344",free.memory5.available="821028",free.memory5.buff/cache="215008",free.memory5.free="759480",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41312",free.memory6.available="821092",free.memory6.buff/cache="215008",free.memory6.free="759544",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41248",free.memory7.available="820996",free.memory7.buff/cache="215008",free.memory7.free="759448",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41344",free.memory8.available="821092",free.memory8.buff/cache="215008",free.memory8.free="759544",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41248",free.memory9.available="821156",free.memory9.buff/cache="215008",free.memory9.free="759608",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41184",max.buff/cache=215008i,max.free=759608i,max.shared=3208i,max.total=1015800i,max.used=41380i 1568656626786083072 2019-09-16 17:57:10,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 759508 3208 215008 821056\nSwap: 0 0 0\n' 2019-09-16 17:57:10,032 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:10,033 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568656627085524992 2019-09-16 17:57:10,098 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=11 END 2019-09-16 17:57:10,099 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=12 START 2019-09-16 17:57:10,099 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:10,132 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:10,132 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656630098349056 2019-09-16 17:57:10,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46340 754508 3236 214952 815980\nSwap: 0 0 0\n' 2019-09-16 17:57:11,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41380 759412 3208 215008 820960\nSwap: 0 0 0\n' 2019-09-16 17:57:11,111 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 17:57:11,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46432 754416 3236 214952 815888\nSwap: 0 0 0\n' 2019-09-16 17:57:12,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 759476 3208 215008 821024\nSwap: 0 0 0\n' 2019-09-16 17:57:12,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 754836 3236 214952 816308\nSwap: 0 0 0\n' 2019-09-16 17:57:13,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 759508 3208 215008 821056\nSwap: 0 0 0\n' 2019-09-16 17:57:13,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=12 END 2019-09-16 17:57:13,116 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=13 START 2019-09-16 17:57:13,117 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:13,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19958151 , "packets_per_second":999963, "flows":2, "errors":0 }\n' 2019-09-16 17:57:13,278 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 17:57:13,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19587775' 2019-09-16 17:57:13,291 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 370376 - Lost ppm 18558 2019-09-16 17:57:13,292 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18558 > sla_max_ppm 1000; ',) 2019-09-16 17:57:13,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45036 755812 3236 214952 817284\nSwap: 0 0 0\n' 2019-09-16 17:57:14,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41656 759136 3208 215008 820688\nSwap: 0 0 0\n' 2019-09-16 17:57:14,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 17:57:14,295 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15054 seq=1 END 2019-09-16 17:57:14,296 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15054 seq=2 START 2019-09-16 17:57:14,296 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 17:57:14,311 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 1 64 20 1 1000000 2019-09-16 17:57:14,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44640 756204 3236 214956 817680\nSwap: 0 0 0\n' 2019-09-16 17:57:15,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41592 759200 3208 215008 820752\nSwap: 0 0 0\n' 2019-09-16 17:57:15,259 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:15,260 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999963i,packets_received=19587775i,packets_sent=19958151i,packetsize=64i,ppm=18558.0 1568656634295102976 2019-09-16 17:57:15,366 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:15,366 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568656633116050944 2019-09-16 17:57:15,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44496 756384 3236 214920 817860\nSwap: 0 0 0\n' 2019-09-16 17:57:16,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41592 759200 3208 215008 820752\nSwap: 0 0 0\n' 2019-09-16 17:57:16,128 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=13 END 2019-09-16 17:57:16,129 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=14 START 2019-09-16 17:57:16,129 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:16,805 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=4 END 2019-09-16 17:57:16,806 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=5 START 2019-09-16 17:57:16,806 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:16,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46064 754820 3236 214916 816296\nSwap: 0 0 0\n' 2019-09-16 17:57:17,018 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=3 END 2019-09-16 17:57:17,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=4 START 2019-09-16 17:57:17,019 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:17,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41320 759472 3208 215008 821024\nSwap: 0 0 0\n' 2019-09-16 17:57:17,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.059' 2019-09-16 17:57:17,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46436 754448 3236 214916 815924\nSwap: 0 0 0\n' 2019-09-16 17:57:18,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759576 3208 215004 821000\nSwap: 0 0 0\n' 2019-09-16 17:57:18,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46256 754628 3236 214916 816104\nSwap: 0 0 0\n' 2019-09-16 17:57:19,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759544 3208 215004 821096\nSwap: 0 0 0\n' 2019-09-16 17:57:19,141 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=14 END 2019-09-16 17:57:19,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=15 START 2019-09-16 17:57:19,142 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:19,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46292 754592 3236 214916 816068\nSwap: 0 0 0\n' 2019-09-16 17:57:20,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 759480 3208 215004 821032\nSwap: 0 0 0\n' 2019-09-16 17:57:20,149 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 17:57:20,492 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:20,494 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214949i,average.free=755010i,average.shared=3236i,average.total=1015800i,average.used=45840i,free.memory0.available="816188",free.memory0.buff/cache="214952",free.memory0.free="754716",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46132",free.memory1.available="815916",free.memory1.buff/cache="214952",free.memory1.free="754444",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46404",free.memory2.available="815792",free.memory2.buff/cache="214952",free.memory2.free="754320",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46528",free.memory3.available="815940",free.memory3.buff/cache="214952",free.memory3.free="754468",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46380",free.memory4.available="815980",free.memory4.buff/cache="214952",free.memory4.free="754508",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46340",free.memory5.available="815888",free.memory5.buff/cache="214952",free.memory5.free="754416",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46432",free.memory6.available="816308",free.memory6.buff/cache="214952",free.memory6.free="754836",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46012",free.memory7.available="817284",free.memory7.buff/cache="214952",free.memory7.free="755812",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45036",free.memory8.available="817680",free.memory8.buff/cache="214956",free.memory8.free="756204",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44640",free.memory9.available="817860",free.memory9.buff/cache="214920",free.memory9.free="756384",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44496",max.buff/cache=214956i,max.free=756384i,max.shared=3236i,max.total=1015800i,max.used=46528i 1568656636805362944 2019-09-16 17:57:20,602 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:20,604 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215008i,average.free=759386i,average.shared=3208i,average.total=1015800i,average.used=41405i,free.memory0.available="821120",free.memory0.buff/cache="215008",free.memory0.free="759476",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41316",free.memory1.available="821088",free.memory1.buff/cache="215008",free.memory1.free="759540",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41252",free.memory2.available="820960",free.memory2.buff/cache="215008",free.memory2.free="759412",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41380",free.memory3.available="821056",free.memory3.buff/cache="215008",free.memory3.free="759508",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41284",free.memory4.available="820960",free.memory4.buff/cache="215008",free.memory4.free="759412",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41380",free.memory5.available="821024",free.memory5.buff/cache="215008",free.memory5.free="759476",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41316",free.memory6.available="821056",free.memory6.buff/cache="215008",free.memory6.free="759508",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41284",free.memory7.available="820688",free.memory7.buff/cache="215008",free.memory7.free="759136",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41656",free.memory8.available="820752",free.memory8.buff/cache="215008",free.memory8.free="759200",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41592",free.memory9.available="820752",free.memory9.buff/cache="215008",free.memory9.free="759200",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41592",max.buff/cache=215008i,max.free=759540i,max.shared=3208i,max.total=1015800i,max.used=41656i 1568656637018542080 2019-09-16 17:57:20,701 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:20,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568656636128736000 2019-09-16 17:57:20,809 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:20,809 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.059 1568656639141518080 2019-09-16 17:57:20,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46408 754476 3236 214916 815952\nSwap: 0 0 0\n' 2019-09-16 17:57:21,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 759512 3208 215004 821064\nSwap: 0 0 0\n' 2019-09-16 17:57:21,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46256 754628 3236 214916 816104\nSwap: 0 0 0\n' 2019-09-16 17:57:22,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759544 3208 215004 821096\nSwap: 0 0 0\n' 2019-09-16 17:57:22,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=15 END 2019-09-16 17:57:22,154 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=16 START 2019-09-16 17:57:22,155 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:22,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46280 754604 3236 214916 816080\nSwap: 0 0 0\n' 2019-09-16 17:57:23,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 759512 3208 215004 821064\nSwap: 0 0 0\n' 2019-09-16 17:57:23,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 17:57:23,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46372 754512 3236 214916 815988\nSwap: 0 0 0\n' 2019-09-16 17:57:24,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 759640 3208 214972 821192\nSwap: 0 0 0\n' 2019-09-16 17:57:24,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46416 754468 3236 214916 815944\nSwap: 0 0 0\n' 2019-09-16 17:57:25,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41348 759480 3208 214972 821032\nSwap: 0 0 0\n' 2019-09-16 17:57:25,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=16 END 2019-09-16 17:57:25,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=17 START 2019-09-16 17:57:25,168 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:25,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46408 754476 3236 214916 815952\nSwap: 0 0 0\n' 2019-09-16 17:57:25,948 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:25,948 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568656642154230016 2019-09-16 17:57:26,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:26,074 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568656645167963136 2019-09-16 17:57:26,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 759512 3208 214972 821064\nSwap: 0 0 0\n' 2019-09-16 17:57:26,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.062' 2019-09-16 17:57:26,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=5 END 2019-09-16 17:57:26,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=6 START 2019-09-16 17:57:26,816 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:26,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 46248 754636 3236 214916 816112\nSwap: 0 0 0\n' 2019-09-16 17:57:27,146 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=4 END 2019-09-16 17:57:27,147 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=5 START 2019-09-16 17:57:27,147 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:27,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41188 759672 3208 214940 821224\nSwap: 0 0 0\n' 2019-09-16 17:57:27,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46208 754676 3236 214916 816152\nSwap: 0 0 0\n' 2019-09-16 17:57:28,180 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=17 END 2019-09-16 17:57:28,181 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=18 START 2019-09-16 17:57:28,181 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:28,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759608 3208 214940 821160\nSwap: 0 0 0\n' 2019-09-16 17:57:28,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46356 754528 3236 214916 816004\nSwap: 0 0 0\n' 2019-09-16 17:57:29,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 17:57:29,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41284 759576 3208 214940 821128\nSwap: 0 0 0\n' 2019-09-16 17:57:29,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46572 754312 3236 214916 815788\nSwap: 0 0 0\n' 2019-09-16 17:57:30,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759608 3208 214940 821160\nSwap: 0 0 0\n' 2019-09-16 17:57:30,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46300 754584 3236 214916 816060\nSwap: 0 0 0\n' 2019-09-16 17:57:31,180 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:31,182 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214916i,average.free=754565i,average.shared=3236i,average.total=1015800i,average.used=46318i,free.memory0.available="816296",free.memory0.buff/cache="214916",free.memory0.free="754820",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46064",free.memory1.available="815924",free.memory1.buff/cache="214916",free.memory1.free="754448",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46436",free.memory2.available="816104",free.memory2.buff/cache="214916",free.memory2.free="754628",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46256",free.memory3.available="816068",free.memory3.buff/cache="214916",free.memory3.free="754592",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46292",free.memory4.available="815952",free.memory4.buff/cache="214916",free.memory4.free="754476",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46408",free.memory5.available="816104",free.memory5.buff/cache="214916",free.memory5.free="754628",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46256",free.memory6.available="816080",free.memory6.buff/cache="214916",free.memory6.free="754604",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46280",free.memory7.available="815988",free.memory7.buff/cache="214916",free.memory7.free="754512",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46372",free.memory8.available="815944",free.memory8.buff/cache="214916",free.memory8.free="754468",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46416",free.memory9.available="815952",free.memory9.buff/cache="214916",free.memory9.free="754476",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46408",max.buff/cache=214916i,max.free=754820i,max.shared=3236i,max.total=1015800i,max.used=46436i 1568656646815251200 2019-09-16 17:57:31,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=18 END 2019-09-16 17:57:31,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=19 START 2019-09-16 17:57:31,194 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:31,304 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:31,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214994i,average.free=759527i,average.shared=3208i,average.total=1015800i,average.used=41278i,free.memory0.available="821024",free.memory0.buff/cache="215008",free.memory0.free="759472",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41320",free.memory1.available="821000",free.memory1.buff/cache="215004",free.memory1.free="759576",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41220",free.memory2.available="821096",free.memory2.buff/cache="215004",free.memory2.free="759544",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41252",free.memory3.available="821032",free.memory3.buff/cache="215004",free.memory3.free="759480",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41316",free.memory4.available="821064",free.memory4.buff/cache="215004",free.memory4.free="759512",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41284",free.memory5.available="821096",free.memory5.buff/cache="215004",free.memory5.free="759544",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41252",free.memory6.available="821064",free.memory6.buff/cache="215004",free.memory6.free="759512",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41284",free.memory7.available="821192",free.memory7.buff/cache="214972",free.memory7.free="759640",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41188",free.memory8.available="821032",free.memory8.buff/cache="214972",free.memory8.free="759480",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41348",free.memory9.available="821064",free.memory9.buff/cache="214972",free.memory9.free="759512",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41316",max.buff/cache=215008i,max.free=759640i,max.shared=3208i,max.total=1015800i,max.used=41348i 1568656647146592000 2019-09-16 17:57:31,377 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759608 3208 214940 821160\nSwap: 0 0 0\n' 2019-09-16 17:57:31,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:31,404 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.062 1568656648180423936 2019-09-16 17:57:31,501 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:31,501 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568656651193149184 2019-09-16 17:57:31,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46448 754436 3236 214916 815912\nSwap: 0 0 0\n' 2019-09-16 17:57:32,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 17:57:32,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41188 759672 3208 214940 821160\nSwap: 0 0 0\n' 2019-09-16 17:57:32,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46540 754344 3236 214916 815820\nSwap: 0 0 0\n' 2019-09-16 17:57:33,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 759544 3208 214940 821096\nSwap: 0 0 0\n' 2019-09-16 17:57:33,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46268 754616 3236 214916 816092\nSwap: 0 0 0\n' 2019-09-16 17:57:34,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=19 END 2019-09-16 17:57:34,207 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=20 START 2019-09-16 17:57:34,207 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:34,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41252 759608 3208 214940 821160\nSwap: 0 0 0\n' 2019-09-16 17:57:34,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46152 754732 3236 214916 816208\nSwap: 0 0 0\n' 2019-09-16 17:57:35,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 17:57:35,381 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41348 759512 3208 214940 821064\nSwap: 0 0 0\n' 2019-09-16 17:57:35,917 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 754764 3236 214920 816244\nSwap: 0 0 0\n' 2019-09-16 17:57:36,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41316 759544 3208 214940 821096\nSwap: 0 0 0\n' 2019-09-16 17:57:36,601 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:36,602 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656654206452992 2019-09-16 17:57:36,920 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=6 END 2019-09-16 17:57:36,920 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=7 START 2019-09-16 17:57:36,921 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:36,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45388 755492 3236 214920 816972\nSwap: 0 0 0\n' 2019-09-16 17:57:37,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=20 END 2019-09-16 17:57:37,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=21 START 2019-09-16 17:57:37,220 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:37,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=5 END 2019-09-16 17:57:37,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=6 START 2019-09-16 17:57:37,386 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:37,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41236 759624 3208 214940 821176\nSwap: 0 0 0\n' 2019-09-16 17:57:37,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19979029 , "packets_per_second":999964, "flows":2, "errors":0 }\n' 2019-09-16 17:57:37,491 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 17:57:37,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19652265' 2019-09-16 17:57:37,504 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 326764 - Lost ppm 16356 2019-09-16 17:57:37,505 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 16356 > sla_max_ppm 1000; ',) 2019-09-16 17:57:37,925 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44592 756288 3236 214920 817768\nSwap: 0 0 0\n' 2019-09-16 17:57:38,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 17:57:38,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41592 759268 3208 214940 820820\nSwap: 0 0 0\n' 2019-09-16 17:57:38,506 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15054 seq=2 END 2019-09-16 17:57:38,507 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:57:38,507 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:57:38,508 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:57:38,520 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:38,521 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999964i,packets_received=19652265i,packets_sent=19979029i,packetsize=64i,ppm=16356.0 1568656658506855936 2019-09-16 17:57:38,645 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:57:38,646 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:57:38,648 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:57:38,660 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:57:38,661 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 17:57:38,663 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 17:57:38,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42964 758028 3208 214808 819504\nSwap: 0 0 0\n' 2019-09-16 17:57:38,971 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:57:38,972 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 17:57:38,973 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:57:39,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:57:39,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41612 759148 3208 215040 820816\nSwap: 0 0 0\n' 2019-09-16 17:57:39,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44496 756448 3236 214856 817916\nSwap: 0 0 0\n' 2019-09-16 17:57:40,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=21 END 2019-09-16 17:57:40,233 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=22 START 2019-09-16 17:57:40,233 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:40,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41612 759148 3208 215040 820816\nSwap: 0 0 0\n' 2019-09-16 17:57:40,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44600 756332 3236 214868 817800\nSwap: 0 0 0\n' 2019-09-16 17:57:41,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 17:57:41,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41612 759148 3208 215040 820816\nSwap: 0 0 0\n' 2019-09-16 17:57:41,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44968 755960 3236 214872 817432\nSwap: 0 0 0\n' 2019-09-16 17:57:42,286 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15069 seq=1 START 2019-09-16 17:57:42,287 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 17:57:42,329 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 10 64 20 1 1000000 2019-09-16 17:57:42,392 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41560 759164 3208 215076 820844\nSwap: 0 0 0\n' 2019-09-16 17:57:42,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43820 757108 3236 214872 818584\nSwap: 0 0 0\n' 2019-09-16 17:57:43,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=22 END 2019-09-16 17:57:43,246 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=23 START 2019-09-16 17:57:43,246 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:43,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41560 759164 3208 215076 820844\nSwap: 0 0 0\n' 2019-09-16 17:57:43,656 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:43,659 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214916i,average.free=754562i,average.shared=3236i,average.total=1015800i,average.used=46320i,free.memory0.available="816112",free.memory0.buff/cache="214916",free.memory0.free="754636",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="46248",free.memory1.available="816152",free.memory1.buff/cache="214916",free.memory1.free="754676",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46208",free.memory2.available="816004",free.memory2.buff/cache="214916",free.memory2.free="754528",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46356",free.memory3.available="815788",free.memory3.buff/cache="214916",free.memory3.free="754312",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46572",free.memory4.available="816060",free.memory4.buff/cache="214916",free.memory4.free="754584",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46300",free.memory5.available="815912",free.memory5.buff/cache="214916",free.memory5.free="754436",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46448",free.memory6.available="815820",free.memory6.buff/cache="214916",free.memory6.free="754344",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46540",free.memory7.available="816092",free.memory7.buff/cache="214916",free.memory7.free="754616",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46268",free.memory8.available="816208",free.memory8.buff/cache="214916",free.memory8.free="754732",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46152",free.memory9.available="816244",free.memory9.buff/cache="214920",free.memory9.free="754764",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46116",max.buff/cache=214920i,max.free=754764i,max.shared=3236i,max.total=1015800i,max.used=46572i 1568656656920176896 2019-09-16 17:57:43,795 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:43,797 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214940i,average.free=759595i,average.shared=3208i,average.total=1015800i,average.used=41264i,free.memory0.available="821224",free.memory0.buff/cache="214940",free.memory0.free="759672",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41188",free.memory1.available="821160",free.memory1.buff/cache="214940",free.memory1.free="759608",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41252",free.memory2.available="821128",free.memory2.buff/cache="214940",free.memory2.free="759576",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41284",free.memory3.available="821160",free.memory3.buff/cache="214940",free.memory3.free="759608",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41252",free.memory4.available="821160",free.memory4.buff/cache="214940",free.memory4.free="759608",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41252",free.memory5.available="821160",free.memory5.buff/cache="214940",free.memory5.free="759672",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41188",free.memory6.available="821096",free.memory6.buff/cache="214940",free.memory6.free="759544",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41316",free.memory7.available="821160",free.memory7.buff/cache="214940",free.memory7.free="759608",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41252",free.memory8.available="821064",free.memory8.buff/cache="214940",free.memory8.free="759512",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41348",free.memory9.available="821096",free.memory9.buff/cache="214940",free.memory9.free="759544",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41316",max.buff/cache=214940i,max.free=759672i,max.shared=3208i,max.total=1015800i,max.used=41348i 1568656657385405952 2019-09-16 17:57:43,900 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:57:43,901 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568656657219677952 2019-09-16 17:57:43,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44136 756768 3236 214896 818244\nSwap: 0 0 0\n' 2019-09-16 17:57:44,015 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:44,015 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568656660232451072 2019-09-16 17:57:44,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:44,121 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568656663245594112 2019-09-16 17:57:44,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 17:57:44,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41560 759164 3208 215076 820844\nSwap: 0 0 0\n' 2019-09-16 17:57:44,926 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45772 755132 3236 214896 816608\nSwap: 0 0 0\n' 2019-09-16 17:57:45,394 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41204 759520 3208 215076 821200\nSwap: 0 0 0\n' 2019-09-16 17:57:45,927 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45748 755156 3236 214896 816632\nSwap: 0 0 0\n' 2019-09-16 17:57:46,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=23 END 2019-09-16 17:57:46,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=24 START 2019-09-16 17:57:46,259 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:46,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41364 759360 3208 215076 821040\nSwap: 0 0 0\n' 2019-09-16 17:57:46,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=7 END 2019-09-16 17:57:46,930 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=8 START 2019-09-16 17:57:46,931 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:46,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45740 755164 3236 214896 816640\nSwap: 0 0 0\n' 2019-09-16 17:57:47,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 17:57:47,397 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=6 END 2019-09-16 17:57:47,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=7 START 2019-09-16 17:57:47,399 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:47,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41156 759576 3208 215068 821256\nSwap: 0 0 0\n' 2019-09-16 17:57:47,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46112 754792 3236 214896 816268\nSwap: 0 0 0\n' 2019-09-16 17:57:48,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 759632 3208 215068 821312\nSwap: 0 0 0\n' 2019-09-16 17:57:48,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 754940 3236 214896 816416\nSwap: 0 0 0\n' 2019-09-16 17:57:49,228 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:49,230 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214880i,average.free=756271i,average.shared=3233i,average.total=1015800i,average.used=44648i,free.memory0.available="816972",free.memory0.buff/cache="214920",free.memory0.free="755492",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45388",free.memory1.available="817768",free.memory1.buff/cache="214920",free.memory1.free="756288",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44592",free.memory2.available="819504",free.memory2.buff/cache="214808",free.memory2.free="758028",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="42964",free.memory3.available="817916",free.memory3.buff/cache="214856",free.memory3.free="756448",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44496",free.memory4.available="817800",free.memory4.buff/cache="214868",free.memory4.free="756332",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44600",free.memory5.available="817432",free.memory5.buff/cache="214872",free.memory5.free="755960",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44968",free.memory6.available="818584",free.memory6.buff/cache="214872",free.memory6.free="757108",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="43820",free.memory7.available="818244",free.memory7.buff/cache="214896",free.memory7.free="756768",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44136",free.memory8.available="816608",free.memory8.buff/cache="214896",free.memory8.free="755132",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45772",free.memory9.available="816632",free.memory9.buff/cache="214896",free.memory9.free="755156",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45748",max.buff/cache=214920i,max.free=758028i,max.shared=3236i,max.total=1015800i,max.used=45772i 1568656666930072064 2019-09-16 17:57:49,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=24 END 2019-09-16 17:57:49,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=25 START 2019-09-16 17:57:49,271 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:49,345 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:49,347 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215038i,average.free=759270i,average.shared=3208i,average.total=1015800i,average.used=41491i,free.memory0.available="821176",free.memory0.buff/cache="214940",free.memory0.free="759624",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41236",free.memory1.available="820820",free.memory1.buff/cache="214940",free.memory1.free="759268",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41592",free.memory2.available="820816",free.memory2.buff/cache="215040",free.memory2.free="759148",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41612",free.memory3.available="820816",free.memory3.buff/cache="215040",free.memory3.free="759148",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41612",free.memory4.available="820816",free.memory4.buff/cache="215040",free.memory4.free="759148",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41612",free.memory5.available="820844",free.memory5.buff/cache="215076",free.memory5.free="759164",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41560",free.memory6.available="820844",free.memory6.buff/cache="215076",free.memory6.free="759164",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41560",free.memory7.available="820844",free.memory7.buff/cache="215076",free.memory7.free="759164",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41560",free.memory8.available="821200",free.memory8.buff/cache="215076",free.memory8.free="759520",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41204",free.memory9.available="821040",free.memory9.buff/cache="215076",free.memory9.free="759360",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41364",max.buff/cache=215076i,max.free=759624i,max.shared=3208i,max.total=1015800i,max.used=41612i 1568656667397913088 2019-09-16 17:57:49,418 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 759632 3208 215068 821312\nSwap: 0 0 0\n' 2019-09-16 17:57:49,492 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:57:49,493 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568656666258137088 2019-09-16 17:57:49,603 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:49,604 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568656669271022080 2019-09-16 17:57:49,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 754916 3236 214900 816392\nSwap: 0 0 0\n' 2019-09-16 17:57:50,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 17:57:50,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759600 3208 215068 821280\nSwap: 0 0 0\n' 2019-09-16 17:57:50,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46108 754792 3236 214900 816268\nSwap: 0 0 0\n' 2019-09-16 17:57:51,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759568 3208 215068 821248\nSwap: 0 0 0\n' 2019-09-16 17:57:51,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754972 3236 214900 816448\nSwap: 0 0 0\n' 2019-09-16 17:57:52,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=25 END 2019-09-16 17:57:52,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=26 START 2019-09-16 17:57:52,284 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:52,419 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759600 3208 215068 821280\nSwap: 0 0 0\n' 2019-09-16 17:57:52,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45952 754948 3236 214900 816424\nSwap: 0 0 0\n' 2019-09-16 17:57:53,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 17:57:53,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:57:53,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46076 754824 3236 214900 816300\nSwap: 0 0 0\n' 2019-09-16 17:57:54,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759728 3208 215068 821408\nSwap: 0 0 0\n' 2019-09-16 17:57:54,734 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:54,735 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568656672283777024 2019-09-16 17:57:54,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755036 3236 214900 816512\nSwap: 0 0 0\n' 2019-09-16 17:57:55,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=26 END 2019-09-16 17:57:55,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=27 START 2019-09-16 17:57:55,297 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:55,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759600 3208 215068 821280\nSwap: 0 0 0\n' 2019-09-16 17:57:55,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45888 755012 3236 214900 816488\nSwap: 0 0 0\n' 2019-09-16 17:57:56,308 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 17:57:56,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:57:56,939 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=8 END 2019-09-16 17:57:56,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=9 START 2019-09-16 17:57:56,940 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:56,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45656 755244 3236 214900 816720\nSwap: 0 0 0\n' 2019-09-16 17:57:57,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=7 END 2019-09-16 17:57:57,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=8 START 2019-09-16 17:57:57,425 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:57:57,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821476\nSwap: 0 0 0\n' 2019-09-16 17:57:57,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45584 755316 3236 214900 816792\nSwap: 0 0 0\n' 2019-09-16 17:57:58,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=27 END 2019-09-16 17:57:58,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=28 START 2019-09-16 17:57:58,313 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:57:58,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40776 759956 3208 215068 821636\nSwap: 0 0 0\n' 2019-09-16 17:57:58,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45732 755168 3236 214900 816644\nSwap: 0 0 0\n' 2019-09-16 17:57:59,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 17:57:59,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821476\nSwap: 0 0 0\n' 2019-09-16 17:57:59,861 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:59,863 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214898i,average.free=754939i,average.shared=3236i,average.total=1015800i,average.used=45961i,free.memory0.available="816640",free.memory0.buff/cache="214896",free.memory0.free="755164",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45740",free.memory1.available="816268",free.memory1.buff/cache="214896",free.memory1.free="754792",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46112",free.memory2.available="816416",free.memory2.buff/cache="214896",free.memory2.free="754940",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45964",free.memory3.available="816392",free.memory3.buff/cache="214900",free.memory3.free="754916",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45984",free.memory4.available="816268",free.memory4.buff/cache="214900",free.memory4.free="754792",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46108",free.memory5.available="816448",free.memory5.buff/cache="214900",free.memory5.free="754972",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45928",free.memory6.available="816424",free.memory6.buff/cache="214900",free.memory6.free="754948",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45952",free.memory7.available="816300",free.memory7.buff/cache="214900",free.memory7.free="754824",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46076",free.memory8.available="816512",free.memory8.buff/cache="214900",free.memory8.free="755036",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45864",free.memory9.available="816488",free.memory9.buff/cache="214900",free.memory9.free="755012",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45888",max.buff/cache=214900i,max.free=755164i,max.shared=3236i,max.total=1015800i,max.used=46112i 1568656676939756032 2019-09-16 17:57:59,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45980 754920 3236 214900 816396\nSwap: 0 0 0\n' 2019-09-16 17:57:59,975 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:57:59,977 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759648i,average.shared=3208i,average.total=1015800i,average.used=41083i,free.memory0.available="821256",free.memory0.buff/cache="215068",free.memory0.free="759576",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41156",free.memory1.available="821312",free.memory1.buff/cache="215068",free.memory1.free="759632",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41100",free.memory2.available="821312",free.memory2.buff/cache="215068",free.memory2.free="759632",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41100",free.memory3.available="821280",free.memory3.buff/cache="215068",free.memory3.free="759600",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41132",free.memory4.available="821248",free.memory4.buff/cache="215068",free.memory4.free="759568",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41164",free.memory5.available="821280",free.memory5.buff/cache="215068",free.memory5.free="759600",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41132",free.memory6.available="821440",free.memory6.buff/cache="215068",free.memory6.free="759760",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40972",free.memory7.available="821408",free.memory7.buff/cache="215068",free.memory7.free="759728",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41004",free.memory8.available="821280",free.memory8.buff/cache="215068",free.memory8.free="759600",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41132",free.memory9.available="821472",free.memory9.buff/cache="215068",free.memory9.free="759792",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40940",max.buff/cache=215068i,max.free=759792i,max.shared=3208i,max.total=1015800i,max.used=41164i 1568656677424069888 2019-09-16 17:58:00,100 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:00,100 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568656675296515840 2019-09-16 17:58:00,208 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:00,209 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568656678312146944 2019-09-16 17:58:00,639 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821476\nSwap: 0 0 0\n' 2019-09-16 17:58:00,945 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45832 755068 3236 214900 816544\nSwap: 0 0 0\n' 2019-09-16 17:58:01,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=28 END 2019-09-16 17:58:01,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=29 START 2019-09-16 17:58:01,325 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:01,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 759732 3208 215068 821412\nSwap: 0 0 0\n' 2019-09-16 17:58:01,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45824 755076 3236 214900 816552\nSwap: 0 0 0\n' 2019-09-16 17:58:02,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.065' 2019-09-16 17:58:02,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821476\nSwap: 0 0 0\n' 2019-09-16 17:58:02,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45948 754952 3236 214900 816428\nSwap: 0 0 0\n' 2019-09-16 17:58:03,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40872 759860 3208 215068 821540\nSwap: 0 0 0\n' 2019-09-16 17:58:03,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 754908 3236 214900 816384\nSwap: 0 0 0\n' 2019-09-16 17:58:04,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=29 END 2019-09-16 17:58:04,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=30 START 2019-09-16 17:58:04,339 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:04,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821476\nSwap: 0 0 0\n' 2019-09-16 17:58:04,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45744 755156 3236 214900 816632\nSwap: 0 0 0\n' 2019-09-16 17:58:05,309 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:05,310 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656681324537088 2019-09-16 17:58:05,346 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-16 17:58:05,413 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:05,414 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.065 1568656684338018816 2019-09-16 17:58:05,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19919961 , "packets_per_second":999968, "flows":110, "errors":0 }\n' 2019-09-16 17:58:05,508 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 17:58:05,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19222848' 2019-09-16 17:58:05,522 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 697113 - Lost ppm 34996 2019-09-16 17:58:05,522 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 34996 > sla_max_ppm 1000; ',) 2019-09-16 17:58:05,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759456 3208 215072 821136\nSwap: 0 0 0\n' 2019-09-16 17:58:05,946 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44648 756252 3236 214900 817728\nSwap: 0 0 0\n' 2019-09-16 17:58:06,527 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15069 seq=1 END 2019-09-16 17:58:06,527 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15069 seq=2 START 2019-09-16 17:58:06,528 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 17:58:06,543 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 10 64 20 1 1000000 2019-09-16 17:58:06,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759456 3208 215072 821136\nSwap: 0 0 0\n' 2019-09-16 17:58:06,949 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=9 END 2019-09-16 17:58:06,950 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=10 START 2019-09-16 17:58:06,950 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:06,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43844 757100 3236 214856 818576\nSwap: 0 0 0\n' 2019-09-16 17:58:07,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=30 END 2019-09-16 17:58:07,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=31 START 2019-09-16 17:58:07,350 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:07,643 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=8 END 2019-09-16 17:58:07,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=9 START 2019-09-16 17:58:07,644 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:07,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40984 759748 3208 215068 821428\nSwap: 0 0 0\n' 2019-09-16 17:58:07,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44076 756828 3236 214896 818304\nSwap: 0 0 0\n' 2019-09-16 17:58:08,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 17:58:08,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:08,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45708 755196 3236 214896 816672\nSwap: 0 0 0\n' 2019-09-16 17:58:09,650 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:58:09,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45684 755220 3236 214896 816696\nSwap: 0 0 0\n' 2019-09-16 17:58:10,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=31 END 2019-09-16 17:58:10,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=32 START 2019-09-16 17:58:10,363 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:10,530 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:10,531 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999968i,packets_received=19222848i,packets_sent=19919961i,packetsize=64i,ppm=34996.0 1568656686526535936 2019-09-16 17:58:10,652 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759728 3208 215068 821408\nSwap: 0 0 0\n' 2019-09-16 17:58:10,672 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:10,674 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214900i,average.free=755206i,average.shared=3236i,average.total=1015800i,average.used=45694i,free.memory0.available="816720",free.memory0.buff/cache="214900",free.memory0.free="755244",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45656",free.memory1.available="816792",free.memory1.buff/cache="214900",free.memory1.free="755316",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45584",free.memory2.available="816644",free.memory2.buff/cache="214900",free.memory2.free="755168",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45732",free.memory3.available="816396",free.memory3.buff/cache="214900",free.memory3.free="754920",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45980",free.memory4.available="816544",free.memory4.buff/cache="214900",free.memory4.free="755068",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45832",free.memory5.available="816552",free.memory5.buff/cache="214900",free.memory5.free="755076",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45824",free.memory6.available="816428",free.memory6.buff/cache="214900",free.memory6.free="754952",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45948",free.memory7.available="816384",free.memory7.buff/cache="214900",free.memory7.free="754908",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45992",free.memory8.available="816632",free.memory8.buff/cache="214900",free.memory8.free="755156",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45744",free.memory9.available="817728",free.memory9.buff/cache="214900",free.memory9.free="756252",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44648",max.buff/cache=214900i,max.free=756252i,max.shared=3236i,max.total=1015800i,max.used=45992i 1568656686949657088 2019-09-16 17:58:10,783 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:10,785 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759744i,average.shared=3208i,average.total=1015800i,average.used=40987i,free.memory0.available="821476",free.memory0.buff/cache="215068",free.memory0.free="759796",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40936",free.memory1.available="821636",free.memory1.buff/cache="215068",free.memory1.free="759956",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40776",free.memory2.available="821476",free.memory2.buff/cache="215068",free.memory2.free="759796",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40936",free.memory3.available="821476",free.memory3.buff/cache="215068",free.memory3.free="759796",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40936",free.memory4.available="821412",free.memory4.buff/cache="215068",free.memory4.free="759732",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41000",free.memory5.available="821476",free.memory5.buff/cache="215068",free.memory5.free="759796",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40936",free.memory6.available="821540",free.memory6.buff/cache="215068",free.memory6.free="759860",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40872",free.memory7.available="821476",free.memory7.buff/cache="215068",free.memory7.free="759796",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40936",free.memory8.available="821136",free.memory8.buff/cache="215072",free.memory8.free="759456",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41272",free.memory9.available="821136",free.memory9.buff/cache="215072",free.memory9.free="759456",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41272",max.buff/cache=215072i,max.free=759956i,max.shared=3208i,max.total=1015800i,max.used=41272i 1568656687643623168 2019-09-16 17:58:10,886 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:10,887 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.116 1568656687350104064 2019-09-16 17:58:10,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45828 755072 3236 214900 816548\nSwap: 0 0 0\n' 2019-09-16 17:58:11,001 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:11,002 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568656690362699008 2019-09-16 17:58:11,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 17:58:11,654 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 759856 3208 215068 821536\nSwap: 0 0 0\n' 2019-09-16 17:58:11,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46076 754824 3236 214900 816300\nSwap: 0 0 0\n' 2019-09-16 17:58:12,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:12,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754972 3236 214900 816448\nSwap: 0 0 0\n' 2019-09-16 17:58:13,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=32 END 2019-09-16 17:58:13,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=33 START 2019-09-16 17:58:13,377 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:13,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759728 3208 215068 821408\nSwap: 0 0 0\n' 2019-09-16 17:58:13,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 754980 3236 214900 816456\nSwap: 0 0 0\n' 2019-09-16 17:58:14,384 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.061' 2019-09-16 17:58:14,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 759696 3208 215068 821376\nSwap: 0 0 0\n' 2019-09-16 17:58:14,955 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 754856 3236 214900 816332\nSwap: 0 0 0\n' 2019-09-16 17:58:15,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 759888 3208 215068 821568\nSwap: 0 0 0\n' 2019-09-16 17:58:15,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45896 755004 3236 214900 816480\nSwap: 0 0 0\n' 2019-09-16 17:58:16,107 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:16,108 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568656693376198144 2019-09-16 17:58:16,388 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=33 END 2019-09-16 17:58:16,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=34 START 2019-09-16 17:58:16,389 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:16,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 759696 3208 215068 821376\nSwap: 0 0 0\n' 2019-09-16 17:58:16,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=10 END 2019-09-16 17:58:16,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=11 START 2019-09-16 17:58:16,960 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:16,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45688 755212 3236 214900 816688\nSwap: 0 0 0\n' 2019-09-16 17:58:17,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.064' 2019-09-16 17:58:17,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=9 END 2019-09-16 17:58:17,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=10 START 2019-09-16 17:58:17,660 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:17,866 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40908 759824 3208 215068 821504\nSwap: 0 0 0\n' 2019-09-16 17:58:17,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 754888 3236 214900 816364\nSwap: 0 0 0\n' 2019-09-16 17:58:18,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:58:18,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755036 3236 214900 816512\nSwap: 0 0 0\n' 2019-09-16 17:58:19,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=34 END 2019-09-16 17:58:19,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=35 START 2019-09-16 17:58:19,402 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:19,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:19,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45888 755012 3236 214900 816488\nSwap: 0 0 0\n' 2019-09-16 17:58:20,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.065' 2019-09-16 17:58:20,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:58:20,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 754888 3236 214900 816364\nSwap: 0 0 0\n' 2019-09-16 17:58:21,216 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:21,218 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214894i,average.free=755405i,average.shared=3236i,average.total=1015800i,average.used=45500i,free.memory0.available="818576",free.memory0.buff/cache="214856",free.memory0.free="757100",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43844",free.memory1.available="818304",free.memory1.buff/cache="214896",free.memory1.free="756828",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44076",free.memory2.available="816672",free.memory2.buff/cache="214896",free.memory2.free="755196",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45708",free.memory3.available="816696",free.memory3.buff/cache="214896",free.memory3.free="755220",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45684",free.memory4.available="816548",free.memory4.buff/cache="214900",free.memory4.free="755072",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45828",free.memory5.available="816300",free.memory5.buff/cache="214900",free.memory5.free="754824",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46076",free.memory6.available="816448",free.memory6.buff/cache="214900",free.memory6.free="754972",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45928",free.memory7.available="816456",free.memory7.buff/cache="214900",free.memory7.free="754980",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45920",free.memory8.available="816332",free.memory8.buff/cache="214900",free.memory8.free="754856",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46044",free.memory9.available="816480",free.memory9.buff/cache="214900",free.memory9.free="755004",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45896",max.buff/cache=214900i,max.free=757100i,max.shared=3236i,max.total=1015800i,max.used=46076i 1568656696959019776 2019-09-16 17:58:21,370 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:21,372 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759765i,average.shared=3208i,average.total=1015800i,average.used=40966i,free.memory0.available="821428",free.memory0.buff/cache="215068",free.memory0.free="759748",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40984",free.memory1.available="821440",free.memory1.buff/cache="215068",free.memory1.free="759760",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40972",free.memory2.available="821472",free.memory2.buff/cache="215068",free.memory2.free="759792",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40940",free.memory3.available="821408",free.memory3.buff/cache="215068",free.memory3.free="759728",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41004",free.memory4.available="821536",free.memory4.buff/cache="215068",free.memory4.free="759856",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40876",free.memory5.available="821440",free.memory5.buff/cache="215068",free.memory5.free="759760",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40972",free.memory6.available="821408",free.memory6.buff/cache="215068",free.memory6.free="759728",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41004",free.memory7.available="821376",free.memory7.buff/cache="215068",free.memory7.free="759696",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41036",free.memory8.available="821568",free.memory8.buff/cache="215068",free.memory8.free="759888",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40844",free.memory9.available="821376",free.memory9.buff/cache="215068",free.memory9.free="759696",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41036",max.buff/cache=215068i,max.free=759888i,max.shared=3208i,max.total=1015800i,max.used=41036i 1568656697659079936 2019-09-16 17:58:21,484 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:21,485 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.061 1568656696388916992 2019-09-16 17:58:21,590 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:21,590 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.064 1568656699401882880 2019-09-16 17:58:21,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759824 3208 215068 821504\nSwap: 0 0 0\n' 2019-09-16 17:58:21,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755036 3236 214900 816512\nSwap: 0 0 0\n' 2019-09-16 17:58:22,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=35 END 2019-09-16 17:58:22,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=36 START 2019-09-16 17:58:22,415 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:22,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:58:22,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45856 755044 3236 214900 816520\nSwap: 0 0 0\n' 2019-09-16 17:58:23,424 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 17:58:23,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:23,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45980 754920 3236 214900 816396\nSwap: 0 0 0\n' 2019-09-16 17:58:24,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:58:24,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 754940 3236 214900 816416\nSwap: 0 0 0\n' 2019-09-16 17:58:25,428 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=36 END 2019-09-16 17:58:25,429 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=37 START 2019-09-16 17:58:25,429 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:25,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:25,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 754916 3236 214900 816392\nSwap: 0 0 0\n' 2019-09-16 17:58:26,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 17:58:26,705 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:26,705 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.065 1568656702414454016 2019-09-16 17:58:26,847 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:26,848 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568656705428517120 2019-09-16 17:58:26,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 17:58:26,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=11 END 2019-09-16 17:58:26,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=12 START 2019-09-16 17:58:26,969 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:26,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45752 755148 3236 214900 816624\nSwap: 0 0 0\n' 2019-09-16 17:58:27,873 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=10 END 2019-09-16 17:58:27,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=11 START 2019-09-16 17:58:27,874 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:27,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45680 755220 3236 214900 816696\nSwap: 0 0 0\n' 2019-09-16 17:58:28,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40852 759880 3208 215068 821624\nSwap: 0 0 0\n' 2019-09-16 17:58:28,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=37 END 2019-09-16 17:58:28,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=38 START 2019-09-16 17:58:28,441 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:28,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45760 755140 3236 214900 816616\nSwap: 0 0 0\n' 2019-09-16 17:58:29,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 759752 3208 215068 821432\nSwap: 0 0 0\n' 2019-09-16 17:58:29,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 17:58:29,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19903846 , "packets_per_second":999967, "flows":110, "errors":0 }\n' 2019-09-16 17:58:29,724 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 17:58:29,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19261263' 2019-09-16 17:58:29,737 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 642583 - Lost ppm 32285 2019-09-16 17:58:29,738 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 32285 > sla_max_ppm 1000; ',) 2019-09-16 17:58:29,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44696 756204 3236 214900 817680\nSwap: 0 0 0\n' 2019-09-16 17:58:30,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41348 759380 3208 215072 821060\nSwap: 0 0 0\n' 2019-09-16 17:58:30,739 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15069 seq=2 END 2019-09-16 17:58:30,740 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:58:30,740 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:58:30,741 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:58:30,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:30,788 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999967i,packets_received=19261263i,packets_sent=19903846i,packetsize=64i,ppm=32285.0 1568656710739764992 2019-09-16 17:58:30,905 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:58:30,906 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:58:30,909 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:58:30,920 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:58:30,922 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 17:58:30,923 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 17:58:30,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42896 758100 3208 214804 819576\nSwap: 0 0 0\n' 2019-09-16 17:58:31,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41620 759152 3180 215028 820832\nSwap: 0 0 0\n' 2019-09-16 17:58:31,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:58:31,232 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 17:58:31,233 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:58:31,453 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=38 END 2019-09-16 17:58:31,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=39 START 2019-09-16 17:58:31,454 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:31,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:58:31,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44624 756320 3236 214856 817788\nSwap: 0 0 0\n' 2019-09-16 17:58:32,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41292 759452 3208 215056 821132\nSwap: 0 0 0\n' 2019-09-16 17:58:32,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 17:58:32,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44992 755948 3236 214860 817416\nSwap: 0 0 0\n' 2019-09-16 17:58:33,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41292 759452 3208 215056 821132\nSwap: 0 0 0\n' 2019-09-16 17:58:33,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44840 756096 3236 214864 817568\nSwap: 0 0 0\n' 2019-09-16 17:58:34,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41260 759484 3208 215056 821164\nSwap: 0 0 0\n' 2019-09-16 17:58:34,466 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=39 END 2019-09-16 17:58:34,466 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=40 START 2019-09-16 17:58:34,467 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:34,545 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15075 seq=1 START 2019-09-16 17:58:34,546 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 17:58:34,562 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 50 64 20 1 1000000 2019-09-16 17:58:34,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44092 756840 3236 214868 818316\nSwap: 0 0 0\n' 2019-09-16 17:58:35,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41244 759484 3208 215072 821168\nSwap: 0 0 0\n' 2019-09-16 17:58:35,474 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.215' 2019-09-16 17:58:35,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:35,919 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214900i,average.free=754989i,average.shared=3236i,average.total=1015800i,average.used=45910i,free.memory0.available="816688",free.memory0.buff/cache="214900",free.memory0.free="755212",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45688",free.memory1.available="816364",free.memory1.buff/cache="214900",free.memory1.free="754888",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46012",free.memory2.available="816512",free.memory2.buff/cache="214900",free.memory2.free="755036",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45864",free.memory3.available="816488",free.memory3.buff/cache="214900",free.memory3.free="755012",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45888",free.memory4.available="816364",free.memory4.buff/cache="214900",free.memory4.free="754888",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46012",free.memory5.available="816512",free.memory5.buff/cache="214900",free.memory5.free="755036",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45864",free.memory6.available="816520",free.memory6.buff/cache="214900",free.memory6.free="755044",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45856",free.memory7.available="816396",free.memory7.buff/cache="214900",free.memory7.free="754920",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45980",free.memory8.available="816416",free.memory8.buff/cache="214900",free.memory8.free="754940",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45960",free.memory9.available="816392",free.memory9.buff/cache="214900",free.memory9.free="754916",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45984",max.buff/cache=214900i,max.free=755212i,max.shared=3236i,max.total=1015800i,max.used=46012i 1568656706968902144 2019-09-16 17:58:35,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44192 756732 3236 214876 818208\nSwap: 0 0 0\n' 2019-09-16 17:58:36,046 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:36,048 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759785i,average.shared=3208i,average.total=1015800i,average.used=40946i,free.memory0.available="821504",free.memory0.buff/cache="215068",free.memory0.free="759824",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40908",free.memory1.available="821472",free.memory1.buff/cache="215068",free.memory1.free="759792",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40940",free.memory2.available="821440",free.memory2.buff/cache="215068",free.memory2.free="759760",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40972",free.memory3.available="821472",free.memory3.buff/cache="215068",free.memory3.free="759792",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40940",free.memory4.available="821504",free.memory4.buff/cache="215068",free.memory4.free="759824",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40908",free.memory5.available="821472",free.memory5.buff/cache="215068",free.memory5.free="759792",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40940",free.memory6.available="821440",free.memory6.buff/cache="215068",free.memory6.free="759760",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40972",free.memory7.available="821472",free.memory7.buff/cache="215068",free.memory7.free="759792",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40940",free.memory8.available="821440",free.memory8.buff/cache="215068",free.memory8.free="759760",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40972",free.memory9.available="821440",free.memory9.buff/cache="215068",free.memory9.free="759760",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40972",max.buff/cache=215068i,max.free=759824i,max.shared=3208i,max.total=1015800i,max.used=40972i 1568656707873632000 2019-09-16 17:58:36,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41244 759484 3208 215072 821168\nSwap: 0 0 0\n' 2019-09-16 17:58:36,157 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:58:36,158 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568656708440954880 2019-09-16 17:58:36,264 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:36,265 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656711453427200 2019-09-16 17:58:36,377 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:36,377 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656714466252032 2019-09-16 17:58:36,978 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=12 END 2019-09-16 17:58:36,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=13 START 2019-09-16 17:58:36,980 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:36,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45300 755624 3236 214876 817100\nSwap: 0 0 0\n' 2019-09-16 17:58:37,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41276 759452 3208 215072 821136\nSwap: 0 0 0\n' 2019-09-16 17:58:37,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=40 END 2019-09-16 17:58:37,479 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=41 START 2019-09-16 17:58:37,479 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:37,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45676 755228 3236 214896 816704\nSwap: 0 0 0\n' 2019-09-16 17:58:38,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=11 END 2019-09-16 17:58:38,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=12 START 2019-09-16 17:58:38,096 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:38,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40992 759740 3208 215068 821552\nSwap: 0 0 0\n' 2019-09-16 17:58:38,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 17:58:38,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 754980 3236 214896 816456\nSwap: 0 0 0\n' 2019-09-16 17:58:39,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759836 3208 215068 821520\nSwap: 0 0 0\n' 2019-09-16 17:58:39,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45776 755128 3236 214896 816604\nSwap: 0 0 0\n' 2019-09-16 17:58:40,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41088 759644 3208 215068 821328\nSwap: 0 0 0\n' 2019-09-16 17:58:40,491 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=41 END 2019-09-16 17:58:40,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=42 START 2019-09-16 17:58:40,492 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:40,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 754912 3236 214896 816388\nSwap: 0 0 0\n' 2019-09-16 17:58:41,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41024 759708 3208 215068 821392\nSwap: 0 0 0\n' 2019-09-16 17:58:41,475 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:41,478 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214872i,average.free=756174i,average.shared=3233i,average.total=1015800i,average.used=44752i,free.memory0.available="816624",free.memory0.buff/cache="214900",free.memory0.free="755148",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45752",free.memory1.available="816696",free.memory1.buff/cache="214900",free.memory1.free="755220",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45680",free.memory2.available="816616",free.memory2.buff/cache="214900",free.memory2.free="755140",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45760",free.memory3.available="817680",free.memory3.buff/cache="214900",free.memory3.free="756204",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44696",free.memory4.available="819576",free.memory4.buff/cache="214804",free.memory4.free="758100",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="42896",free.memory5.available="817788",free.memory5.buff/cache="214856",free.memory5.free="756320",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44624",free.memory6.available="817416",free.memory6.buff/cache="214860",free.memory6.free="755948",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44992",free.memory7.available="817568",free.memory7.buff/cache="214864",free.memory7.free="756096",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44840",free.memory8.available="818316",free.memory8.buff/cache="214868",free.memory8.free="756840",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44092",free.memory9.available="818208",free.memory9.buff/cache="214876",free.memory9.free="756732",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44192",max.buff/cache=214900i,max.free=758100i,max.shared=3236i,max.total=1015800i,max.used=45760i 1568656716978856192 2019-09-16 17:58:41,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 17:58:41,606 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:41,608 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215062i,average.free=759497i,average.shared=3205i,average.total=1015800i,average.used=41240i,free.memory0.available="821624",free.memory0.buff/cache="215068",free.memory0.free="759880",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40852",free.memory1.available="821432",free.memory1.buff/cache="215068",free.memory1.free="759752",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40980",free.memory2.available="821060",free.memory2.buff/cache="215072",free.memory2.free="759380",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41348",free.memory3.available="820832",free.memory3.buff/cache="215028",free.memory3.free="759152",free.memory3.shared="3180",free.memory3.total="1015800",free.memory3.used="41620",free.memory4.available="821132",free.memory4.buff/cache="215056",free.memory4.free="759452",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41292",free.memory5.available="821132",free.memory5.buff/cache="215056",free.memory5.free="759452",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41292",free.memory6.available="821164",free.memory6.buff/cache="215056",free.memory6.free="759484",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41260",free.memory7.available="821168",free.memory7.buff/cache="215072",free.memory7.free="759484",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41244",free.memory8.available="821168",free.memory8.buff/cache="215072",free.memory8.free="759484",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41244",free.memory9.available="821136",free.memory9.buff/cache="215072",free.memory9.free="759452",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41276",max.buff/cache=215072i,max.free=759880i,max.shared=3208i,max.total=1015800i,max.used=41620i 1568656718095655936 2019-09-16 17:58:41,728 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:41,729 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.215 1568656717478652928 2019-09-16 17:58:41,835 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:41,836 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656720491725056 2019-09-16 17:58:41,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46108 754796 3236 214896 816272\nSwap: 0 0 0\n' 2019-09-16 17:58:42,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 759740 3208 215068 821424\nSwap: 0 0 0\n' 2019-09-16 17:58:42,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 754968 3236 214896 816444\nSwap: 0 0 0\n' 2019-09-16 17:58:43,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759772 3208 215068 821456\nSwap: 0 0 0\n' 2019-09-16 17:58:43,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=42 END 2019-09-16 17:58:43,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=43 START 2019-09-16 17:58:43,509 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:43,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 754944 3236 214896 816420\nSwap: 0 0 0\n' 2019-09-16 17:58:44,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 759676 3208 215068 821360\nSwap: 0 0 0\n' 2019-09-16 17:58:44,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 17:58:44,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 754820 3236 214896 816296\nSwap: 0 0 0\n' 2019-09-16 17:58:45,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40864 759868 3208 215068 821552\nSwap: 0 0 0\n' 2019-09-16 17:58:45,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 754968 3236 214896 816444\nSwap: 0 0 0\n' 2019-09-16 17:58:46,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 759676 3208 215068 821360\nSwap: 0 0 0\n' 2019-09-16 17:58:46,524 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=43 END 2019-09-16 17:58:46,525 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=44 START 2019-09-16 17:58:46,525 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:46,936 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:46,937 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568656723508666112 2019-09-16 17:58:46,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=13 END 2019-09-16 17:58:46,989 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=14 START 2019-09-16 17:58:46,989 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:46,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45804 755100 3236 214896 816576\nSwap: 0 0 0\n' 2019-09-16 17:58:47,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:47,078 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568656726524627968 2019-09-16 17:58:47,536 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 17:58:47,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 754852 3236 214896 816328\nSwap: 0 0 0\n' 2019-09-16 17:58:48,260 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=12 END 2019-09-16 17:58:48,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=13 START 2019-09-16 17:58:48,261 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:48,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40968 759764 3208 215068 821448\nSwap: 0 0 0\n' 2019-09-16 17:58:48,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 755000 3236 214896 816476\nSwap: 0 0 0\n' 2019-09-16 17:58:49,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40936 759796 3208 215068 821480\nSwap: 0 0 0\n' 2019-09-16 17:58:49,540 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=44 END 2019-09-16 17:58:49,541 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=45 START 2019-09-16 17:58:49,541 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:49,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754976 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 17:58:50,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 759764 3208 215068 821448\nSwap: 0 0 0\n' 2019-09-16 17:58:50,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 17:58:50,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46020 754884 3236 214896 816360\nSwap: 0 0 0\n' 2019-09-16 17:58:51,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759700 3208 215068 821384\nSwap: 0 0 0\n' 2019-09-16 17:58:51,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755032 3236 214896 816508\nSwap: 0 0 0\n' 2019-09-16 17:58:52,194 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:52,196 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214894i,average.free=755036i,average.shared=3236i,average.total=1015800i,average.used=45869i,free.memory0.available="817100",free.memory0.buff/cache="214876",free.memory0.free="755624",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45300",free.memory1.available="816704",free.memory1.buff/cache="214896",free.memory1.free="755228",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45676",free.memory2.available="816456",free.memory2.buff/cache="214896",free.memory2.free="754980",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45924",free.memory3.available="816604",free.memory3.buff/cache="214896",free.memory3.free="755128",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45776",free.memory4.available="816388",free.memory4.buff/cache="214896",free.memory4.free="754912",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45992",free.memory5.available="816272",free.memory5.buff/cache="214896",free.memory5.free="754796",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46108",free.memory6.available="816444",free.memory6.buff/cache="214896",free.memory6.free="754968",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45936",free.memory7.available="816420",free.memory7.buff/cache="214896",free.memory7.free="754944",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45960",free.memory8.available="816296",free.memory8.buff/cache="214896",free.memory8.free="754820",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46084",free.memory9.available="816444",free.memory9.buff/cache="214896",free.memory9.free="754968",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45936",max.buff/cache=214896i,max.free=755624i,max.shared=3236i,max.total=1015800i,max.used=46108i 1568656726988751872 2019-09-16 17:58:52,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:52,303 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759740i,average.shared=3208i,average.total=1015800i,average.used=40992i,free.memory0.available="821552",free.memory0.buff/cache="215068",free.memory0.free="759740",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40992",free.memory1.available="821520",free.memory1.buff/cache="215068",free.memory1.free="759836",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40896",free.memory2.available="821328",free.memory2.buff/cache="215068",free.memory2.free="759644",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41088",free.memory3.available="821392",free.memory3.buff/cache="215068",free.memory3.free="759708",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41024",free.memory4.available="821424",free.memory4.buff/cache="215068",free.memory4.free="759740",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40992",free.memory5.available="821456",free.memory5.buff/cache="215068",free.memory5.free="759772",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40960",free.memory6.available="821360",free.memory6.buff/cache="215068",free.memory6.free="759676",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41056",free.memory7.available="821552",free.memory7.buff/cache="215068",free.memory7.free="759868",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40864",free.memory8.available="821360",free.memory8.buff/cache="215068",free.memory8.free="759676",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41056",max.buff/cache=215068i,max.free=759868i,max.shared=3208i,max.total=1015800i,max.used=41088i 1568656728260562944 2019-09-16 17:58:52,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 759668 3208 215068 821352\nSwap: 0 0 0\n' 2019-09-16 17:58:52,422 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:52,423 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568656729540534016 2019-09-16 17:58:52,557 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=45 END 2019-09-16 17:58:52,557 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=46 START 2019-09-16 17:58:52,558 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:52,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754976 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 17:58:53,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40968 759764 3208 215068 821448\nSwap: 0 0 0\n' 2019-09-16 17:58:53,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 17:58:53,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46020 754884 3236 214896 816360\nSwap: 0 0 0\n' 2019-09-16 17:58:54,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 759732 3208 215068 821416\nSwap: 0 0 0\n' 2019-09-16 17:58:54,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755064 3236 214896 816540\nSwap: 0 0 0\n' 2019-09-16 17:58:55,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759700 3208 215068 821384\nSwap: 0 0 0\n' 2019-09-16 17:58:55,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=46 END 2019-09-16 17:58:55,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=47 START 2019-09-16 17:58:55,571 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:55,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755040 3236 214896 816516\nSwap: 0 0 0\n' 2019-09-16 17:58:56,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 759668 3208 215068 821352\nSwap: 0 0 0\n' 2019-09-16 17:58:56,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 17:58:56,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=14 END 2019-09-16 17:58:56,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=15 START 2019-09-16 17:58:56,999 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:57,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45452 755452 3236 214896 816928\nSwap: 0 0 0\n' 2019-09-16 17:58:57,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41000 759732 3208 215068 821416\nSwap: 0 0 0\n' 2019-09-16 17:58:57,534 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:57,536 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=754980i,average.shared=3236i,average.total=1015800i,average.used=45923i,free.memory0.available="816576",free.memory0.buff/cache="214896",free.memory0.free="755100",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45804",free.memory1.available="816328",free.memory1.buff/cache="214896",free.memory1.free="754852",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46052",free.memory2.available="816476",free.memory2.buff/cache="214896",free.memory2.free="755000",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45904",free.memory3.available="816452",free.memory3.buff/cache="214896",free.memory3.free="754976",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45928",free.memory4.available="816360",free.memory4.buff/cache="214896",free.memory4.free="754884",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46020",free.memory5.available="816508",free.memory5.buff/cache="214896",free.memory5.free="755032",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45872",free.memory6.available="816452",free.memory6.buff/cache="214896",free.memory6.free="754976",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45928",free.memory7.available="816360",free.memory7.buff/cache="214896",free.memory7.free="754884",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46020",free.memory8.available="816540",free.memory8.buff/cache="214896",free.memory8.free="755064",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45840",free.memory9.available="816516",free.memory9.buff/cache="214896",free.memory9.free="755040",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45864",max.buff/cache=214896i,max.free=755100i,max.shared=3236i,max.total=1015800i,max.used=46052i 1568656736998899968 2019-09-16 17:58:57,680 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:58:57,681 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568656732557147136 2019-09-16 17:58:57,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19991270 , "packets_per_second":999969, "flows":2550, "errors":0 }\n' 2019-09-16 17:58:57,772 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 17:58:57,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19309105' 2019-09-16 17:58:57,786 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 682165 - Lost ppm 34124 2019-09-16 17:58:57,786 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 34124 > sla_max_ppm 1000; ',) 2019-09-16 17:58:57,802 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:58:57,803 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568656735570152960 2019-09-16 17:58:58,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44348 756556 3236 214896 818032\nSwap: 0 0 0\n' 2019-09-16 17:58:58,404 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=13 END 2019-09-16 17:58:58,405 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=14 START 2019-09-16 17:58:58,405 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:58:58,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41028 759712 3208 215060 821396\nSwap: 0 0 0\n' 2019-09-16 17:58:58,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=47 END 2019-09-16 17:58:58,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=48 START 2019-09-16 17:58:58,583 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:58:58,790 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15075 seq=1 END 2019-09-16 17:58:58,790 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15075 seq=2 START 2019-09-16 17:58:58,791 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 17:58:58,805 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 50 64 20 1 1000000 2019-09-16 17:58:59,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44040 756864 3236 214896 818340\nSwap: 0 0 0\n' 2019-09-16 17:58:59,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41200 759528 3208 215072 821212\nSwap: 0 0 0\n' 2019-09-16 17:58:59,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 17:59:00,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44356 756548 3236 214896 818024\nSwap: 0 0 0\n' 2019-09-16 17:59:00,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41200 759528 3208 215072 821212\nSwap: 0 0 0\n' 2019-09-16 17:59:01,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45596 755308 3236 214896 816784\nSwap: 0 0 0\n' 2019-09-16 17:59:01,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41296 759432 3208 215072 821116\nSwap: 0 0 0\n' 2019-09-16 17:59:01,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=48 END 2019-09-16 17:59:01,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=49 START 2019-09-16 17:59:01,596 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:02,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 755036 3236 214896 816512\nSwap: 0 0 0\n' 2019-09-16 17:59:02,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41200 759528 3208 215072 821212\nSwap: 0 0 0\n' 2019-09-16 17:59:02,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 17:59:02,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:02,915 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999969i,packets_received=19309105i,packets_sent=19991270i,packetsize=64i,ppm=34124.0 1568656738789515008 2019-09-16 17:59:03,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 754788 3236 214896 816264\nSwap: 0 0 0\n' 2019-09-16 17:59:03,013 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:03,015 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759728i,average.shared=3208i,average.total=1015800i,average.used=41003i,free.memory0.available="821448",free.memory0.buff/cache="215068",free.memory0.free="759764",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40968",free.memory1.available="821480",free.memory1.buff/cache="215068",free.memory1.free="759796",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40936",free.memory2.available="821448",free.memory2.buff/cache="215068",free.memory2.free="759764",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40968",free.memory3.available="821384",free.memory3.buff/cache="215068",free.memory3.free="759700",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41032",free.memory4.available="821352",free.memory4.buff/cache="215068",free.memory4.free="759668",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41064",free.memory5.available="821448",free.memory5.buff/cache="215068",free.memory5.free="759764",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40968",free.memory6.available="821416",free.memory6.buff/cache="215068",free.memory6.free="759732",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41000",free.memory7.available="821384",free.memory7.buff/cache="215068",free.memory7.free="759700",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41032",free.memory8.available="821352",free.memory8.buff/cache="215068",free.memory8.free="759668",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41064",free.memory9.available="821416",free.memory9.buff/cache="215068",free.memory9.free="759732",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41000",max.buff/cache=215068i,max.free=759796i,max.shared=3208i,max.total=1015800i,max.used=41064i 1568656738404706048 2019-09-16 17:59:03,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:03,121 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568656738582791936 2019-09-16 17:59:03,219 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:03,219 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568656741595218944 2019-09-16 17:59:03,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41200 759528 3208 215072 821212\nSwap: 0 0 0\n' 2019-09-16 17:59:04,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 754968 3236 214896 816444\nSwap: 0 0 0\n' 2019-09-16 17:59:04,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41136 759592 3208 215072 821276\nSwap: 0 0 0\n' 2019-09-16 17:59:04,608 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=49 END 2019-09-16 17:59:04,609 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=50 START 2019-09-16 17:59:04,609 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:05,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 754944 3236 214896 816420\nSwap: 0 0 0\n' 2019-09-16 17:59:05,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41264 759464 3208 215072 821148\nSwap: 0 0 0\n' 2019-09-16 17:59:05,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 17:59:06,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 754820 3236 214896 816296\nSwap: 0 0 0\n' 2019-09-16 17:59:06,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41200 759528 3208 215072 821212\nSwap: 0 0 0\n' 2019-09-16 17:59:07,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=15 END 2019-09-16 17:59:07,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=16 START 2019-09-16 17:59:07,009 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:07,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45672 755232 3236 214896 816708\nSwap: 0 0 0\n' 2019-09-16 17:59:07,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41264 759464 3208 215072 821148\nSwap: 0 0 0\n' 2019-09-16 17:59:07,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=50 END 2019-09-16 17:59:07,625 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=51 START 2019-09-16 17:59:07,626 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:08,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754976 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 17:59:08,369 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:08,371 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=755528i,average.shared=3236i,average.total=1015800i,average.used=45375i,free.memory0.available="816928",free.memory0.buff/cache="214896",free.memory0.free="755452",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45452",free.memory1.available="818032",free.memory1.buff/cache="214896",free.memory1.free="756556",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44348",free.memory2.available="818340",free.memory2.buff/cache="214896",free.memory2.free="756864",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44040",free.memory3.available="818024",free.memory3.buff/cache="214896",free.memory3.free="756548",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44356",free.memory4.available="816784",free.memory4.buff/cache="214896",free.memory4.free="755308",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45596",free.memory5.available="816512",free.memory5.buff/cache="214896",free.memory5.free="755036",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45868",free.memory6.available="816264",free.memory6.buff/cache="214896",free.memory6.free="754788",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46116",free.memory7.available="816444",free.memory7.buff/cache="214896",free.memory7.free="754968",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45936",free.memory8.available="816420",free.memory8.buff/cache="214896",free.memory8.free="754944",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45960",free.memory9.available="816296",free.memory9.buff/cache="214896",free.memory9.free="754820",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46084",max.buff/cache=214896i,max.free=756864i,max.shared=3236i,max.total=1015800i,max.used=46116i 1568656747008684032 2019-09-16 17:59:08,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=14 END 2019-09-16 17:59:08,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=15 START 2019-09-16 17:59:08,418 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:08,564 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:08,565 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215070i,average.free=759530i,average.shared=3208i,average.total=1015800i,average.used=41198i,free.memory0.available="821396",free.memory0.buff/cache="215060",free.memory0.free="759712",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41028",free.memory1.available="821212",free.memory1.buff/cache="215072",free.memory1.free="759528",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41200",free.memory2.available="821212",free.memory2.buff/cache="215072",free.memory2.free="759528",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41200",free.memory3.available="821116",free.memory3.buff/cache="215072",free.memory3.free="759432",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41296",free.memory4.available="821212",free.memory4.buff/cache="215072",free.memory4.free="759528",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41200",free.memory5.available="821212",free.memory5.buff/cache="215072",free.memory5.free="759528",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41200",free.memory6.available="821276",free.memory6.buff/cache="215072",free.memory6.free="759592",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41136",free.memory7.available="821148",free.memory7.buff/cache="215072",free.memory7.free="759464",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41264",free.memory8.available="821212",free.memory8.buff/cache="215072",free.memory8.free="759528",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41200",free.memory9.available="821148",free.memory9.buff/cache="215072",free.memory9.free="759464",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41264",max.buff/cache=215072i,max.free=759712i,max.shared=3208i,max.total=1015800i,max.used=41296i 1568656748417135872 2019-09-16 17:59:08,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40936 759804 3208 215060 821488\nSwap: 0 0 0\n' 2019-09-16 17:59:08,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 17:59:08,659 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:08,660 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568656744608582912 2019-09-16 17:59:08,771 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:08,772 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568656747625102080 2019-09-16 17:59:09,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46084 754820 3236 214896 816296\nSwap: 0 0 0\n' 2019-09-16 17:59:09,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759708 3208 215060 821392\nSwap: 0 0 0\n' 2019-09-16 17:59:10,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45904 755000 3236 214896 816476\nSwap: 0 0 0\n' 2019-09-16 17:59:10,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759708 3208 215060 821392\nSwap: 0 0 0\n' 2019-09-16 17:59:10,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=51 END 2019-09-16 17:59:10,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=52 START 2019-09-16 17:59:10,642 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:11,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754976 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 17:59:11,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759708 3208 215060 821392\nSwap: 0 0 0\n' 2019-09-16 17:59:11,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 17:59:12,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 754852 3236 214896 816328\nSwap: 0 0 0\n' 2019-09-16 17:59:12,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 759676 3208 215060 821360\nSwap: 0 0 0\n' 2019-09-16 17:59:13,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755032 3236 214896 816508\nSwap: 0 0 0\n' 2019-09-16 17:59:13,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41096 759644 3208 215060 821328\nSwap: 0 0 0\n' 2019-09-16 17:59:13,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=52 END 2019-09-16 17:59:13,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=53 START 2019-09-16 17:59:13,658 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:13,884 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:13,885 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568656750641302016 2019-09-16 17:59:14,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 754976 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 17:59:14,043 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:14,043 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656753657547008 2019-09-16 17:59:14,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759708 3208 215060 821392\nSwap: 0 0 0\n' 2019-09-16 17:59:14,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 17:59:15,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 754852 3236 214896 816328\nSwap: 0 0 0\n' 2019-09-16 17:59:15,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 759676 3208 215060 821360\nSwap: 0 0 0\n' 2019-09-16 17:59:16,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755032 3236 214896 816508\nSwap: 0 0 0\n' 2019-09-16 17:59:16,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41032 759708 3208 215060 821392\nSwap: 0 0 0\n' 2019-09-16 17:59:16,673 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=53 END 2019-09-16 17:59:16,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=54 START 2019-09-16 17:59:16,674 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:17,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=16 END 2019-09-16 17:59:17,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=17 START 2019-09-16 17:59:17,020 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:17,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45740 755164 3236 214896 816640\nSwap: 0 0 0\n' 2019-09-16 17:59:17,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41064 759676 3208 215060 821360\nSwap: 0 0 0\n' 2019-09-16 17:59:17,684 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 17:59:18,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46020 754884 3236 214896 816360\nSwap: 0 0 0\n' 2019-09-16 17:59:18,599 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=15 END 2019-09-16 17:59:18,600 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=16 START 2019-09-16 17:59:18,600 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:18,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40932 759808 3208 215060 821492\nSwap: 0 0 0\n' 2019-09-16 17:59:19,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755064 3236 214896 816540\nSwap: 0 0 0\n' 2019-09-16 17:59:19,158 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:19,160 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=754974i,average.shared=3236i,average.total=1015800i,average.used=45929i,free.memory0.available="816708",free.memory0.buff/cache="214896",free.memory0.free="755232",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45672",free.memory1.available="816452",free.memory1.buff/cache="214896",free.memory1.free="754976",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45928",free.memory2.available="816296",free.memory2.buff/cache="214896",free.memory2.free="754820",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46084",free.memory3.available="816476",free.memory3.buff/cache="214896",free.memory3.free="755000",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45904",free.memory4.available="816452",free.memory4.buff/cache="214896",free.memory4.free="754976",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45928",free.memory5.available="816328",free.memory5.buff/cache="214896",free.memory5.free="754852",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46052",free.memory6.available="816508",free.memory6.buff/cache="214896",free.memory6.free="755032",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45872",free.memory7.available="816452",free.memory7.buff/cache="214896",free.memory7.free="754976",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45928",free.memory8.available="816328",free.memory8.buff/cache="214896",free.memory8.free="754852",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46052",free.memory9.available="816508",free.memory9.buff/cache="214896",free.memory9.free="755032",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45872",max.buff/cache=214896i,max.free=755232i,max.shared=3236i,max.total=1015800i,max.used=46084i 1568656757018946816 2019-09-16 17:59:19,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:19,290 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215060i,average.free=759701i,average.shared=3208i,average.total=1015800i,average.used=41038i,free.memory0.available="821488",free.memory0.buff/cache="215060",free.memory0.free="759804",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40936",free.memory1.available="821392",free.memory1.buff/cache="215060",free.memory1.free="759708",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41032",free.memory2.available="821392",free.memory2.buff/cache="215060",free.memory2.free="759708",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41032",free.memory3.available="821392",free.memory3.buff/cache="215060",free.memory3.free="759708",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41032",free.memory4.available="821360",free.memory4.buff/cache="215060",free.memory4.free="759676",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41064",free.memory5.available="821328",free.memory5.buff/cache="215060",free.memory5.free="759644",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41096",free.memory6.available="821392",free.memory6.buff/cache="215060",free.memory6.free="759708",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41032",free.memory7.available="821360",free.memory7.buff/cache="215060",free.memory7.free="759676",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41064",free.memory8.available="821392",free.memory8.buff/cache="215060",free.memory8.free="759708",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41032",free.memory9.available="821360",free.memory9.buff/cache="215060",free.memory9.free="759676",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41064",max.buff/cache=215060i,max.free=759804i,max.shared=3208i,max.total=1015800i,max.used=41096i 1568656758599821056 2019-09-16 17:59:19,455 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:19,455 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568656756673777152 2019-09-16 17:59:19,689 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=54 END 2019-09-16 17:59:19,689 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=55 START 2019-09-16 17:59:19,689 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:19,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 759776 3208 215060 821460\nSwap: 0 0 0\n' 2019-09-16 17:59:20,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755040 3236 214896 816516\nSwap: 0 0 0\n' 2019-09-16 17:59:20,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 17:59:20,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 759776 3208 215060 821460\nSwap: 0 0 0\n' 2019-09-16 17:59:21,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45684 755220 3236 214896 816696\nSwap: 0 0 0\n' 2019-09-16 17:59:21,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41060 759680 3208 215060 821364\nSwap: 0 0 0\n' 2019-09-16 17:59:21,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19924470 , "packets_per_second":999965, "flows":2550, "errors":0 }\n' 2019-09-16 17:59:21,985 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 17:59:21,998 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19420517' 2019-09-16 17:59:21,999 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 503953 - Lost ppm 25294 2019-09-16 17:59:22,000 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 25294 > sla_max_ppm 1000; ',) 2019-09-16 17:59:22,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44348 756556 3236 214896 818032\nSwap: 0 0 0\n' 2019-09-16 17:59:22,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=55 END 2019-09-16 17:59:22,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=56 START 2019-09-16 17:59:22,705 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:22,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759464 3208 215064 821148\nSwap: 0 0 0\n' 2019-09-16 17:59:23,001 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15075 seq=2 END 2019-09-16 17:59:23,002 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 17:59:23,002 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 17:59:23,003 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 17:59:23,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42936 758072 3208 214792 819548\nSwap: 0 0 0\n' 2019-09-16 17:59:23,060 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:23,061 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999965i,packets_received=19420517i,packets_sent=19924470i,packetsize=64i,ppm=25294.0 1568656763001879808 2019-09-16 17:59:23,179 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 17:59:23,180 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 17:59:23,182 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 17:59:23,194 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 17:59:23,195 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 17:59:23,196 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 17:59:23,536 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:59:23,537 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 17:59:23,538 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 17:59:23,716 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 17:59:23,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759456 3208 215064 821140\nSwap: 0 0 0\n' 2019-09-16 17:59:23,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 17:59:24,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44744 756204 3236 214852 817672\nSwap: 0 0 0\n' 2019-09-16 17:59:24,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759456 3208 215064 821140\nSwap: 0 0 0\n' 2019-09-16 17:59:25,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44720 756228 3236 214852 817696\nSwap: 0 0 0\n' 2019-09-16 17:59:25,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=56 END 2019-09-16 17:59:25,720 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=57 START 2019-09-16 17:59:25,721 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:25,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759456 3208 215064 821140\nSwap: 0 0 0\n' 2019-09-16 17:59:26,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44760 756176 3236 214864 817648\nSwap: 0 0 0\n' 2019-09-16 17:59:26,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-16 17:59:26,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759456 3208 215064 821140\nSwap: 0 0 0\n' 2019-09-16 17:59:26,851 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15081 seq=1 START 2019-09-16 17:59:26,851 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 17:59:26,867 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 100 64 20 1 1000000 2019-09-16 17:59:27,028 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=17 END 2019-09-16 17:59:27,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=18 START 2019-09-16 17:59:27,030 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:27,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43940 756996 3236 214864 818472\nSwap: 0 0 0\n' 2019-09-16 17:59:27,769 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759456 3208 215072 821140\nSwap: 0 0 0\n' 2019-09-16 17:59:28,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44092 756828 3236 214880 818304\nSwap: 0 0 0\n' 2019-09-16 17:59:28,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:28,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214873i,average.free=755860i,average.shared=3233i,average.total=1015800i,average.used=45065i,free.memory0.available="816640",free.memory0.buff/cache="214896",free.memory0.free="755164",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45740",free.memory1.available="816360",free.memory1.buff/cache="214896",free.memory1.free="754884",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46020",free.memory2.available="816540",free.memory2.buff/cache="214896",free.memory2.free="755064",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45840",free.memory3.available="816516",free.memory3.buff/cache="214896",free.memory3.free="755040",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45864",free.memory4.available="816696",free.memory4.buff/cache="214896",free.memory4.free="755220",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45684",free.memory5.available="818032",free.memory5.buff/cache="214896",free.memory5.free="756556",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44348",free.memory6.available="819548",free.memory6.buff/cache="214792",free.memory6.free="758072",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="42936",free.memory7.available="817672",free.memory7.buff/cache="214852",free.memory7.free="756204",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44744",free.memory8.available="817696",free.memory8.buff/cache="214852",free.memory8.free="756228",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44720",free.memory9.available="817648",free.memory9.buff/cache="214864",free.memory9.free="756176",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44760",max.buff/cache=214896i,max.free=758072i,max.shared=3236i,max.total=1015800i,max.used=46020i 1568656767028866048 2019-09-16 17:59:28,350 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 17:59:28,351 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568656759689014016 2019-09-16 17:59:28,451 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:28,452 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568656762704833024 2019-09-16 17:59:28,553 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:28,554 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656765720326912 2019-09-16 17:59:28,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=57 END 2019-09-16 17:59:28,734 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=58 START 2019-09-16 17:59:28,734 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:28,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=16 END 2019-09-16 17:59:28,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=17 START 2019-09-16 17:59:28,772 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:28,777 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40940 759796 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 17:59:29,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44108 756804 3236 214888 818280\nSwap: 0 0 0\n' 2019-09-16 17:59:29,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 17:59:29,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759796 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 17:59:30,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 754864 3236 214888 816340\nSwap: 0 0 0\n' 2019-09-16 17:59:30,779 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759796 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 17:59:31,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 755012 3236 214888 816488\nSwap: 0 0 0\n' 2019-09-16 17:59:31,746 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=58 END 2019-09-16 17:59:31,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=59 START 2019-09-16 17:59:31,747 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:31,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821512\nSwap: 0 0 0\n' 2019-09-16 17:59:32,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45860 755052 3236 214888 816528\nSwap: 0 0 0\n' 2019-09-16 17:59:32,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 17:59:32,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 759860 3208 215064 821544\nSwap: 0 0 0\n' 2019-09-16 17:59:33,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46044 754864 3236 214892 816340\nSwap: 0 0 0\n' 2019-09-16 17:59:33,657 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:33,659 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215063i,average.free=759578i,average.shared=3208i,average.total=1015800i,average.used=41158i,free.memory0.available="821492",free.memory0.buff/cache="215060",free.memory0.free="759808",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40932",free.memory1.available="821460",free.memory1.buff/cache="215060",free.memory1.free="759776",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40964",free.memory2.available="821460",free.memory2.buff/cache="215060",free.memory2.free="759776",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40964",free.memory3.available="821364",free.memory3.buff/cache="215060",free.memory3.free="759680",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41060",free.memory4.available="821148",free.memory4.buff/cache="215064",free.memory4.free="759464",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41272",free.memory5.available="821140",free.memory5.buff/cache="215064",free.memory5.free="759456",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41280",free.memory6.available="821140",free.memory6.buff/cache="215064",free.memory6.free="759456",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41280",free.memory7.available="821140",free.memory7.buff/cache="215064",free.memory7.free="759456",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41280",free.memory8.available="821140",free.memory8.buff/cache="215064",free.memory8.free="759456",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41280",free.memory9.available="821140",free.memory9.buff/cache="215072",free.memory9.free="759456",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41272",max.buff/cache=215072i,max.free=759808i,max.shared=3208i,max.total=1015800i,max.used=41280i 1568656768771399936 2019-09-16 17:59:33,779 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:33,780 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.095 1568656768733384960 2019-09-16 17:59:33,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821512\nSwap: 0 0 0\n' 2019-09-16 17:59:33,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:33,915 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568656771746476032 2019-09-16 17:59:34,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755044 3236 214892 816520\nSwap: 0 0 0\n' 2019-09-16 17:59:34,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=59 END 2019-09-16 17:59:34,762 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=60 START 2019-09-16 17:59:34,762 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:34,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759764 3208 215064 821448\nSwap: 0 0 0\n' 2019-09-16 17:59:35,035 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 754988 3236 214892 816464\nSwap: 0 0 0\n' 2019-09-16 17:59:35,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 17:59:35,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759732 3208 215064 821416\nSwap: 0 0 0\n' 2019-09-16 17:59:36,036 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46012 754896 3236 214892 816372\nSwap: 0 0 0\n' 2019-09-16 17:59:36,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759764 3208 215064 821448\nSwap: 0 0 0\n' 2019-09-16 17:59:37,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=18 END 2019-09-16 17:59:37,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=19 START 2019-09-16 17:59:37,039 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:37,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45492 755416 3236 214892 816892\nSwap: 0 0 0\n' 2019-09-16 17:59:37,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=60 END 2019-09-16 17:59:37,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=61 START 2019-09-16 17:59:37,778 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:37,782 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 759924 3208 215064 821608\nSwap: 0 0 0\n' 2019-09-16 17:59:38,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 754984 3236 214892 816460\nSwap: 0 0 0\n' 2019-09-16 17:59:38,785 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=17 END 2019-09-16 17:59:38,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=18 START 2019-09-16 17:59:38,786 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:38,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 17:59:38,889 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40848 759888 3208 215064 821572\nSwap: 0 0 0\n' 2019-09-16 17:59:39,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:39,018 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214886i,average.free=755534i,average.shared=3236i,average.total=1015800i,average.used=45378i,free.memory0.available="818472",free.memory0.buff/cache="214864",free.memory0.free="756996",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43940",free.memory1.available="818304",free.memory1.buff/cache="214880",free.memory1.free="756828",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44092",free.memory2.available="818280",free.memory2.buff/cache="214888",free.memory2.free="756804",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44108",free.memory3.available="816340",free.memory3.buff/cache="214888",free.memory3.free="754864",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46048",free.memory4.available="816488",free.memory4.buff/cache="214888",free.memory4.free="755012",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45900",free.memory5.available="816528",free.memory5.buff/cache="214888",free.memory5.free="755052",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45860",free.memory6.available="816340",free.memory6.buff/cache="214892",free.memory6.free="754864",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46044",free.memory7.available="816520",free.memory7.buff/cache="214892",free.memory7.free="755044",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45864",free.memory8.available="816464",free.memory8.buff/cache="214892",free.memory8.free="754988",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45920",free.memory9.available="816372",free.memory9.buff/cache="214892",free.memory9.free="754896",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46012",max.buff/cache=214892i,max.free=756996i,max.shared=3236i,max.total=1015800i,max.used=46048i 1568656777038465024 2019-09-16 17:59:39,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46204 754704 3236 214892 816180\nSwap: 0 0 0\n' 2019-09-16 17:59:39,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:39,126 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215064i,average.free=759808i,average.shared=3208i,average.total=1015800i,average.used=40927i,free.memory0.available="821480",free.memory0.buff/cache="215064",free.memory0.free="759796",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40940",free.memory1.available="821480",free.memory1.buff/cache="215064",free.memory1.free="759796",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40940",free.memory2.available="821480",free.memory2.buff/cache="215064",free.memory2.free="759796",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40940",free.memory3.available="821512",free.memory3.buff/cache="215064",free.memory3.free="759828",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40908",free.memory4.available="821544",free.memory4.buff/cache="215064",free.memory4.free="759860",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40876",free.memory5.available="821512",free.memory5.buff/cache="215064",free.memory5.free="759828",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40908",free.memory6.available="821448",free.memory6.buff/cache="215064",free.memory6.free="759764",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40972",free.memory7.available="821416",free.memory7.buff/cache="215064",free.memory7.free="759732",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41004",free.memory8.available="821448",free.memory8.buff/cache="215064",free.memory8.free="759764",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40972",free.memory9.available="821608",free.memory9.buff/cache="215064",free.memory9.free="759924",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40812",max.buff/cache=215064i,max.free=759924i,max.shared=3208i,max.total=1015800i,max.used=41004i 1568656778785125120 2019-09-16 17:59:39,230 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:39,231 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568656774761506048 2019-09-16 17:59:39,339 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:39,340 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568656777777144832 2019-09-16 17:59:39,891 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759824 3208 215064 821508\nSwap: 0 0 0\n' 2019-09-16 17:59:40,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46024 754884 3236 214892 816360\nSwap: 0 0 0\n' 2019-09-16 17:59:40,794 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=61 END 2019-09-16 17:59:40,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=62 START 2019-09-16 17:59:40,795 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:40,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759920 3208 215064 821604\nSwap: 0 0 0\n' 2019-09-16 17:59:41,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 754860 3236 214892 816336\nSwap: 0 0 0\n' 2019-09-16 17:59:41,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 17:59:41,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759792 3208 215064 821476\nSwap: 0 0 0\n' 2019-09-16 17:59:42,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46188 754720 3236 214892 816196\nSwap: 0 0 0\n' 2019-09-16 17:59:42,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40848 759888 3208 215064 821572\nSwap: 0 0 0\n' 2019-09-16 17:59:43,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45992 754916 3236 214892 816392\nSwap: 0 0 0\n' 2019-09-16 17:59:43,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=62 END 2019-09-16 17:59:43,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=63 START 2019-09-16 17:59:43,810 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:43,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759856 3208 215064 821540\nSwap: 0 0 0\n' 2019-09-16 17:59:44,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 754860 3236 214892 816336\nSwap: 0 0 0\n' 2019-09-16 17:59:44,453 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:44,454 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568656780794692096 2019-09-16 17:59:44,572 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:44,572 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568656783809280000 2019-09-16 17:59:44,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 17:59:44,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759824 3208 215064 821508\nSwap: 0 0 0\n' 2019-09-16 17:59:45,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46140 754768 3236 214892 816244\nSwap: 0 0 0\n' 2019-09-16 17:59:45,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759760 3208 215064 821444\nSwap: 0 0 0\n' 2019-09-16 17:59:46,046 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 754948 3236 214892 816424\nSwap: 0 0 0\n' 2019-09-16 17:59:46,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=63 END 2019-09-16 17:59:46,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=64 START 2019-09-16 17:59:46,826 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:46,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759920 3208 215064 821604\nSwap: 0 0 0\n' 2019-09-16 17:59:47,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=19 END 2019-09-16 17:59:47,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=20 START 2019-09-16 17:59:47,050 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:47,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45752 755156 3236 214892 816632\nSwap: 0 0 0\n' 2019-09-16 17:59:47,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 17:59:47,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41008 759728 3208 215064 821412\nSwap: 0 0 0\n' 2019-09-16 17:59:48,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46112 754796 3236 214892 816272\nSwap: 0 0 0\n' 2019-09-16 17:59:48,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=18 END 2019-09-16 17:59:48,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=19 START 2019-09-16 17:59:48,901 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:49,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40948 759788 3208 215064 821472\nSwap: 0 0 0\n' 2019-09-16 17:59:49,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45960 754948 3236 214892 816424\nSwap: 0 0 0\n' 2019-09-16 17:59:49,710 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:49,712 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214892i,average.free=754906i,average.shared=3236i,average.total=1015800i,average.used=46002i,free.memory0.available="816892",free.memory0.buff/cache="214892",free.memory0.free="755416",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45492",free.memory1.available="816460",free.memory1.buff/cache="214892",free.memory1.free="754984",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45924",free.memory2.available="816180",free.memory2.buff/cache="214892",free.memory2.free="754704",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46204",free.memory3.available="816360",free.memory3.buff/cache="214892",free.memory3.free="754884",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46024",free.memory4.available="816336",free.memory4.buff/cache="214892",free.memory4.free="754860",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46048",free.memory5.available="816196",free.memory5.buff/cache="214892",free.memory5.free="754720",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46188",free.memory6.available="816392",free.memory6.buff/cache="214892",free.memory6.free="754916",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45992",free.memory7.available="816336",free.memory7.buff/cache="214892",free.memory7.free="754860",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46048",free.memory8.available="816244",free.memory8.buff/cache="214892",free.memory8.free="754768",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46140",free.memory9.available="816424",free.memory9.buff/cache="214892",free.memory9.free="754948",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45960",max.buff/cache=214892i,max.free=755416i,max.shared=3236i,max.total=1015800i,max.used=46204i 1568656787048892928 2019-09-16 17:59:49,832 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:49,834 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215064i,average.free=759840i,average.shared=3208i,average.total=1015800i,average.used=40896i,free.memory0.available="821572",free.memory0.buff/cache="215064",free.memory0.free="759888",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40848",free.memory1.available="821508",free.memory1.buff/cache="215064",free.memory1.free="759824",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40912",free.memory2.available="821604",free.memory2.buff/cache="215064",free.memory2.free="759920",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40816",free.memory3.available="821476",free.memory3.buff/cache="215064",free.memory3.free="759792",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40944",free.memory4.available="821572",free.memory4.buff/cache="215064",free.memory4.free="759888",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40848",free.memory5.available="821540",free.memory5.buff/cache="215064",free.memory5.free="759856",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40880",free.memory6.available="821508",free.memory6.buff/cache="215064",free.memory6.free="759824",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40912",free.memory7.available="821444",free.memory7.buff/cache="215064",free.memory7.free="759760",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40976",free.memory8.available="821604",free.memory8.buff/cache="215064",free.memory8.free="759920",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40816",free.memory9.available="821412",free.memory9.buff/cache="215064",free.memory9.free="759728",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41008",max.buff/cache=215064i,max.free=759920i,max.shared=3208i,max.total=1015800i,max.used=41008i 1568656788900006912 2019-09-16 17:59:49,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=64 END 2019-09-16 17:59:49,841 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=65 START 2019-09-16 17:59:49,842 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:49,949 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 17:59:49,950 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568656786825221888 2019-09-16 17:59:50,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40884 759852 3208 215064 821536\nSwap: 0 0 0\n' 2019-09-16 17:59:50,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45680 755228 3236 214892 816704\nSwap: 0 0 0\n' 2019-09-16 17:59:50,059 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:50,060 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656789841310976 2019-09-16 17:59:50,079 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19995044 , "packets_per_second":999959, "flows":10100, "errors":0 }\n' 2019-09-16 17:59:50,080 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 17:59:50,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19481069' 2019-09-16 17:59:50,094 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 513975 - Lost ppm 25706 2019-09-16 17:59:50,095 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 25706 > sla_max_ppm 1000; ',) 2019-09-16 17:59:50,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 17:59:51,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759448 3208 215080 821132\nSwap: 0 0 0\n' 2019-09-16 17:59:51,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44616 756292 3236 214892 817768\nSwap: 0 0 0\n' 2019-09-16 17:59:51,098 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15081 seq=1 END 2019-09-16 17:59:51,099 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15081 seq=2 START 2019-09-16 17:59:51,100 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 17:59:51,115 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 100 64 20 1 1000000 2019-09-16 17:59:52,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41240 759480 3208 215080 821164\nSwap: 0 0 0\n' 2019-09-16 17:59:52,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44092 756816 3236 214892 818292\nSwap: 0 0 0\n' 2019-09-16 17:59:52,854 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=65 END 2019-09-16 17:59:52,854 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=66 START 2019-09-16 17:59:52,855 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:53,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41240 759480 3208 215080 821164\nSwap: 0 0 0\n' 2019-09-16 17:59:53,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44116 756792 3236 214892 818268\nSwap: 0 0 0\n' 2019-09-16 17:59:53,863 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 17:59:54,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41304 759416 3208 215080 821100\nSwap: 0 0 0\n' 2019-09-16 17:59:54,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46028 754880 3236 214892 816356\nSwap: 0 0 0\n' 2019-09-16 17:59:55,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41240 759480 3208 215080 821164\nSwap: 0 0 0\n' 2019-09-16 17:59:55,055 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45848 755060 3236 214892 816536\nSwap: 0 0 0\n' 2019-09-16 17:59:55,189 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:55,190 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999959i,packets_received=19481069i,packets_sent=19995044i,packetsize=64i,ppm=25706.0 1568656791098385152 2019-09-16 17:59:55,324 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 17:59:55,325 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656792854286848 2019-09-16 17:59:55,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=66 END 2019-09-16 17:59:55,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=67 START 2019-09-16 17:59:55,867 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:56,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41304 759416 3208 215080 821100\nSwap: 0 0 0\n' 2019-09-16 17:59:56,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755068 3236 214892 816544\nSwap: 0 0 0\n' 2019-09-16 17:59:56,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-16 17:59:57,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41336 759384 3208 215080 821068\nSwap: 0 0 0\n' 2019-09-16 17:59:57,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=20 END 2019-09-16 17:59:57,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=21 START 2019-09-16 17:59:57,060 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:57,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45876 755032 3236 214892 816508\nSwap: 0 0 0\n' 2019-09-16 17:59:58,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41144 759576 3208 215080 821260\nSwap: 0 0 0\n' 2019-09-16 17:59:58,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45852 755056 3236 214892 816532\nSwap: 0 0 0\n' 2019-09-16 17:59:58,880 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=67 END 2019-09-16 17:59:58,880 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=68 START 2019-09-16 17:59:58,880 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 17:59:59,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=19 END 2019-09-16 17:59:59,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=20 START 2019-09-16 17:59:59,023 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 17:59:59,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45876 755032 3236 214892 816508\nSwap: 0 0 0\n' 2019-09-16 17:59:59,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40944 759788 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 17:59:59,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:00:00,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46128 754780 3236 214892 816256\nSwap: 0 0 0\n' 2019-09-16 18:00:00,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759852 3208 215068 821536\nSwap: 0 0 0\n' 2019-09-16 18:00:00,425 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:00,427 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214892i,average.free=755503i,average.shared=3236i,average.total=1015800i,average.used=45404i,free.memory0.available="816632",free.memory0.buff/cache="214892",free.memory0.free="755156",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45752",free.memory1.available="816272",free.memory1.buff/cache="214892",free.memory1.free="754796",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46112",free.memory2.available="816424",free.memory2.buff/cache="214892",free.memory2.free="754948",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45960",free.memory3.available="816704",free.memory3.buff/cache="214892",free.memory3.free="755228",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45680",free.memory4.available="817768",free.memory4.buff/cache="214892",free.memory4.free="756292",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44616",free.memory5.available="818292",free.memory5.buff/cache="214892",free.memory5.free="756816",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44092",free.memory6.available="818268",free.memory6.buff/cache="214892",free.memory6.free="756792",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44116",free.memory7.available="816356",free.memory7.buff/cache="214892",free.memory7.free="754880",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46028",free.memory8.available="816536",free.memory8.buff/cache="214892",free.memory8.free="755060",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45848",free.memory9.available="816544",free.memory9.buff/cache="214892",free.memory9.free="755068",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45840",max.buff/cache=214892i,max.free=756816i,max.shared=3236i,max.total=1015800i,max.used=46112i 1568656797059003136 2019-09-16 18:00:00,532 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:00,534 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215076i,average.free=759532i,average.shared=3208i,average.total=1015800i,average.used=41191i,free.memory0.available="821472",free.memory0.buff/cache="215064",free.memory0.free="759788",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40948",free.memory1.available="821536",free.memory1.buff/cache="215064",free.memory1.free="759852",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40884",free.memory2.available="821132",free.memory2.buff/cache="215080",free.memory2.free="759448",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41272",free.memory3.available="821164",free.memory3.buff/cache="215080",free.memory3.free="759480",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41240",free.memory4.available="821164",free.memory4.buff/cache="215080",free.memory4.free="759480",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41240",free.memory5.available="821100",free.memory5.buff/cache="215080",free.memory5.free="759416",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41304",free.memory6.available="821164",free.memory6.buff/cache="215080",free.memory6.free="759480",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41240",free.memory7.available="821100",free.memory7.buff/cache="215080",free.memory7.free="759416",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41304",free.memory8.available="821068",free.memory8.buff/cache="215080",free.memory8.free="759384",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41336",free.memory9.available="821260",free.memory9.buff/cache="215080",free.memory9.free="759576",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41144",max.buff/cache=215080i,max.free=759852i,max.shared=3208i,max.total=1015800i,max.used=41336i 1568656799022150912 2019-09-16 18:00:00,643 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:00,643 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656795867002880 2019-09-16 18:00:00,756 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:00,756 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.081 1568656798879940096 2019-09-16 18:00:01,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45948 754960 3236 214892 816436\nSwap: 0 0 0\n' 2019-09-16 18:00:01,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759788 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 18:00:01,892 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=68 END 2019-09-16 18:00:01,893 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=69 START 2019-09-16 18:00:01,893 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:02,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 754972 3236 214892 816448\nSwap: 0 0 0\n' 2019-09-16 18:00:02,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40784 759948 3208 215068 821632\nSwap: 0 0 0\n' 2019-09-16 18:00:02,905 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 18:00:03,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46060 754848 3236 214892 816324\nSwap: 0 0 0\n' 2019-09-16 18:00:03,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759852 3208 215068 821536\nSwap: 0 0 0\n' 2019-09-16 18:00:04,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45912 754996 3236 214892 816472\nSwap: 0 0 0\n' 2019-09-16 18:00:04,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759788 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 18:00:04,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=69 END 2019-09-16 18:00:04,910 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=70 START 2019-09-16 18:00:04,910 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:05,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 754940 3236 214892 816416\nSwap: 0 0 0\n' 2019-09-16 18:00:05,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759756 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 18:00:05,871 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:05,872 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568656801892718080 2019-09-16 18:00:05,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 18:00:06,006 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:06,007 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568656804909512960 2019-09-16 18:00:06,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46092 754816 3236 214892 816292\nSwap: 0 0 0\n' 2019-09-16 18:00:06,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759788 3208 215068 821472\nSwap: 0 0 0\n' 2019-09-16 18:00:07,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=21 END 2019-09-16 18:00:07,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=22 START 2019-09-16 18:00:07,070 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:07,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45540 755368 3236 214892 816844\nSwap: 0 0 0\n' 2019-09-16 18:00:07,084 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759756 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 18:00:07,965 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=70 END 2019-09-16 18:00:07,966 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=71 START 2019-09-16 18:00:07,966 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:08,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45780 755128 3236 214892 816604\nSwap: 0 0 0\n' 2019-09-16 18:00:08,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759820 3208 215068 821504\nSwap: 0 0 0\n' 2019-09-16 18:00:08,977 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-16 18:00:09,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46060 754848 3236 214892 816324\nSwap: 0 0 0\n' 2019-09-16 18:00:09,088 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=20 END 2019-09-16 18:00:09,088 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=21 START 2019-09-16 18:00:09,089 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:09,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40876 759856 3208 215068 821540\nSwap: 0 0 0\n' 2019-09-16 18:00:10,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45880 755028 3236 214892 816504\nSwap: 0 0 0\n' 2019-09-16 18:00:10,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759824 3208 215068 821508\nSwap: 0 0 0\n' 2019-09-16 18:00:10,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=71 END 2019-09-16 18:00:10,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=72 START 2019-09-16 18:00:10,982 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:11,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45848 755060 3236 214892 816536\nSwap: 0 0 0\n' 2019-09-16 18:00:11,112 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:11,114 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214892i,average.free=754943i,average.shared=3236i,average.total=1015800i,average.used=45964i,free.memory0.available="816508",free.memory0.buff/cache="214892",free.memory0.free="755032",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45876",free.memory1.available="816532",free.memory1.buff/cache="214892",free.memory1.free="755056",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45852",free.memory2.available="816508",free.memory2.buff/cache="214892",free.memory2.free="755032",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45876",free.memory3.available="816256",free.memory3.buff/cache="214892",free.memory3.free="754780",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46128",free.memory4.available="816436",free.memory4.buff/cache="214892",free.memory4.free="754960",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45948",free.memory5.available="816448",free.memory5.buff/cache="214892",free.memory5.free="754972",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45936",free.memory6.available="816324",free.memory6.buff/cache="214892",free.memory6.free="754848",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46060",free.memory7.available="816472",free.memory7.buff/cache="214892",free.memory7.free="754996",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45912",free.memory8.available="816416",free.memory8.buff/cache="214892",free.memory8.free="754940",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45968",free.memory9.available="816292",free.memory9.buff/cache="214892",free.memory9.free="754816",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46092",max.buff/cache=214892i,max.free=755056i,max.shared=3236i,max.total=1015800i,max.used=46128i 1568656807069777920 2019-09-16 18:00:11,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40780 759952 3208 215068 821636\nSwap: 0 0 0\n' 2019-09-16 18:00:11,214 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:11,216 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759813i,average.shared=3208i,average.total=1015800i,average.used=40918i,free.memory0.available="821472",free.memory0.buff/cache="215068",free.memory0.free="759788",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40944",free.memory1.available="821536",free.memory1.buff/cache="215068",free.memory1.free="759852",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40880",free.memory2.available="821472",free.memory2.buff/cache="215068",free.memory2.free="759788",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40944",free.memory3.available="821632",free.memory3.buff/cache="215068",free.memory3.free="759948",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40784",free.memory4.available="821536",free.memory4.buff/cache="215068",free.memory4.free="759852",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40880",free.memory5.available="821472",free.memory5.buff/cache="215068",free.memory5.free="759788",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40944",free.memory6.available="821440",free.memory6.buff/cache="215068",free.memory6.free="759756",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40976",free.memory7.available="821472",free.memory7.buff/cache="215068",free.memory7.free="759788",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40944",free.memory8.available="821440",free.memory8.buff/cache="215068",free.memory8.free="759756",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40976",free.memory9.available="821504",free.memory9.buff/cache="215068",free.memory9.free="759820",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40912",max.buff/cache=215068i,max.free=759948i,max.shared=3208i,max.total=1015800i,max.used=40976i 1568656809087933952 2019-09-16 18:00:11,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:11,364 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568656807965255936 2019-09-16 18:00:11,476 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:11,477 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.077 1568656810981262080 2019-09-16 18:00:12,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755036 3236 214892 816512\nSwap: 0 0 0\n' 2019-09-16 18:00:12,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759760 3208 215068 821444\nSwap: 0 0 0\n' 2019-09-16 18:00:12,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:00:13,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45996 754912 3236 214892 816388\nSwap: 0 0 0\n' 2019-09-16 18:00:13,142 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759824 3208 215068 821508\nSwap: 0 0 0\n' 2019-09-16 18:00:14,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45444 755464 3236 214892 816940\nSwap: 0 0 0\n' 2019-09-16 18:00:14,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759824 3208 215068 821508\nSwap: 0 0 0\n' 2019-09-16 18:00:14,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=72 END 2019-09-16 18:00:14,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=73 START 2019-09-16 18:00:14,202 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:14,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19915275 , "packets_per_second":999964, "flows":10100, "errors":0 }\n' 2019-09-16 18:00:14,292 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 18:00:14,305 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19221837' 2019-09-16 18:00:14,306 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 693438 - Lost ppm 34820 2019-09-16 18:00:14,306 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 34820 > sla_max_ppm 1000; ',) 2019-09-16 18:00:15,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44496 756412 3236 214892 817888\nSwap: 0 0 0\n' 2019-09-16 18:00:15,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41236 759484 3208 215080 821168\nSwap: 0 0 0\n' 2019-09-16 18:00:15,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:00:15,308 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15081 seq=2 END 2019-09-16 18:00:15,309 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:00:15,309 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:00:15,309 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:00:15,366 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:15,367 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999964i,packets_received=19221837i,packets_sent=19915275i,packetsize=64i,ppm=34820.0 1568656815308644096 2019-09-16 18:00:15,462 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:00:15,462 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:00:15,465 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:00:15,475 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:00:15,477 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 18:00:15,478 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 18:00:15,784 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:00:15,786 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 18:00:15,786 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 18:00:16,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44412 756560 3236 214828 818036\nSwap: 0 0 0\n' 2019-09-16 18:00:16,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:00:16,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759516 3208 215064 821204\nSwap: 0 0 0\n' 2019-09-16 18:00:17,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=22 END 2019-09-16 18:00:17,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=23 START 2019-09-16 18:00:17,081 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:17,085 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44396 756568 3236 214836 818036\nSwap: 0 0 0\n' 2019-09-16 18:00:17,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759516 3208 215064 821204\nSwap: 0 0 0\n' 2019-09-16 18:00:17,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=73 END 2019-09-16 18:00:17,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=74 START 2019-09-16 18:00:17,215 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:18,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44836 756104 3236 214860 817572\nSwap: 0 0 0\n' 2019-09-16 18:00:18,144 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759516 3208 215064 821204\nSwap: 0 0 0\n' 2019-09-16 18:00:18,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:00:19,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45204 755732 3236 214864 817208\nSwap: 0 0 0\n' 2019-09-16 18:00:19,147 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=21 END 2019-09-16 18:00:19,148 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=22 START 2019-09-16 18:00:19,148 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:19,153 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40932 759804 3208 215064 821492\nSwap: 0 0 0\n' 2019-09-16 18:00:19,167 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15087 seq=1 START 2019-09-16 18:00:19,168 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:00:19,182 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 300 64 20 1 1000000 2019-09-16 18:00:20,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44084 756848 3236 214868 818328\nSwap: 0 0 0\n' 2019-09-16 18:00:20,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41176 759548 3208 215076 821236\nSwap: 0 0 0\n' 2019-09-16 18:00:20,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=74 END 2019-09-16 18:00:20,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=75 START 2019-09-16 18:00:20,228 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:20,471 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:20,474 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214885i,average.free=755381i,average.shared=3236i,average.total=1015800i,average.used=45532i,free.memory0.available="816844",free.memory0.buff/cache="214892",free.memory0.free="755368",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45540",free.memory1.available="816604",free.memory1.buff/cache="214892",free.memory1.free="755128",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45780",free.memory2.available="816324",free.memory2.buff/cache="214892",free.memory2.free="754848",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46060",free.memory3.available="816504",free.memory3.buff/cache="214892",free.memory3.free="755028",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45880",free.memory4.available="816536",free.memory4.buff/cache="214892",free.memory4.free="755060",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45848",free.memory5.available="816512",free.memory5.buff/cache="214892",free.memory5.free="755036",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45872",free.memory6.available="816388",free.memory6.buff/cache="214892",free.memory6.free="754912",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45996",free.memory7.available="816940",free.memory7.buff/cache="214892",free.memory7.free="755464",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45444",free.memory8.available="817888",free.memory8.buff/cache="214892",free.memory8.free="756412",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44496",free.memory9.available="818036",free.memory9.buff/cache="214828",free.memory9.free="756560",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44412",max.buff/cache=214892i,max.free=756560i,max.shared=3236i,max.total=1015800i,max.used=46060i 1568656817080179968 2019-09-16 18:00:20,597 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:20,599 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759707i,average.shared=3208i,average.total=1015800i,average.used=41024i,free.memory0.available="821540",free.memory0.buff/cache="215068",free.memory0.free="759856",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40876",free.memory1.available="821508",free.memory1.buff/cache="215068",free.memory1.free="759824",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40908",free.memory2.available="821636",free.memory2.buff/cache="215068",free.memory2.free="759952",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40780",free.memory3.available="821444",free.memory3.buff/cache="215068",free.memory3.free="759760",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40972",free.memory4.available="821508",free.memory4.buff/cache="215068",free.memory4.free="759824",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40908",free.memory5.available="821508",free.memory5.buff/cache="215068",free.memory5.free="759824",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40908",free.memory6.available="821168",free.memory6.buff/cache="215080",free.memory6.free="759484",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41236",free.memory7.available="821204",free.memory7.buff/cache="215064",free.memory7.free="759516",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41220",free.memory8.available="821204",free.memory8.buff/cache="215064",free.memory8.free="759516",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41220",free.memory9.available="821204",free.memory9.buff/cache="215064",free.memory9.free="759516",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41220",max.buff/cache=215080i,max.free=759952i,max.shared=3208i,max.total=1015800i,max.used=41236i 1568656819147522048 2019-09-16 18:00:20,707 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:00:20,708 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568656814201297152 2019-09-16 18:00:20,802 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:20,803 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568656817214147072 2019-09-16 18:00:20,905 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:20,905 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656820227200000 2019-09-16 18:00:21,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44176 756732 3236 214892 818212\nSwap: 0 0 0\n' 2019-09-16 18:00:21,154 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41144 759580 3208 215076 821268\nSwap: 0 0 0\n' 2019-09-16 18:00:21,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:00:22,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45744 755164 3236 214892 816644\nSwap: 0 0 0\n' 2019-09-16 18:00:22,155 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759452 3208 215076 821204\nSwap: 0 0 0\n' 2019-09-16 18:00:23,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45720 755188 3236 214892 816668\nSwap: 0 0 0\n' 2019-09-16 18:00:23,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41304 759420 3208 215076 821172\nSwap: 0 0 0\n' 2019-09-16 18:00:23,239 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=75 END 2019-09-16 18:00:23,240 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=76 START 2019-09-16 18:00:23,240 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:24,086 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755040 3236 214896 816520\nSwap: 0 0 0\n' 2019-09-16 18:00:24,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41144 759580 3208 215076 821268\nSwap: 0 0 0\n' 2019-09-16 18:00:24,253 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 18:00:25,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46116 754788 3236 214896 816268\nSwap: 0 0 0\n' 2019-09-16 18:00:25,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41112 759612 3208 215076 821300\nSwap: 0 0 0\n' 2019-09-16 18:00:26,034 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:26,034 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568656823239469056 2019-09-16 18:00:26,087 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45884 755020 3236 214896 816500\nSwap: 0 0 0\n' 2019-09-16 18:00:26,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41272 759452 3208 215076 821140\nSwap: 0 0 0\n' 2019-09-16 18:00:26,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=76 END 2019-09-16 18:00:26,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=77 START 2019-09-16 18:00:26,259 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:27,090 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=23 END 2019-09-16 18:00:27,090 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=24 START 2019-09-16 18:00:27,091 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:27,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45644 755260 3236 214896 816740\nSwap: 0 0 0\n' 2019-09-16 18:00:27,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41304 759420 3208 215076 821108\nSwap: 0 0 0\n' 2019-09-16 18:00:27,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:00:28,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46000 754904 3236 214896 816384\nSwap: 0 0 0\n' 2019-09-16 18:00:28,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41144 759580 3208 215076 821268\nSwap: 0 0 0\n' 2019-09-16 18:00:29,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45852 755052 3236 214896 816532\nSwap: 0 0 0\n' 2019-09-16 18:00:29,162 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=22 END 2019-09-16 18:00:29,163 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=23 START 2019-09-16 18:00:29,163 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:29,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40940 759796 3208 215064 821484\nSwap: 0 0 0\n' 2019-09-16 18:00:29,273 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=77 END 2019-09-16 18:00:29,274 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=78 START 2019-09-16 18:00:29,274 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:30,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 754996 3236 214896 816476\nSwap: 0 0 0\n' 2019-09-16 18:00:30,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759764 3208 215064 821452\nSwap: 0 0 0\n' 2019-09-16 18:00:30,285 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 18:00:31,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 754936 3236 214896 816416\nSwap: 0 0 0\n' 2019-09-16 18:00:31,168 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:31,170 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214879i,average.free=755718i,average.shared=3236i,average.total=1015800i,average.used=45202i,free.memory0.available="818036",free.memory0.buff/cache="214836",free.memory0.free="756568",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44396",free.memory1.available="817572",free.memory1.buff/cache="214860",free.memory1.free="756104",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44836",free.memory2.available="817208",free.memory2.buff/cache="214864",free.memory2.free="755732",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45204",free.memory3.available="818328",free.memory3.buff/cache="214868",free.memory3.free="756848",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44084",free.memory4.available="818212",free.memory4.buff/cache="214892",free.memory4.free="756732",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44176",free.memory5.available="816644",free.memory5.buff/cache="214892",free.memory5.free="755164",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45744",free.memory6.available="816668",free.memory6.buff/cache="214892",free.memory6.free="755188",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45720",free.memory7.available="816520",free.memory7.buff/cache="214896",free.memory7.free="755040",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45864",free.memory8.available="816268",free.memory8.buff/cache="214896",free.memory8.free="754788",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46116",free.memory9.available="816500",free.memory9.buff/cache="214896",free.memory9.free="755020",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45884",max.buff/cache=214896i,max.free=756848i,max.shared=3236i,max.total=1015800i,max.used=46116i 1568656827090104064 2019-09-16 18:00:31,271 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:31,273 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 759924 3208 215064 821612\nSwap: 0 0 0\n' 2019-09-16 18:00:31,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215074i,average.free=759544i,average.shared=3208i,average.total=1015800i,average.used=41180i,free.memory0.available="821492",free.memory0.buff/cache="215064",free.memory0.free="759804",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40932",free.memory1.available="821236",free.memory1.buff/cache="215076",free.memory1.free="759548",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41176",free.memory2.available="821268",free.memory2.buff/cache="215076",free.memory2.free="759580",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41144",free.memory3.available="821204",free.memory3.buff/cache="215076",free.memory3.free="759452",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41272",free.memory4.available="821172",free.memory4.buff/cache="215076",free.memory4.free="759420",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41304",free.memory5.available="821268",free.memory5.buff/cache="215076",free.memory5.free="759580",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41144",free.memory6.available="821300",free.memory6.buff/cache="215076",free.memory6.free="759612",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41112",free.memory7.available="821140",free.memory7.buff/cache="215076",free.memory7.free="759452",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41272",free.memory8.available="821108",free.memory8.buff/cache="215076",free.memory8.free="759420",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41304",free.memory9.available="821268",free.memory9.buff/cache="215076",free.memory9.free="759580",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41144",max.buff/cache=215076i,max.free=759804i,max.shared=3208i,max.total=1015800i,max.used=41304i 1568656829162622976 2019-09-16 18:00:31,417 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:31,418 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568656826258332928 2019-09-16 18:00:31,519 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:31,520 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568656829273644032 2019-09-16 18:00:32,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755084 3236 214896 816564\nSwap: 0 0 0\n' 2019-09-16 18:00:32,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821516\nSwap: 0 0 0\n' 2019-09-16 18:00:32,289 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=78 END 2019-09-16 18:00:32,290 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=79 START 2019-09-16 18:00:32,290 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:33,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45844 755060 3236 214896 816540\nSwap: 0 0 0\n' 2019-09-16 18:00:33,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821516\nSwap: 0 0 0\n' 2019-09-16 18:00:33,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:00:34,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 754936 3236 214896 816416\nSwap: 0 0 0\n' 2019-09-16 18:00:34,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821516\nSwap: 0 0 0\n' 2019-09-16 18:00:35,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755084 3236 214896 816564\nSwap: 0 0 0\n' 2019-09-16 18:00:35,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 759860 3208 215064 821548\nSwap: 0 0 0\n' 2019-09-16 18:00:35,305 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=79 END 2019-09-16 18:00:35,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=80 START 2019-09-16 18:00:35,306 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:36,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45812 755092 3236 214896 816572\nSwap: 0 0 0\n' 2019-09-16 18:00:36,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821516\nSwap: 0 0 0\n' 2019-09-16 18:00:36,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 18:00:36,622 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:36,623 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568656832289603072 2019-09-16 18:00:36,766 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:36,767 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568656835305723904 2019-09-16 18:00:37,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=24 END 2019-09-16 18:00:37,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=25 START 2019-09-16 18:00:37,101 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:37,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45772 755132 3236 214896 816612\nSwap: 0 0 0\n' 2019-09-16 18:00:37,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759764 3208 215064 821452\nSwap: 0 0 0\n' 2019-09-16 18:00:38,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45732 755172 3236 214896 816652\nSwap: 0 0 0\n' 2019-09-16 18:00:38,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40812 759924 3208 215064 821612\nSwap: 0 0 0\n' 2019-09-16 18:00:38,321 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=80 END 2019-09-16 18:00:38,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=81 START 2019-09-16 18:00:38,322 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:39,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45880 755024 3236 214896 816504\nSwap: 0 0 0\n' 2019-09-16 18:00:39,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=23 END 2019-09-16 18:00:39,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=24 START 2019-09-16 18:00:39,280 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:39,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40844 759892 3208 215064 821580\nSwap: 0 0 0\n' 2019-09-16 18:00:39,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 18:00:40,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46096 754808 3236 214896 816288\nSwap: 0 0 0\n' 2019-09-16 18:00:40,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759828 3208 215064 821516\nSwap: 0 0 0\n' 2019-09-16 18:00:41,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45948 754956 3236 214896 816436\nSwap: 0 0 0\n' 2019-09-16 18:00:41,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 759860 3208 215064 821548\nSwap: 0 0 0\n' 2019-09-16 18:00:41,336 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=81 END 2019-09-16 18:00:41,337 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=82 START 2019-09-16 18:00:41,337 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:41,861 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:41,863 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=755040i,average.shared=3236i,average.total=1015800i,average.used=45863i,free.memory0.available="816740",free.memory0.buff/cache="214896",free.memory0.free="755260",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45644",free.memory1.available="816384",free.memory1.buff/cache="214896",free.memory1.free="754904",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46000",free.memory2.available="816532",free.memory2.buff/cache="214896",free.memory2.free="755052",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45852",free.memory3.available="816476",free.memory3.buff/cache="214896",free.memory3.free="754996",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45908",free.memory4.available="816416",free.memory4.buff/cache="214896",free.memory4.free="754936",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45968",free.memory5.available="816564",free.memory5.buff/cache="214896",free.memory5.free="755084",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45820",free.memory6.available="816540",free.memory6.buff/cache="214896",free.memory6.free="755060",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45844",free.memory7.available="816416",free.memory7.buff/cache="214896",free.memory7.free="754936",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45968",free.memory8.available="816564",free.memory8.buff/cache="214896",free.memory8.free="755084",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45820",free.memory9.available="816572",free.memory9.buff/cache="214896",free.memory9.free="755092",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45812",max.buff/cache=214896i,max.free=755260i,max.shared=3236i,max.total=1015800i,max.used=46000i 1568656837100635904 2019-09-16 18:00:41,958 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:41,960 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215064i,average.free=759834i,average.shared=3208i,average.total=1015800i,average.used=40901i,free.memory0.available="821484",free.memory0.buff/cache="215064",free.memory0.free="759796",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40940",free.memory1.available="821452",free.memory1.buff/cache="215064",free.memory1.free="759764",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40972",free.memory2.available="821612",free.memory2.buff/cache="215064",free.memory2.free="759924",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40812",free.memory3.available="821516",free.memory3.buff/cache="215064",free.memory3.free="759828",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40908",free.memory4.available="821516",free.memory4.buff/cache="215064",free.memory4.free="759828",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40908",free.memory5.available="821516",free.memory5.buff/cache="215064",free.memory5.free="759828",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40908",free.memory6.available="821548",free.memory6.buff/cache="215064",free.memory6.free="759860",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40876",free.memory7.available="821516",free.memory7.buff/cache="215064",free.memory7.free="759828",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40908",free.memory8.available="821452",free.memory8.buff/cache="215064",free.memory8.free="759764",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40972",free.memory9.available="821612",free.memory9.buff/cache="215064",free.memory9.free="759924",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40812",max.buff/cache=215064i,max.free=759924i,max.shared=3208i,max.total=1015800i,max.used=40972i 1568656839278953984 2019-09-16 18:00:42,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:42,082 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568656838321892096 2019-09-16 18:00:42,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45700 755204 3236 214896 816684\nSwap: 0 0 0\n' 2019-09-16 18:00:42,179 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:42,180 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568656841336502016 2019-09-16 18:00:42,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40844 759892 3208 215064 821580\nSwap: 0 0 0\n' 2019-09-16 18:00:42,345 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:00:42,391 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19907188 , "packets_per_second":999969, "flows":90300, "errors":0 }\n' 2019-09-16 18:00:42,392 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:00:42,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19519412' 2019-09-16 18:00:42,406 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 387776 - Lost ppm 19480 2019-09-16 18:00:42,407 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 19480 > sla_max_ppm 1000; ',) 2019-09-16 18:00:43,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44604 756300 3236 214896 817780\nSwap: 0 0 0\n' 2019-09-16 18:00:43,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821240\nSwap: 0 0 0\n' 2019-09-16 18:00:43,411 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15087 seq=1 END 2019-09-16 18:00:43,411 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15087 seq=2 START 2019-09-16 18:00:43,412 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:00:43,426 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 300 64 20 1 1000000 2019-09-16 18:00:44,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43976 756928 3236 214896 818408\nSwap: 0 0 0\n' 2019-09-16 18:00:44,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821240\nSwap: 0 0 0\n' 2019-09-16 18:00:44,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=82 END 2019-09-16 18:00:44,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=83 START 2019-09-16 18:00:44,350 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:45,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44124 756780 3236 214896 818260\nSwap: 0 0 0\n' 2019-09-16 18:00:45,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821240\nSwap: 0 0 0\n' 2019-09-16 18:00:45,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:00:46,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45760 755144 3236 214896 816624\nSwap: 0 0 0\n' 2019-09-16 18:00:46,335 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821240\nSwap: 0 0 0\n' 2019-09-16 18:00:47,112 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=25 END 2019-09-16 18:00:47,113 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=26 START 2019-09-16 18:00:47,113 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:47,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45604 755300 3236 214896 816780\nSwap: 0 0 0\n' 2019-09-16 18:00:47,281 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:47,282 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999969i,packets_received=19519412i,packets_sent=19907188i,packetsize=64i,ppm=19480.0 1568656843410526976 2019-09-16 18:00:47,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821176\nSwap: 0 0 0\n' 2019-09-16 18:00:47,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=83 END 2019-09-16 18:00:47,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=84 START 2019-09-16 18:00:47,362 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:47,387 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:47,389 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=755544i,average.shared=3236i,average.total=1015800i,average.used=45359i,free.memory0.available="816612",free.memory0.buff/cache="214896",free.memory0.free="755132",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45772",free.memory1.available="816652",free.memory1.buff/cache="214896",free.memory1.free="755172",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45732",free.memory2.available="816504",free.memory2.buff/cache="214896",free.memory2.free="755024",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45880",free.memory3.available="816288",free.memory3.buff/cache="214896",free.memory3.free="754808",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46096",free.memory4.available="816436",free.memory4.buff/cache="214896",free.memory4.free="754956",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45948",free.memory5.available="816684",free.memory5.buff/cache="214896",free.memory5.free="755204",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45700",free.memory6.available="817780",free.memory6.buff/cache="214896",free.memory6.free="756300",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44604",free.memory7.available="818408",free.memory7.buff/cache="214896",free.memory7.free="756928",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="43976",free.memory8.available="818260",free.memory8.buff/cache="214896",free.memory8.free="756780",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44124",free.memory9.available="816624",free.memory9.buff/cache="214896",free.memory9.free="755144",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45760",max.buff/cache=214896i,max.free=756928i,max.shared=3236i,max.total=1015800i,max.used=46096i 1568656847112400896 2019-09-16 18:00:47,483 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:47,484 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656844349170944 2019-09-16 18:00:47,581 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:47,581 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568656847361572864 2019-09-16 18:00:48,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45728 755176 3236 214896 816656\nSwap: 0 0 0\n' 2019-09-16 18:00:48,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759584 3208 215084 821272\nSwap: 0 0 0\n' 2019-09-16 18:00:48,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 18:00:49,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46100 754804 3236 214896 816284\nSwap: 0 0 0\n' 2019-09-16 18:00:49,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=24 END 2019-09-16 18:00:49,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=25 START 2019-09-16 18:00:49,341 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:49,423 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40972 759764 3208 215064 821452\nSwap: 0 0 0\n' 2019-09-16 18:00:50,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45828 755076 3236 214896 816556\nSwap: 0 0 0\n' 2019-09-16 18:00:50,378 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=84 END 2019-09-16 18:00:50,378 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=85 START 2019-09-16 18:00:50,378 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:50,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759668 3208 215064 821356\nSwap: 0 0 0\n' 2019-09-16 18:00:51,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755084 3236 214896 816564\nSwap: 0 0 0\n' 2019-09-16 18:00:51,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.060' 2019-09-16 18:00:51,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 759636 3208 215064 821324\nSwap: 0 0 0\n' 2019-09-16 18:00:52,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46068 754836 3236 214896 816316\nSwap: 0 0 0\n' 2019-09-16 18:00:52,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 759636 3208 215064 821324\nSwap: 0 0 0\n' 2019-09-16 18:00:52,688 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:52,690 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215076i,average.free=759681i,average.shared=3208i,average.total=1015800i,average.used=41042i,free.memory0.available="821580",free.memory0.buff/cache="215064",free.memory0.free="759892",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40844",free.memory1.available="821516",free.memory1.buff/cache="215064",free.memory1.free="759828",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40908",free.memory2.available="821548",free.memory2.buff/cache="215064",free.memory2.free="759860",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40876",free.memory3.available="821580",free.memory3.buff/cache="215064",free.memory3.free="759892",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40844",free.memory4.available="821240",free.memory4.buff/cache="215084",free.memory4.free="759552",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41164",free.memory5.available="821240",free.memory5.buff/cache="215084",free.memory5.free="759552",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41164",free.memory6.available="821240",free.memory6.buff/cache="215084",free.memory6.free="759552",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41164",free.memory7.available="821240",free.memory7.buff/cache="215084",free.memory7.free="759552",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41164",free.memory8.available="821176",free.memory8.buff/cache="215084",free.memory8.free="759552",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41164",free.memory9.available="821272",free.memory9.buff/cache="215084",free.memory9.free="759584",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41132",max.buff/cache=215084i,max.free=759892i,max.shared=3208i,max.total=1015800i,max.used=41164i 1568656849340965120 2019-09-16 18:00:52,816 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:52,817 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568656850377943040 2019-09-16 18:00:53,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45796 755108 3236 214896 816588\nSwap: 0 0 0\n' 2019-09-16 18:00:53,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=85 END 2019-09-16 18:00:53,395 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=86 START 2019-09-16 18:00:53,395 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:53,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759668 3208 215064 821356\nSwap: 0 0 0\n' 2019-09-16 18:00:54,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755084 3236 214896 816564\nSwap: 0 0 0\n' 2019-09-16 18:00:54,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:00:54,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41036 759700 3208 215064 821388\nSwap: 0 0 0\n' 2019-09-16 18:00:55,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46068 754836 3236 214896 816316\nSwap: 0 0 0\n' 2019-09-16 18:00:55,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759668 3208 215064 821356\nSwap: 0 0 0\n' 2019-09-16 18:00:56,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 754980 3236 214896 816460\nSwap: 0 0 0\n' 2019-09-16 18:00:56,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=86 END 2019-09-16 18:00:56,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=87 START 2019-09-16 18:00:56,411 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:00:56,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759732 3208 215064 821420\nSwap: 0 0 0\n' 2019-09-16 18:00:57,123 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=26 END 2019-09-16 18:00:57,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=27 START 2019-09-16 18:00:57,124 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:57,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45808 755096 3236 214896 816576\nSwap: 0 0 0\n' 2019-09-16 18:00:57,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759668 3208 215064 821356\nSwap: 0 0 0\n' 2019-09-16 18:00:57,917 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:57,919 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=755028i,average.shared=3236i,average.total=1015800i,average.used=45875i,free.memory0.available="816780",free.memory0.buff/cache="214896",free.memory0.free="755300",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45604",free.memory1.available="816656",free.memory1.buff/cache="214896",free.memory1.free="755176",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45728",free.memory2.available="816284",free.memory2.buff/cache="214896",free.memory2.free="754804",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46100",free.memory3.available="816556",free.memory3.buff/cache="214896",free.memory3.free="755076",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45828",free.memory4.available="816564",free.memory4.buff/cache="214896",free.memory4.free="755084",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45820",free.memory5.available="816316",free.memory5.buff/cache="214896",free.memory5.free="754836",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46068",free.memory6.available="816588",free.memory6.buff/cache="214896",free.memory6.free="755108",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45796",free.memory7.available="816564",free.memory7.buff/cache="214896",free.memory7.free="755084",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45820",free.memory8.available="816316",free.memory8.buff/cache="214896",free.memory8.free="754836",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46068",free.memory9.available="816460",free.memory9.buff/cache="214896",free.memory9.free="754980",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45924",max.buff/cache=214896i,max.free=755300i,max.shared=3236i,max.total=1015800i,max.used=46100i 1568656857123585024 2019-09-16 18:00:58,058 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:00:58,058 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.06 1568656853394337024 2019-09-16 18:00:58,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:00:58,154 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:00:58,155 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656856410036992 2019-09-16 18:00:58,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759604 3208 215064 821292\nSwap: 0 0 0\n' 2019-09-16 18:00:59,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:00:59,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=25 END 2019-09-16 18:00:59,495 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=26 START 2019-09-16 18:00:59,495 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:00:59,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40848 759888 3208 215064 821576\nSwap: 0 0 0\n' 2019-09-16 18:01:00,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46392 754512 3236 214896 815992\nSwap: 0 0 0\n' 2019-09-16 18:01:00,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759824 3208 215064 821512\nSwap: 0 0 0\n' 2019-09-16 18:01:01,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:01:01,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759792 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 18:01:02,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:01:02,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759760 3208 215064 821448\nSwap: 0 0 0\n' 2019-09-16 18:01:03,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:01:03,256 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:03,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215064i,average.free=759674i,average.shared=3208i,average.total=1015800i,average.used=41061i,free.memory0.available="821452",free.memory0.buff/cache="215064",free.memory0.free="759764",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40972",free.memory1.available="821356",free.memory1.buff/cache="215064",free.memory1.free="759668",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41068",free.memory2.available="821324",free.memory2.buff/cache="215064",free.memory2.free="759636",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41100",free.memory3.available="821324",free.memory3.buff/cache="215064",free.memory3.free="759636",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41100",free.memory4.available="821356",free.memory4.buff/cache="215064",free.memory4.free="759668",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41068",free.memory5.available="821388",free.memory5.buff/cache="215064",free.memory5.free="759700",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41036",free.memory6.available="821356",free.memory6.buff/cache="215064",free.memory6.free="759668",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41068",free.memory7.available="821420",free.memory7.buff/cache="215064",free.memory7.free="759732",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41004",free.memory8.available="821356",free.memory8.buff/cache="215064",free.memory8.free="759668",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41068",free.memory9.available="821292",free.memory9.buff/cache="215064",free.memory9.free="759604",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41132",max.buff/cache=215064i,max.free=759764i,max.shared=3208i,max.total=1015800i,max.used=41132i 1568656859494450176 2019-09-16 18:01:03,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759824 3208 215064 821512\nSwap: 0 0 0\n' 2019-09-16 18:01:04,130 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:01:04,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759792 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 18:01:05,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46360 754544 3236 214896 816024\nSwap: 0 0 0\n' 2019-09-16 18:01:05,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40944 759792 3208 215064 821480\nSwap: 0 0 0\n' 2019-09-16 18:01:06,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46336 754568 3236 214896 816048\nSwap: 0 0 0\n' 2019-09-16 18:01:06,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759760 3208 215064 821448\nSwap: 0 0 0\n' 2019-09-16 18:01:06,604 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19915289 , "packets_per_second":999955, "flows":90300, "errors":0 }\n' 2019-09-16 18:01:06,605 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:01:06,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19560949' 2019-09-16 18:01:06,619 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 354340 - Lost ppm 17793 2019-09-16 18:01:06,619 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 17793 > sla_max_ppm 1000; ',) 2019-09-16 18:01:07,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=27 END 2019-09-16 18:01:07,134 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=28 START 2019-09-16 18:01:07,135 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:07,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45192 755712 3236 214896 817192\nSwap: 0 0 0\n' 2019-09-16 18:01:07,419 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC070-abbc28e6' timeout 2019-09-16 18:01:07,420 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:01:07,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41296 759420 3208 215084 821108\nSwap: 0 0 0\n' 2019-09-16 18:01:07,621 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15087 seq=2 END 2019-09-16 18:01:07,622 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:01:07,622 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:01:07,622 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:01:07,660 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:07,661 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999955i,packets_received=19560949i,packets_sent=19915289i,packetsize=64i,ppm=17793.0 1568656867621522944 2019-09-16 18:01:07,762 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:01:07,763 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:01:07,765 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:01:07,776 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:01:07,778 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 18:01:07,779 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 18:01:08,086 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:01:08,088 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 18:01:08,089 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 18:01:08,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43580 757420 3208 214800 818900\nSwap: 0 0 0\n' 2019-09-16 18:01:08,354 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:01:08,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=87 END 2019-09-16 18:01:08,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=88 START 2019-09-16 18:01:08,423 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:08,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41280 759452 3208 215068 821140\nSwap: 0 0 0\n' 2019-09-16 18:01:09,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44800 756140 3236 214860 817612\nSwap: 0 0 0\n' 2019-09-16 18:01:09,432 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.342' 2019-09-16 18:01:09,601 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=26 END 2019-09-16 18:01:09,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=27 START 2019-09-16 18:01:09,602 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:09,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40940 759792 3208 215068 821480\nSwap: 0 0 0\n' 2019-09-16 18:01:10,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45056 755880 3236 214864 817352\nSwap: 0 0 0\n' 2019-09-16 18:01:10,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40904 759828 3208 215068 821516\nSwap: 0 0 0\n' 2019-09-16 18:01:11,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44860 756072 3236 214868 817552\nSwap: 0 0 0\n' 2019-09-16 18:01:11,404 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15093 seq=1 START 2019-09-16 18:01:11,404 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:01:11,418 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 500 64 20 1 1000000 2019-09-16 18:01:11,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=88 END 2019-09-16 18:01:11,435 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=89 START 2019-09-16 18:01:11,436 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:11,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41264 759456 3208 215080 821144\nSwap: 0 0 0\n' 2019-09-16 18:01:12,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44040 756892 3236 214868 818372\nSwap: 0 0 0\n' 2019-09-16 18:01:12,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:01:12,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41264 759456 3208 215080 821144\nSwap: 0 0 0\n' 2019-09-16 18:01:12,772 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:12,774 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=754598i,average.shared=3236i,average.total=1015800i,average.used=46305i,free.memory0.available="816576",free.memory0.buff/cache="214896",free.memory0.free="755096",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45808",free.memory1.available="816024",free.memory1.buff/cache="214896",free.memory1.free="754544",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46360",free.memory2.available="816024",free.memory2.buff/cache="214896",free.memory2.free="754544",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46360",free.memory3.available="815992",free.memory3.buff/cache="214896",free.memory3.free="754512",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46392",free.memory4.available="816024",free.memory4.buff/cache="214896",free.memory4.free="754544",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46360",free.memory5.available="816024",free.memory5.buff/cache="214896",free.memory5.free="754544",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46360",free.memory6.available="816024",free.memory6.buff/cache="214896",free.memory6.free="754544",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46360",free.memory7.available="816024",free.memory7.buff/cache="214896",free.memory7.free="754544",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="46360",free.memory8.available="816024",free.memory8.buff/cache="214896",free.memory8.free="754544",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46360",free.memory9.available="816048",free.memory9.buff/cache="214896",free.memory9.free="754568",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46336",max.buff/cache=214896i,max.free=755096i,max.shared=3236i,max.total=1015800i,max.used=46392i 1568656867134064896 2019-09-16 18:01:12,887 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:12,889 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215066i,average.free=759730i,average.shared=3208i,average.total=1015800i,average.used=41003i,free.memory0.available="821576",free.memory0.buff/cache="215064",free.memory0.free="759888",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40848",free.memory1.available="821512",free.memory1.buff/cache="215064",free.memory1.free="759824",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40912",free.memory2.available="821480",free.memory2.buff/cache="215064",free.memory2.free="759792",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40944",free.memory3.available="821448",free.memory3.buff/cache="215064",free.memory3.free="759760",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40976",free.memory4.available="821512",free.memory4.buff/cache="215064",free.memory4.free="759824",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40912",free.memory5.available="821480",free.memory5.buff/cache="215064",free.memory5.free="759792",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40944",free.memory6.available="821480",free.memory6.buff/cache="215064",free.memory6.free="759792",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40944",free.memory7.available="821448",free.memory7.buff/cache="215064",free.memory7.free="759760",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40976",free.memory8.available="821108",free.memory8.buff/cache="215084",free.memory8.free="759420",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41296",free.memory9.available="821140",free.memory9.buff/cache="215068",free.memory9.free="759452",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41280",max.buff/cache=215084i,max.free=759888i,max.shared=3208i,max.total=1015800i,max.used=41296i 1568656869601772032 2019-09-16 18:01:12,989 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:12,990 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568656868422727168 2019-09-16 18:01:13,093 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:13,094 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.342 1568656871435124992 2019-09-16 18:01:13,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44280 756644 3236 214876 818124\nSwap: 0 0 0\n' 2019-09-16 18:01:13,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41296 759424 3208 215080 821112\nSwap: 0 0 0\n' 2019-09-16 18:01:14,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45420 755504 3236 214876 816984\nSwap: 0 0 0\n' 2019-09-16 18:01:14,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=89 END 2019-09-16 18:01:14,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=90 START 2019-09-16 18:01:14,448 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:14,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41360 759360 3208 215080 821048\nSwap: 0 0 0\n' 2019-09-16 18:01:15,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45672 755232 3236 214896 816712\nSwap: 0 0 0\n' 2019-09-16 18:01:15,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:01:15,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41136 759584 3208 215080 821272\nSwap: 0 0 0\n' 2019-09-16 18:01:16,141 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45920 754984 3236 214896 816464\nSwap: 0 0 0\n' 2019-09-16 18:01:16,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41264 759456 3208 215080 821144\nSwap: 0 0 0\n' 2019-09-16 18:01:17,144 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=28 END 2019-09-16 18:01:17,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=29 START 2019-09-16 18:01:17,146 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:17,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45404 755500 3236 214896 816980\nSwap: 0 0 0\n' 2019-09-16 18:01:17,462 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=90 END 2019-09-16 18:01:17,463 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=91 START 2019-09-16 18:01:17,463 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:17,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41328 759392 3208 215080 821080\nSwap: 0 0 0\n' 2019-09-16 18:01:18,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45688 755244 3236 214868 816724\nSwap: 0 0 0\n' 2019-09-16 18:01:18,215 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:18,218 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214870i,average.free=756048i,average.shared=3233i,average.total=1015800i,average.used=44882i,free.memory0.available="817192",free.memory0.buff/cache="214896",free.memory0.free="755712",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45192",free.memory1.available="818900",free.memory1.buff/cache="214800",free.memory1.free="757420",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="43580",free.memory2.available="817612",free.memory2.buff/cache="214860",free.memory2.free="756140",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44800",free.memory3.available="817352",free.memory3.buff/cache="214864",free.memory3.free="755880",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45056",free.memory4.available="817552",free.memory4.buff/cache="214868",free.memory4.free="756072",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44860",free.memory5.available="818372",free.memory5.buff/cache="214868",free.memory5.free="756892",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44040",free.memory6.available="818124",free.memory6.buff/cache="214876",free.memory6.free="756644",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44280",free.memory7.available="816984",free.memory7.buff/cache="214876",free.memory7.free="755504",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45420",free.memory8.available="816712",free.memory8.buff/cache="214896",free.memory8.free="755232",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45672",free.memory9.available="816464",free.memory9.buff/cache="214896",free.memory9.free="754984",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45920",max.buff/cache=214896i,max.free=757420i,max.shared=3236i,max.total=1015800i,max.used=45920i 1568656877144783872 2019-09-16 18:01:18,328 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:18,329 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568656874447249920 2019-09-16 18:01:18,432 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:18,432 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568656877462364928 2019-09-16 18:01:18,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 18:01:18,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41296 759424 3208 215080 821112\nSwap: 0 0 0\n' 2019-09-16 18:01:19,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45936 754996 3236 214868 816476\nSwap: 0 0 0\n' 2019-09-16 18:01:19,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=27 END 2019-09-16 18:01:19,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=28 START 2019-09-16 18:01:19,772 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:19,882 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41060 759672 3208 215068 821360\nSwap: 0 0 0\n' 2019-09-16 18:01:20,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45980 754952 3236 214868 816432\nSwap: 0 0 0\n' 2019-09-16 18:01:20,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=91 END 2019-09-16 18:01:20,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=92 START 2019-09-16 18:01:20,479 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:20,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 759704 3208 215068 821392\nSwap: 0 0 0\n' 2019-09-16 18:01:21,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46004 754928 3236 214868 816408\nSwap: 0 0 0\n' 2019-09-16 18:01:21,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 18:01:21,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41092 759640 3208 215068 821328\nSwap: 0 0 0\n' 2019-09-16 18:01:22,151 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46096 754836 3236 214868 816316\nSwap: 0 0 0\n' 2019-09-16 18:01:22,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40996 759736 3208 215068 821424\nSwap: 0 0 0\n' 2019-09-16 18:01:23,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 754968 3236 214868 816448\nSwap: 0 0 0\n' 2019-09-16 18:01:23,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=92 END 2019-09-16 18:01:23,494 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=93 START 2019-09-16 18:01:23,495 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:23,532 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:23,534 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215077i,average.free=759517i,average.shared=3208i,average.total=1015800i,average.used=41205i,free.memory0.available="821480",free.memory0.buff/cache="215068",free.memory0.free="759792",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40940",free.memory1.available="821516",free.memory1.buff/cache="215068",free.memory1.free="759828",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40904",free.memory2.available="821144",free.memory2.buff/cache="215080",free.memory2.free="759456",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41264",free.memory3.available="821144",free.memory3.buff/cache="215080",free.memory3.free="759456",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41264",free.memory4.available="821112",free.memory4.buff/cache="215080",free.memory4.free="759424",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41296",free.memory5.available="821048",free.memory5.buff/cache="215080",free.memory5.free="759360",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41360",free.memory6.available="821272",free.memory6.buff/cache="215080",free.memory6.free="759584",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41136",free.memory7.available="821144",free.memory7.buff/cache="215080",free.memory7.free="759456",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41264",free.memory8.available="821080",free.memory8.buff/cache="215080",free.memory8.free="759392",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41328",free.memory9.available="821112",free.memory9.buff/cache="215080",free.memory9.free="759424",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41296",max.buff/cache=215080i,max.free=759828i,max.shared=3208i,max.total=1015800i,max.used=41360i 1568656879771759104 2019-09-16 18:01:23,672 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:23,673 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568656880478076928 2019-09-16 18:01:23,813 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:23,814 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656883494081024 2019-09-16 18:01:23,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 759608 3208 215068 821296\nSwap: 0 0 0\n' 2019-09-16 18:01:24,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 754976 3236 214868 816456\nSwap: 0 0 0\n' 2019-09-16 18:01:24,505 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:01:24,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41124 759608 3208 215068 821296\nSwap: 0 0 0\n' 2019-09-16 18:01:25,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46080 754852 3236 214868 816332\nSwap: 0 0 0\n' 2019-09-16 18:01:25,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 759768 3208 215068 821456\nSwap: 0 0 0\n' 2019-09-16 18:01:26,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 755032 3236 214868 816512\nSwap: 0 0 0\n' 2019-09-16 18:01:26,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=93 END 2019-09-16 18:01:26,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=94 START 2019-09-16 18:01:26,511 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:26,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41060 759672 3208 215068 821360\nSwap: 0 0 0\n' 2019-09-16 18:01:27,155 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=29 END 2019-09-16 18:01:27,156 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=30 START 2019-09-16 18:01:27,156 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:27,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45636 755296 3236 214868 816776\nSwap: 0 0 0\n' 2019-09-16 18:01:27,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:01:27,886 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40996 759736 3208 215068 821424\nSwap: 0 0 0\n' 2019-09-16 18:01:28,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 754948 3236 214868 816428\nSwap: 0 0 0\n' 2019-09-16 18:01:28,887 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40980 759752 3208 215068 821440\nSwap: 0 0 0\n' 2019-09-16 18:01:28,940 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:28,942 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214870i,average.free=755028i,average.shared=3236i,average.total=1015800i,average.used=45900i,free.memory0.available="816980",free.memory0.buff/cache="214896",free.memory0.free="755500",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45404",free.memory1.available="816724",free.memory1.buff/cache="214868",free.memory1.free="755244",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45688",free.memory2.available="816476",free.memory2.buff/cache="214868",free.memory2.free="754996",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45936",free.memory3.available="816432",free.memory3.buff/cache="214868",free.memory3.free="754952",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45980",free.memory4.available="816408",free.memory4.buff/cache="214868",free.memory4.free="754928",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="46004",free.memory5.available="816316",free.memory5.buff/cache="214868",free.memory5.free="754836",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46096",free.memory6.available="816448",free.memory6.buff/cache="214868",free.memory6.free="754968",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45964",free.memory7.available="816456",free.memory7.buff/cache="214868",free.memory7.free="754976",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45956",free.memory8.available="816332",free.memory8.buff/cache="214868",free.memory8.free="754852",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46080",free.memory9.available="816512",free.memory9.buff/cache="214868",free.memory9.free="755032",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45900",max.buff/cache=214896i,max.free=755500i,max.shared=3236i,max.total=1015800i,max.used=46096i 1568656887155790080 2019-09-16 18:01:29,083 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:29,084 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656886510078976 2019-09-16 18:01:29,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 755096 3236 214868 816576\nSwap: 0 0 0\n' 2019-09-16 18:01:29,526 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=94 END 2019-09-16 18:01:29,526 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=95 START 2019-09-16 18:01:29,527 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:29,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=28 END 2019-09-16 18:01:29,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=29 START 2019-09-16 18:01:29,891 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:29,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41048 759684 3208 215068 821372\nSwap: 0 0 0\n' 2019-09-16 18:01:30,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45860 755072 3236 214868 816552\nSwap: 0 0 0\n' 2019-09-16 18:01:30,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.095' 2019-09-16 18:01:30,978 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41016 759716 3208 215068 821404\nSwap: 0 0 0\n' 2019-09-16 18:01:31,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 754948 3236 214868 816428\nSwap: 0 0 0\n' 2019-09-16 18:01:31,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41016 759716 3208 215068 821404\nSwap: 0 0 0\n' 2019-09-16 18:01:32,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45804 755128 3236 214868 816608\nSwap: 0 0 0\n' 2019-09-16 18:01:32,542 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=95 END 2019-09-16 18:01:32,543 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=96 START 2019-09-16 18:01:32,543 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:32,983 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40888 759844 3208 215068 821532\nSwap: 0 0 0\n' 2019-09-16 18:01:33,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45828 755104 3236 214868 816584\nSwap: 0 0 0\n' 2019-09-16 18:01:33,554 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:01:33,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41016 759716 3208 215068 821404\nSwap: 0 0 0\n' 2019-09-16 18:01:34,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45688 755244 3236 214868 816724\nSwap: 0 0 0\n' 2019-09-16 18:01:34,198 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:34,201 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215068i,average.free=759689i,average.shared=3208i,average.total=1015800i,average.used=41042i,free.memory0.available="821360",free.memory0.buff/cache="215068",free.memory0.free="759672",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41060",free.memory1.available="821392",free.memory1.buff/cache="215068",free.memory1.free="759704",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41028",free.memory2.available="821328",free.memory2.buff/cache="215068",free.memory2.free="759640",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41092",free.memory3.available="821424",free.memory3.buff/cache="215068",free.memory3.free="759736",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40996",free.memory4.available="821296",free.memory4.buff/cache="215068",free.memory4.free="759608",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41124",free.memory5.available="821296",free.memory5.buff/cache="215068",free.memory5.free="759608",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41124",free.memory6.available="821456",free.memory6.buff/cache="215068",free.memory6.free="759768",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40964",free.memory7.available="821360",free.memory7.buff/cache="215068",free.memory7.free="759672",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41060",free.memory8.available="821424",free.memory8.buff/cache="215068",free.memory8.free="759736",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40996",free.memory9.available="821440",free.memory9.buff/cache="215068",free.memory9.free="759752",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40980",max.buff/cache=215068i,max.free=759768i,max.shared=3208i,max.total=1015800i,max.used=41124i 1568656889889889024 2019-09-16 18:01:34,335 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:34,336 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656889526144000 2019-09-16 18:01:34,429 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:34,430 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.095 1568656892542288896 2019-09-16 18:01:34,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19923502 , "packets_per_second":999965, "flows":250500, "errors":0 }\n' 2019-09-16 18:01:34,629 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:01:34,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19559853' 2019-09-16 18:01:34,643 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 363649 - Lost ppm 18253 2019-09-16 18:01:34,644 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18253 > sla_max_ppm 1000; ',) 2019-09-16 18:01:34,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41244 759468 3208 215088 821156\nSwap: 0 0 0\n' 2019-09-16 18:01:35,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44344 756588 3236 214868 818068\nSwap: 0 0 0\n' 2019-09-16 18:01:35,558 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=96 END 2019-09-16 18:01:35,558 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=97 START 2019-09-16 18:01:35,559 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:35,648 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15093 seq=1 END 2019-09-16 18:01:35,649 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15093 seq=2 START 2019-09-16 18:01:35,649 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:01:35,664 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 500 64 20 1 1000000 2019-09-16 18:01:35,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41240 759468 3208 215092 821160\nSwap: 0 0 0\n' 2019-09-16 18:01:36,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43980 756952 3236 214868 818432\nSwap: 0 0 0\n' 2019-09-16 18:01:36,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:01:36,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41208 759500 3208 215092 821192\nSwap: 0 0 0\n' 2019-09-16 18:01:37,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=30 END 2019-09-16 18:01:37,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=31 START 2019-09-16 18:01:37,167 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:37,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43832 757100 3236 214868 818580\nSwap: 0 0 0\n' 2019-09-16 18:01:37,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41144 759564 3208 215092 821256\nSwap: 0 0 0\n' 2019-09-16 18:01:38,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45532 755400 3236 214868 816880\nSwap: 0 0 0\n' 2019-09-16 18:01:38,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=97 END 2019-09-16 18:01:38,571 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=98 START 2019-09-16 18:01:38,572 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:38,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41208 759500 3208 215092 821192\nSwap: 0 0 0\n' 2019-09-16 18:01:39,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755112 3236 214868 816592\nSwap: 0 0 0\n' 2019-09-16 18:01:39,525 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:39,526 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999965i,packets_received=19559853i,packets_sent=19923502i,packetsize=64i,ppm=18253.0 1568656895648055040 2019-09-16 18:01:39,582 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:01:39,622 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:39,625 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214868i,average.free=755437i,average.shared=3236i,average.total=1015800i,average.used=45494i,free.memory0.available="816776",free.memory0.buff/cache="214868",free.memory0.free="755296",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45636",free.memory1.available="816428",free.memory1.buff/cache="214868",free.memory1.free="754948",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45984",free.memory2.available="816576",free.memory2.buff/cache="214868",free.memory2.free="755096",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45836",free.memory3.available="816552",free.memory3.buff/cache="214868",free.memory3.free="755072",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45860",free.memory4.available="816428",free.memory4.buff/cache="214868",free.memory4.free="754948",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45984",free.memory5.available="816608",free.memory5.buff/cache="214868",free.memory5.free="755128",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45804",free.memory6.available="816584",free.memory6.buff/cache="214868",free.memory6.free="755104",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45828",free.memory7.available="816724",free.memory7.buff/cache="214868",free.memory7.free="755244",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45688",free.memory8.available="818068",free.memory8.buff/cache="214868",free.memory8.free="756588",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44344",free.memory9.available="818432",free.memory9.buff/cache="214868",free.memory9.free="756952",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="43980",max.buff/cache=214868i,max.free=756952i,max.shared=3236i,max.total=1015800i,max.used=45984i 1568656897166324992 2019-09-16 18:01:39,767 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:39,768 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568656895558077952 2019-09-16 18:01:39,875 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:39,876 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568656898571072000 2019-09-16 18:01:39,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=29 END 2019-09-16 18:01:39,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=30 START 2019-09-16 18:01:39,989 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:40,085 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41008 759720 3208 215072 821412\nSwap: 0 0 0\n' 2019-09-16 18:01:40,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46052 754880 3236 214868 816360\nSwap: 0 0 0\n' 2019-09-16 18:01:41,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41040 759688 3208 215072 821380\nSwap: 0 0 0\n' 2019-09-16 18:01:41,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755060 3236 214868 816540\nSwap: 0 0 0\n' 2019-09-16 18:01:41,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=98 END 2019-09-16 18:01:41,587 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=99 START 2019-09-16 18:01:41,587 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:42,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759752 3208 215072 821444\nSwap: 0 0 0\n' 2019-09-16 18:01:42,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 754976 3236 214868 816456\nSwap: 0 0 0\n' 2019-09-16 18:01:42,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:01:43,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759848 3208 215072 821540\nSwap: 0 0 0\n' 2019-09-16 18:01:43,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 754884 3236 214868 816364\nSwap: 0 0 0\n' 2019-09-16 18:01:44,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759816 3208 215072 821508\nSwap: 0 0 0\n' 2019-09-16 18:01:44,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 755032 3236 214868 816512\nSwap: 0 0 0\n' 2019-09-16 18:01:44,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=99 END 2019-09-16 18:01:44,603 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=100 START 2019-09-16 18:01:44,603 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:44,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:44,976 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215079i,average.free=759617i,average.shared=3208i,average.total=1015800i,average.used=41102i,free.memory0.available="821372",free.memory0.buff/cache="215068",free.memory0.free="759684",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41048",free.memory1.available="821404",free.memory1.buff/cache="215068",free.memory1.free="759716",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41016",free.memory2.available="821404",free.memory2.buff/cache="215068",free.memory2.free="759716",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41016",free.memory3.available="821532",free.memory3.buff/cache="215068",free.memory3.free="759844",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40888",free.memory4.available="821404",free.memory4.buff/cache="215068",free.memory4.free="759716",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41016",free.memory5.available="821156",free.memory5.buff/cache="215088",free.memory5.free="759468",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41244",free.memory6.available="821160",free.memory6.buff/cache="215092",free.memory6.free="759468",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41240",free.memory7.available="821192",free.memory7.buff/cache="215092",free.memory7.free="759500",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41208",free.memory8.available="821256",free.memory8.buff/cache="215092",free.memory8.free="759564",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41144",free.memory9.available="821192",free.memory9.buff/cache="215092",free.memory9.free="759500",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41208",max.buff/cache=215092i,max.free=759844i,max.shared=3208i,max.total=1015800i,max.used=41244i 1568656899987916032 2019-09-16 18:01:45,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759768 3208 215072 821460\nSwap: 0 0 0\n' 2019-09-16 18:01:45,141 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:01:45,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656901586725120 2019-09-16 18:01:45,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45864 755068 3236 214868 816548\nSwap: 0 0 0\n' 2019-09-16 18:01:45,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:45,245 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656904602428928 2019-09-16 18:01:45,614 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 18:01:46,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759768 3208 215072 821460\nSwap: 0 0 0\n' 2019-09-16 18:01:46,174 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45988 754944 3236 214868 816424\nSwap: 0 0 0\n' 2019-09-16 18:01:47,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41024 759704 3208 215072 821396\nSwap: 0 0 0\n' 2019-09-16 18:01:47,176 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=31 END 2019-09-16 18:01:47,177 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=32 START 2019-09-16 18:01:47,177 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:47,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45592 755340 3236 214868 816820\nSwap: 0 0 0\n' 2019-09-16 18:01:47,618 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=100 END 2019-09-16 18:01:47,619 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=101 START 2019-09-16 18:01:47,619 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:48,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759768 3208 215072 821460\nSwap: 0 0 0\n' 2019-09-16 18:01:48,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45832 755100 3236 214868 816580\nSwap: 0 0 0\n' 2019-09-16 18:01:48,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:01:49,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759832 3208 215072 821524\nSwap: 0 0 0\n' 2019-09-16 18:01:49,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45996 754936 3236 214868 816416\nSwap: 0 0 0\n' 2019-09-16 18:01:50,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=30 END 2019-09-16 18:01:50,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=31 START 2019-09-16 18:01:50,094 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:50,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755092 3236 214868 816572\nSwap: 0 0 0\n' 2019-09-16 18:01:50,193 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40864 759864 3208 215072 821556\nSwap: 0 0 0\n' 2019-09-16 18:01:50,342 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:50,344 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214868i,average.free=755245i,average.shared=3236i,average.total=1015800i,average.used=45686i,free.memory0.available="818580",free.memory0.buff/cache="214868",free.memory0.free="757100",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43832",free.memory1.available="816880",free.memory1.buff/cache="214868",free.memory1.free="755400",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45532",free.memory2.available="816592",free.memory2.buff/cache="214868",free.memory2.free="755112",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45820",free.memory3.available="816360",free.memory3.buff/cache="214868",free.memory3.free="754880",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46052",free.memory4.available="816540",free.memory4.buff/cache="214868",free.memory4.free="755060",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45872",free.memory5.available="816456",free.memory5.buff/cache="214868",free.memory5.free="754976",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45956",free.memory6.available="816364",free.memory6.buff/cache="214868",free.memory6.free="754884",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46048",free.memory7.available="816512",free.memory7.buff/cache="214868",free.memory7.free="755032",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45900",free.memory8.available="816548",free.memory8.buff/cache="214868",free.memory8.free="755068",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45864",free.memory9.available="816424",free.memory9.buff/cache="214868",free.memory9.free="754944",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45988",max.buff/cache=214868i,max.free=757100i,max.shared=3236i,max.total=1015800i,max.used=46052i 1568656907176619008 2019-09-16 18:01:50,458 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:50,460 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215072i,average.free=759766i,average.shared=3208i,average.total=1015800i,average.used=40961i,free.memory0.available="821412",free.memory0.buff/cache="215072",free.memory0.free="759720",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41008",free.memory1.available="821380",free.memory1.buff/cache="215072",free.memory1.free="759688",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41040",free.memory2.available="821444",free.memory2.buff/cache="215072",free.memory2.free="759752",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40976",free.memory3.available="821540",free.memory3.buff/cache="215072",free.memory3.free="759848",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40880",free.memory4.available="821508",free.memory4.buff/cache="215072",free.memory4.free="759816",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40912",free.memory5.available="821460",free.memory5.buff/cache="215072",free.memory5.free="759768",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40960",free.memory6.available="821460",free.memory6.buff/cache="215072",free.memory6.free="759768",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40960",free.memory7.available="821396",free.memory7.buff/cache="215072",free.memory7.free="759704",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41024",free.memory8.available="821460",free.memory8.buff/cache="215072",free.memory8.free="759768",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40960",free.memory9.available="821524",free.memory9.buff/cache="215072",free.memory9.free="759832",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40896",max.buff/cache=215072i,max.free=759848i,max.shared=3208i,max.total=1015800i,max.used=41040i 1568656910093292032 2019-09-16 18:01:50,578 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:50,579 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656907618496000 2019-09-16 18:01:50,634 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=101 END 2019-09-16 18:01:50,635 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=102 START 2019-09-16 18:01:50,635 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:50,699 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:50,699 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656910634548992 2019-09-16 18:01:51,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45800 755132 3236 214868 816612\nSwap: 0 0 0\n' 2019-09-16 18:01:51,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759848 3208 215072 821540\nSwap: 0 0 0\n' 2019-09-16 18:01:51,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:01:52,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 754976 3236 214868 816456\nSwap: 0 0 0\n' 2019-09-16 18:01:52,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759752 3208 215072 821444\nSwap: 0 0 0\n' 2019-09-16 18:01:53,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45776 755156 3236 214868 816636\nSwap: 0 0 0\n' 2019-09-16 18:01:53,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759816 3208 215072 821508\nSwap: 0 0 0\n' 2019-09-16 18:01:53,650 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=102 END 2019-09-16 18:01:53,651 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=103 START 2019-09-16 18:01:53,651 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:54,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45832 755100 3236 214868 816580\nSwap: 0 0 0\n' 2019-09-16 18:01:54,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759816 3208 215072 821508\nSwap: 0 0 0\n' 2019-09-16 18:01:54,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:01:55,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 754976 3236 214868 816456\nSwap: 0 0 0\n' 2019-09-16 18:01:55,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759848 3208 215072 821540\nSwap: 0 0 0\n' 2019-09-16 18:01:55,801 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:55,801 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656913650681856 2019-09-16 18:01:56,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45744 755188 3236 214868 816668\nSwap: 0 0 0\n' 2019-09-16 18:01:56,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759848 3208 215072 821540\nSwap: 0 0 0\n' 2019-09-16 18:01:56,666 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=103 END 2019-09-16 18:01:56,667 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=104 START 2019-09-16 18:01:56,667 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:57,187 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=32 END 2019-09-16 18:01:57,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=33 START 2019-09-16 18:01:57,188 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:01:57,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45580 755352 3236 214868 816832\nSwap: 0 0 0\n' 2019-09-16 18:01:57,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40784 759944 3208 215072 821636\nSwap: 0 0 0\n' 2019-09-16 18:01:57,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:01:58,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45748 755184 3236 214868 816664\nSwap: 0 0 0\n' 2019-09-16 18:01:58,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759912 3208 215072 821604\nSwap: 0 0 0\n' 2019-09-16 18:01:58,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19912365 , "packets_per_second":999964, "flows":250500, "errors":0 }\n' 2019-09-16 18:01:58,842 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:01:58,855 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19867564' 2019-09-16 18:01:58,856 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 44801 - Lost ppm 2250 2019-09-16 18:01:58,857 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 2250 > sla_max_ppm 1000; ',) 2019-09-16 18:01:59,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44412 756520 3236 214868 818000\nSwap: 0 0 0\n' 2019-09-16 18:01:59,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41044 759664 3208 215092 821356\nSwap: 0 0 0\n' 2019-09-16 18:01:59,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=104 END 2019-09-16 18:01:59,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=105 START 2019-09-16 18:01:59,683 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:01:59,859 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15093 seq=2 END 2019-09-16 18:01:59,860 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:01:59,860 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:01:59,860 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:01:59,881 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:01:59,882 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999964i,packets_received=19867564i,packets_sent=19912365i,packetsize=64i,ppm=2250.0 1568656919859521024 2019-09-16 18:02:00,015 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:02:00,016 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:02:00,018 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:02:00,030 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:02:00,031 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 18:02:00,032 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 18:02:00,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43008 758016 3208 214776 819496\nSwap: 0 0 0\n' 2019-09-16 18:02:00,198 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=31 END 2019-09-16 18:02:00,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=32 START 2019-09-16 18:02:00,199 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:00,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41988 758764 3180 215048 820456\nSwap: 0 0 0\n' 2019-09-16 18:02:00,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:02:00,343 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 18:02:00,344 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 18:02:00,610 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:02:00,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 18:02:01,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44972 756000 3236 214828 817472\nSwap: 0 0 0\n' 2019-09-16 18:02:01,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41236 759488 3208 215076 821180\nSwap: 0 0 0\n' 2019-09-16 18:02:02,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44820 756148 3236 214832 817620\nSwap: 0 0 0\n' 2019-09-16 18:02:02,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41236 759488 3208 215076 821180\nSwap: 0 0 0\n' 2019-09-16 18:02:02,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=105 END 2019-09-16 18:02:02,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=106 START 2019-09-16 18:02:02,696 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:03,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44960 756000 3236 214840 817480\nSwap: 0 0 0\n' 2019-09-16 18:02:03,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41204 759520 3208 215076 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:03,656 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15099 seq=1 START 2019-09-16 18:02:03,657 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:02:03,673 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 750 64 20 1 1000000 2019-09-16 18:02:03,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:02:04,194 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44012 756948 3236 214840 818428\nSwap: 0 0 0\n' 2019-09-16 18:02:04,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41196 759520 3208 215084 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:05,025 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:05,028 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214868i,average.free=755099i,average.shared=3236i,average.total=1015800i,average.used=45832i,free.memory0.available="816820",free.memory0.buff/cache="214868",free.memory0.free="755340",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45592",free.memory1.available="816580",free.memory1.buff/cache="214868",free.memory1.free="755100",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45832",free.memory2.available="816416",free.memory2.buff/cache="214868",free.memory2.free="754936",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45996",free.memory3.available="816572",free.memory3.buff/cache="214868",free.memory3.free="755092",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45840",free.memory4.available="816612",free.memory4.buff/cache="214868",free.memory4.free="755132",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45800",free.memory5.available="816456",free.memory5.buff/cache="214868",free.memory5.free="754976",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45956",free.memory6.available="816636",free.memory6.buff/cache="214868",free.memory6.free="755156",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45776",free.memory7.available="816580",free.memory7.buff/cache="214868",free.memory7.free="755100",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45832",free.memory8.available="816456",free.memory8.buff/cache="214868",free.memory8.free="754976",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45956",free.memory9.available="816668",free.memory9.buff/cache="214868",free.memory9.free="755188",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45744",max.buff/cache=214868i,max.free=755340i,max.shared=3236i,max.total=1015800i,max.used=45996i 1568656917187696896 2019-09-16 18:02:05,132 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:05,134 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215074i,average.free=759831i,average.shared=3208i,average.total=1015800i,average.used=40894i,free.memory0.available="821556",free.memory0.buff/cache="215072",free.memory0.free="759864",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40864",free.memory1.available="821540",free.memory1.buff/cache="215072",free.memory1.free="759848",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40880",free.memory2.available="821444",free.memory2.buff/cache="215072",free.memory2.free="759752",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40976",free.memory3.available="821508",free.memory3.buff/cache="215072",free.memory3.free="759816",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40912",free.memory4.available="821508",free.memory4.buff/cache="215072",free.memory4.free="759816",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40912",free.memory5.available="821540",free.memory5.buff/cache="215072",free.memory5.free="759848",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40880",free.memory6.available="821540",free.memory6.buff/cache="215072",free.memory6.free="759848",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40880",free.memory7.available="821636",free.memory7.buff/cache="215072",free.memory7.free="759944",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40784",free.memory8.available="821604",free.memory8.buff/cache="215072",free.memory8.free="759912",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40816",free.memory9.available="821356",free.memory9.buff/cache="215092",free.memory9.free="759664",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41044",max.buff/cache=215092i,max.free=759944i,max.shared=3208i,max.total=1015800i,max.used=41044i 1568656920198452992 2019-09-16 18:02:05,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43988 756972 3236 214840 818452\nSwap: 0 0 0\n' 2019-09-16 18:02:05,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41196 759520 3208 215084 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:05,235 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:02:05,236 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656916666562048 2019-09-16 18:02:05,393 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:05,394 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568656919682276864 2019-09-16 18:02:05,489 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:05,490 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568656922695054080 2019-09-16 18:02:05,707 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=106 END 2019-09-16 18:02:05,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=107 START 2019-09-16 18:02:05,708 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:06,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45620 755312 3236 214868 816792\nSwap: 0 0 0\n' 2019-09-16 18:02:06,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759648 3208 215084 821340\nSwap: 0 0 0\n' 2019-09-16 18:02:06,934 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:02:07,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=33 END 2019-09-16 18:02:07,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=34 START 2019-09-16 18:02:07,200 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:07,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45604 755328 3236 214868 816808\nSwap: 0 0 0\n' 2019-09-16 18:02:07,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821308\nSwap: 0 0 0\n' 2019-09-16 18:02:08,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45596 755336 3236 214868 816816\nSwap: 0 0 0\n' 2019-09-16 18:02:08,211 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41196 759520 3208 215084 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:08,939 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=107 END 2019-09-16 18:02:08,939 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=108 START 2019-09-16 18:02:08,940 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:09,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45724 755208 3236 214868 816688\nSwap: 0 0 0\n' 2019-09-16 18:02:09,212 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41100 759616 3208 215084 821308\nSwap: 0 0 0\n' 2019-09-16 18:02:09,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:02:10,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 754960 3236 214872 816440\nSwap: 0 0 0\n' 2019-09-16 18:02:10,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=32 END 2019-09-16 18:02:10,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=33 START 2019-09-16 18:02:10,217 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:10,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40688 760036 3208 215076 821728\nSwap: 0 0 0\n' 2019-09-16 18:02:10,595 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:10,597 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214842i,average.free=756245i,average.shared=3233i,average.total=1015800i,average.used=44712i,free.memory0.available="816832",free.memory0.buff/cache="214868",free.memory0.free="755352",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45580",free.memory1.available="816664",free.memory1.buff/cache="214868",free.memory1.free="755184",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45748",free.memory2.available="818000",free.memory2.buff/cache="214868",free.memory2.free="756520",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44412",free.memory3.available="819496",free.memory3.buff/cache="214776",free.memory3.free="758016",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="43008",free.memory4.available="817472",free.memory4.buff/cache="214828",free.memory4.free="756000",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44972",free.memory5.available="817620",free.memory5.buff/cache="214832",free.memory5.free="756148",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44820",free.memory6.available="817480",free.memory6.buff/cache="214840",free.memory6.free="756000",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44960",free.memory7.available="818428",free.memory7.buff/cache="214840",free.memory7.free="756948",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44012",free.memory8.available="818452",free.memory8.buff/cache="214840",free.memory8.free="756972",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="43988",free.memory9.available="816792",free.memory9.buff/cache="214868",free.memory9.free="755312",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45620",max.buff/cache=214868i,max.free=758016i,max.shared=3236i,max.total=1015800i,max.used=45748i 1568656927199788032 2019-09-16 18:02:10,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:10,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215078i,average.free=759463i,average.shared=3205i,average.total=1015800i,average.used=41258i,free.memory0.available="820456",free.memory0.buff/cache="215048",free.memory0.free="758764",free.memory0.shared="3180",free.memory0.total="1015800",free.memory0.used="41988",free.memory1.available="821180",free.memory1.buff/cache="215076",free.memory1.free="759488",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41236",free.memory2.available="821180",free.memory2.buff/cache="215076",free.memory2.free="759488",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="41236",free.memory3.available="821212",free.memory3.buff/cache="215076",free.memory3.free="759520",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41204",free.memory4.available="821212",free.memory4.buff/cache="215084",free.memory4.free="759520",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41196",free.memory5.available="821212",free.memory5.buff/cache="215084",free.memory5.free="759520",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41196",free.memory6.available="821340",free.memory6.buff/cache="215084",free.memory6.free="759648",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41068",free.memory7.available="821308",free.memory7.buff/cache="215084",free.memory7.free="759552",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41164",free.memory8.available="821212",free.memory8.buff/cache="215084",free.memory8.free="759520",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41196",free.memory9.available="821308",free.memory9.buff/cache="215084",free.memory9.free="759616",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41100",max.buff/cache=215084i,max.free=759648i,max.shared=3208i,max.total=1015800i,max.used=41988i 1568656930216692992 2019-09-16 18:02:10,807 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:10,807 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568656925707859968 2019-09-16 18:02:10,926 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:10,927 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656928939165184 2019-09-16 18:02:11,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45820 755108 3236 214872 816588\nSwap: 0 0 0\n' 2019-09-16 18:02:11,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40752 759972 3208 215076 821728\nSwap: 0 0 0\n' 2019-09-16 18:02:11,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=108 END 2019-09-16 18:02:11,960 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=109 START 2019-09-16 18:02:11,960 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:12,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755088 3236 214872 816568\nSwap: 0 0 0\n' 2019-09-16 18:02:12,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40720 760004 3208 215076 821504\nSwap: 0 0 0\n' 2019-09-16 18:02:12,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:02:13,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 754964 3236 214872 816444\nSwap: 0 0 0\n' 2019-09-16 18:02:13,246 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:14,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45784 755144 3236 214872 816624\nSwap: 0 0 0\n' 2019-09-16 18:02:14,247 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:14,974 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=109 END 2019-09-16 18:02:14,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=110 START 2019-09-16 18:02:14,975 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:15,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 755092 3236 214872 816572\nSwap: 0 0 0\n' 2019-09-16 18:02:15,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:15,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:02:16,029 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:16,030 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656931959328768 2019-09-16 18:02:16,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:16,156 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656934974606080 2019-09-16 18:02:16,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45928 755000 3236 214872 816480\nSwap: 0 0 0\n' 2019-09-16 18:02:16,248 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:17,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=34 END 2019-09-16 18:02:17,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=35 START 2019-09-16 18:02:17,212 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:17,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45568 755360 3236 214872 816840\nSwap: 0 0 0\n' 2019-09-16 18:02:17,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:17,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=110 END 2019-09-16 18:02:17,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=111 START 2019-09-16 18:02:17,995 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:18,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45840 755088 3236 214872 816568\nSwap: 0 0 0\n' 2019-09-16 18:02:18,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40784 759940 3208 215076 821632\nSwap: 0 0 0\n' 2019-09-16 18:02:19,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:02:19,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46120 754808 3236 214872 816288\nSwap: 0 0 0\n' 2019-09-16 18:02:19,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40880 759844 3208 215076 821536\nSwap: 0 0 0\n' 2019-09-16 18:02:20,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 755020 3236 214872 816500\nSwap: 0 0 0\n' 2019-09-16 18:02:20,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=33 END 2019-09-16 18:02:20,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=34 START 2019-09-16 18:02:20,253 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:20,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40860 759864 3208 215076 821556\nSwap: 0 0 0\n' 2019-09-16 18:02:21,007 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=111 END 2019-09-16 18:02:21,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=112 START 2019-09-16 18:02:21,008 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:21,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 754964 3236 214872 816444\nSwap: 0 0 0\n' 2019-09-16 18:02:21,306 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:21,308 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214870i,average.free=755122i,average.shared=3236i,average.total=1015800i,average.used=45806i,free.memory0.available="816808",free.memory0.buff/cache="214868",free.memory0.free="755328",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45604",free.memory1.available="816816",free.memory1.buff/cache="214868",free.memory1.free="755336",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45596",free.memory2.available="816688",free.memory2.buff/cache="214868",free.memory2.free="755208",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45724",free.memory3.available="816440",free.memory3.buff/cache="214872",free.memory3.free="754960",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45968",free.memory4.available="816588",free.memory4.buff/cache="214872",free.memory4.free="755108",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45820",free.memory5.available="816568",free.memory5.buff/cache="214872",free.memory5.free="755088",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45840",free.memory6.available="816444",free.memory6.buff/cache="214872",free.memory6.free="754964",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45964",free.memory7.available="816624",free.memory7.buff/cache="214872",free.memory7.free="755144",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45784",free.memory8.available="816572",free.memory8.buff/cache="214872",free.memory8.free="755092",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45836",free.memory9.available="816480",free.memory9.buff/cache="214872",free.memory9.free="755000",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45928",max.buff/cache=214872i,max.free=755336i,max.shared=3236i,max.total=1015800i,max.used=45968i 1568656937210983936 2019-09-16 18:02:21,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40924 759800 3208 215076 821556\nSwap: 0 0 0\n' 2019-09-16 18:02:21,434 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:21,436 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215076i,average.free=759901i,average.shared=3208i,average.total=1015800i,average.used=40822i,free.memory0.available="821728",free.memory0.buff/cache="215076",free.memory0.free="760036",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40688",free.memory1.available="821728",free.memory1.buff/cache="215076",free.memory1.free="759972",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40752",free.memory2.available="821504",free.memory2.buff/cache="215076",free.memory2.free="760004",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40720",free.memory3.available="821536",free.memory3.buff/cache="215076",free.memory3.free="759844",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40880",free.memory4.available="821536",free.memory4.buff/cache="215076",free.memory4.free="759844",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40880",free.memory5.available="821536",free.memory5.buff/cache="215076",free.memory5.free="759844",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40880",free.memory6.available="821536",free.memory6.buff/cache="215076",free.memory6.free="759844",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40880",free.memory7.available="821536",free.memory7.buff/cache="215076",free.memory7.free="759844",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40880",free.memory8.available="821632",free.memory8.buff/cache="215076",free.memory8.free="759940",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40784",free.memory9.available="821536",free.memory9.buff/cache="215076",free.memory9.free="759844",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40880",max.buff/cache=215076i,max.free=760036i,max.shared=3208i,max.total=1015800i,max.used=40880i 1568656940252768000 2019-09-16 18:02:21,539 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:21,540 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656937994077952 2019-09-16 18:02:21,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:21,650 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656941007601920 2019-09-16 18:02:22,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:02:22,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46056 754872 3236 214872 816352\nSwap: 0 0 0\n' 2019-09-16 18:02:22,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 759768 3208 215076 821460\nSwap: 0 0 0\n' 2019-09-16 18:02:23,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 755020 3236 214872 816500\nSwap: 0 0 0\n' 2019-09-16 18:02:23,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 759768 3208 215076 821460\nSwap: 0 0 0\n' 2019-09-16 18:02:24,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=112 END 2019-09-16 18:02:24,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=113 START 2019-09-16 18:02:24,023 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:24,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45964 754964 3236 214872 816444\nSwap: 0 0 0\n' 2019-09-16 18:02:24,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40892 759832 3208 215076 821524\nSwap: 0 0 0\n' 2019-09-16 18:02:25,034 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:02:25,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46024 754904 3236 214872 816384\nSwap: 0 0 0\n' 2019-09-16 18:02:25,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41020 759704 3208 215076 821396\nSwap: 0 0 0\n' 2019-09-16 18:02:26,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45608 755324 3236 214868 816804\nSwap: 0 0 0\n' 2019-09-16 18:02:26,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40860 759864 3208 215076 821556\nSwap: 0 0 0\n' 2019-09-16 18:02:26,758 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:26,758 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656944022754048 2019-09-16 18:02:26,881 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19939318 , "packets_per_second":999953, "flows":563250, "errors":0 }\n' 2019-09-16 18:02:26,882 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:02:26,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18976644' 2019-09-16 18:02:26,896 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 962674 - Lost ppm 48281 2019-09-16 18:02:26,896 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 48281 > sla_max_ppm 1000; ',) 2019-09-16 18:02:27,038 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=113 END 2019-09-16 18:02:27,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=114 START 2019-09-16 18:02:27,039 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:27,221 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=35 END 2019-09-16 18:02:27,221 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=36 START 2019-09-16 18:02:27,222 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:27,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 44252 756728 3236 214820 818208\nSwap: 0 0 0\n' 2019-09-16 18:02:27,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 759680 3208 215092 821372\nSwap: 0 0 0\n' 2019-09-16 18:02:27,900 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15099 seq=1 END 2019-09-16 18:02:27,901 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15099 seq=2 START 2019-09-16 18:02:27,901 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:02:27,916 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 750 64 20 1 1000000 2019-09-16 18:02:28,047 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:02:28,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44052 756904 3236 214844 818384\nSwap: 0 0 0\n' 2019-09-16 18:02:28,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41028 759680 3208 215092 821372\nSwap: 0 0 0\n' 2019-09-16 18:02:29,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 43996 756960 3236 214844 818440\nSwap: 0 0 0\n' 2019-09-16 18:02:29,338 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759488 3208 215092 821180\nSwap: 0 0 0\n' 2019-09-16 18:02:30,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=114 END 2019-09-16 18:02:30,051 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=115 START 2019-09-16 18:02:30,052 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:30,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45536 755368 3236 214896 816848\nSwap: 0 0 0\n' 2019-09-16 18:02:30,340 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=34 END 2019-09-16 18:02:30,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=35 START 2019-09-16 18:02:30,341 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:30,350 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40860 759864 3208 215076 821556\nSwap: 0 0 0\n' 2019-09-16 18:02:31,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:02:31,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45940 754964 3236 214896 816444\nSwap: 0 0 0\n' 2019-09-16 18:02:31,351 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40860 759864 3208 215076 821556\nSwap: 0 0 0\n' 2019-09-16 18:02:31,860 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:31,861 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999953i,packets_received=18976644i,packets_sent=19939318i,packetsize=64i,ppm=48281.0 1568656947900243968 2019-09-16 18:02:31,956 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:31,958 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214871i,average.free=755032i,average.shared=3236i,average.total=1015800i,average.used=45896i,free.memory0.available="816840",free.memory0.buff/cache="214872",free.memory0.free="755360",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45568",free.memory1.available="816568",free.memory1.buff/cache="214872",free.memory1.free="755088",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45840",free.memory2.available="816288",free.memory2.buff/cache="214872",free.memory2.free="754808",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="46120",free.memory3.available="816500",free.memory3.buff/cache="214872",free.memory3.free="755020",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45908",free.memory4.available="816444",free.memory4.buff/cache="214872",free.memory4.free="754964",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45964",free.memory5.available="816352",free.memory5.buff/cache="214872",free.memory5.free="754872",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="46056",free.memory6.available="816500",free.memory6.buff/cache="214872",free.memory6.free="755020",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45908",free.memory7.available="816444",free.memory7.buff/cache="214872",free.memory7.free="754964",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45964",free.memory8.available="816384",free.memory8.buff/cache="214872",free.memory8.free="754904",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46024",free.memory9.available="816804",free.memory9.buff/cache="214868",free.memory9.free="755324",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45608",max.buff/cache=214872i,max.free=755360i,max.shared=3236i,max.total=1015800i,max.used=46120i 1568656947221049088 2019-09-16 18:02:32,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:32,055 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215080i,average.free=759744i,average.shared=3208i,average.total=1015800i,average.used=40974i,free.memory0.available="821556",free.memory0.buff/cache="215076",free.memory0.free="759864",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40860",free.memory1.available="821556",free.memory1.buff/cache="215076",free.memory1.free="759800",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40924",free.memory2.available="821460",free.memory2.buff/cache="215076",free.memory2.free="759768",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40956",free.memory3.available="821460",free.memory3.buff/cache="215076",free.memory3.free="759768",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40956",free.memory4.available="821524",free.memory4.buff/cache="215076",free.memory4.free="759832",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40892",free.memory5.available="821396",free.memory5.buff/cache="215076",free.memory5.free="759704",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41020",free.memory6.available="821556",free.memory6.buff/cache="215076",free.memory6.free="759864",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40860",free.memory7.available="821372",free.memory7.buff/cache="215092",free.memory7.free="759680",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41028",free.memory8.available="821372",free.memory8.buff/cache="215092",free.memory8.free="759680",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41028",free.memory9.available="821180",free.memory9.buff/cache="215092",free.memory9.free="759488",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41220",max.buff/cache=215092i,max.free=759864i,max.shared=3208i,max.total=1015800i,max.used=41220i 1568656950340663808 2019-09-16 18:02:32,161 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:32,162 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656947038609152 2019-09-16 18:02:32,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45760 755144 3236 214896 816624\nSwap: 0 0 0\n' 2019-09-16 18:02:32,258 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:32,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568656950051311104 2019-09-16 18:02:32,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 759736 3208 215076 821428\nSwap: 0 0 0\n' 2019-09-16 18:02:33,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=115 END 2019-09-16 18:02:33,067 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=116 START 2019-09-16 18:02:33,067 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:33,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45780 755124 3236 214896 816604\nSwap: 0 0 0\n' 2019-09-16 18:02:33,353 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40892 759832 3208 215076 821524\nSwap: 0 0 0\n' 2019-09-16 18:02:34,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.321' 2019-09-16 18:02:34,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755032 3236 214896 816512\nSwap: 0 0 0\n' 2019-09-16 18:02:34,354 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40924 759800 3208 215076 821492\nSwap: 0 0 0\n' 2019-09-16 18:02:35,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45932 754972 3236 214896 816452\nSwap: 0 0 0\n' 2019-09-16 18:02:35,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 759736 3208 215076 821428\nSwap: 0 0 0\n' 2019-09-16 18:02:36,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=116 END 2019-09-16 18:02:36,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=117 START 2019-09-16 18:02:36,081 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:36,228 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45956 754948 3236 214896 816428\nSwap: 0 0 0\n' 2019-09-16 18:02:36,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 759736 3208 215076 821428\nSwap: 0 0 0\n' 2019-09-16 18:02:37,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:02:37,230 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=36 END 2019-09-16 18:02:37,231 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=37 START 2019-09-16 18:02:37,231 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:37,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45784 755120 3236 214896 816600\nSwap: 0 0 0\n' 2019-09-16 18:02:37,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40956 759768 3208 215076 821460\nSwap: 0 0 0\n' 2019-09-16 18:02:37,361 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:37,363 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214878i,average.free=755614i,average.shared=3236i,average.total=1015800i,average.used=45307i,free.memory0.available="818208",free.memory0.buff/cache="214820",free.memory0.free="756728",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="44252",free.memory1.available="818384",free.memory1.buff/cache="214844",free.memory1.free="756904",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="44052",free.memory2.available="818440",free.memory2.buff/cache="214844",free.memory2.free="756960",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="43996",free.memory3.available="816848",free.memory3.buff/cache="214896",free.memory3.free="755368",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45536",free.memory4.available="816444",free.memory4.buff/cache="214896",free.memory4.free="754964",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45940",free.memory5.available="816624",free.memory5.buff/cache="214896",free.memory5.free="755144",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45760",free.memory6.available="816604",free.memory6.buff/cache="214896",free.memory6.free="755124",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45780",free.memory7.available="816512",free.memory7.buff/cache="214896",free.memory7.free="755032",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45872",free.memory8.available="816452",free.memory8.buff/cache="214896",free.memory8.free="754972",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45932",free.memory9.available="816428",free.memory9.buff/cache="214896",free.memory9.free="754948",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45956",max.buff/cache=214896i,max.free=756960i,max.shared=3236i,max.total=1015800i,max.used=45956i 1568656957230675968 2019-09-16 18:02:37,480 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:37,480 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656953066179072 2019-09-16 18:02:37,583 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:37,584 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.321 1568656956081049856 2019-09-16 18:02:38,236 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45792 755112 3236 214896 816592\nSwap: 0 0 0\n' 2019-09-16 18:02:38,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40988 759736 3208 215076 821428\nSwap: 0 0 0\n' 2019-09-16 18:02:39,095 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=117 END 2019-09-16 18:02:39,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=118 START 2019-09-16 18:02:39,096 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:39,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45940 754964 3236 214896 816444\nSwap: 0 0 0\n' 2019-09-16 18:02:39,357 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40892 759832 3208 215076 821524\nSwap: 0 0 0\n' 2019-09-16 18:02:40,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:02:40,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46064 754840 3236 214896 816320\nSwap: 0 0 0\n' 2019-09-16 18:02:40,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=35 END 2019-09-16 18:02:40,361 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=36 START 2019-09-16 18:02:40,361 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:40,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40876 759848 3208 215076 821604\nSwap: 0 0 0\n' 2019-09-16 18:02:41,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45884 755020 3236 214896 816500\nSwap: 0 0 0\n' 2019-09-16 18:02:41,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40876 759848 3208 215076 821476\nSwap: 0 0 0\n' 2019-09-16 18:02:42,111 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=118 END 2019-09-16 18:02:42,112 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=119 START 2019-09-16 18:02:42,112 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:42,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 754996 3236 214896 816476\nSwap: 0 0 0\n' 2019-09-16 18:02:42,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759752 3208 215076 821444\nSwap: 0 0 0\n' 2019-09-16 18:02:42,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:42,688 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215076i,average.free=759790i,average.shared=3208i,average.total=1015800i,average.used=40933i,free.memory0.available="821556",free.memory0.buff/cache="215076",free.memory0.free="759864",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40860",free.memory1.available="821556",free.memory1.buff/cache="215076",free.memory1.free="759864",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40860",free.memory2.available="821428",free.memory2.buff/cache="215076",free.memory2.free="759736",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40988",free.memory3.available="821524",free.memory3.buff/cache="215076",free.memory3.free="759832",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40892",free.memory4.available="821492",free.memory4.buff/cache="215076",free.memory4.free="759800",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40924",free.memory5.available="821428",free.memory5.buff/cache="215076",free.memory5.free="759736",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40988",free.memory6.available="821428",free.memory6.buff/cache="215076",free.memory6.free="759736",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40988",free.memory7.available="821460",free.memory7.buff/cache="215076",free.memory7.free="759768",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40956",free.memory8.available="821428",free.memory8.buff/cache="215076",free.memory8.free="759736",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40988",free.memory9.available="821524",free.memory9.buff/cache="215076",free.memory9.free="759832",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40892",max.buff/cache=215076i,max.free=759864i,max.shared=3208i,max.total=1015800i,max.used=40988i 1568656960360396032 2019-09-16 18:02:42,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:42,807 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568656959095132160 2019-09-16 18:02:42,906 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:42,907 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656962111358976 2019-09-16 18:02:43,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:02:43,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46032 754872 3236 214896 816352\nSwap: 0 0 0\n' 2019-09-16 18:02:43,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759720 3208 215076 821412\nSwap: 0 0 0\n' 2019-09-16 18:02:44,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45876 755028 3236 214896 816508\nSwap: 0 0 0\n' 2019-09-16 18:02:44,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759784 3208 215076 821476\nSwap: 0 0 0\n' 2019-09-16 18:02:45,127 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=119 END 2019-09-16 18:02:45,127 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=120 START 2019-09-16 18:02:45,128 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:45,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 754996 3236 214896 816476\nSwap: 0 0 0\n' 2019-09-16 18:02:45,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40972 759752 3208 215076 821444\nSwap: 0 0 0\n' 2019-09-16 18:02:46,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:02:46,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46000 754904 3236 214896 816384\nSwap: 0 0 0\n' 2019-09-16 18:02:46,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40940 759784 3208 215076 821476\nSwap: 0 0 0\n' 2019-09-16 18:02:47,241 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=37 END 2019-09-16 18:02:47,241 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=38 START 2019-09-16 18:02:47,242 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:47,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45480 755424 3236 214896 816904\nSwap: 0 0 0\n' 2019-09-16 18:02:47,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759816 3208 215076 821508\nSwap: 0 0 0\n' 2019-09-16 18:02:48,004 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:48,006 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214896i,average.free=754985i,average.shared=3236i,average.total=1015800i,average.used=45918i,free.memory0.available="816600",free.memory0.buff/cache="214896",free.memory0.free="755120",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45784",free.memory1.available="816592",free.memory1.buff/cache="214896",free.memory1.free="755112",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45792",free.memory2.available="816444",free.memory2.buff/cache="214896",free.memory2.free="754964",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45940",free.memory3.available="816320",free.memory3.buff/cache="214896",free.memory3.free="754840",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="46064",free.memory4.available="816500",free.memory4.buff/cache="214896",free.memory4.free="755020",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45884",free.memory5.available="816476",free.memory5.buff/cache="214896",free.memory5.free="754996",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45908",free.memory6.available="816352",free.memory6.buff/cache="214896",free.memory6.free="754872",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46032",free.memory7.available="816508",free.memory7.buff/cache="214896",free.memory7.free="755028",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45876",free.memory8.available="816476",free.memory8.buff/cache="214896",free.memory8.free="754996",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45908",free.memory9.available="816384",free.memory9.buff/cache="214896",free.memory9.free="754904",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46000",max.buff/cache=214896i,max.free=755120i,max.shared=3236i,max.total=1015800i,max.used=46064i 1568656967241070080 2019-09-16 18:02:48,133 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:48,134 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568656965127206144 2019-09-16 18:02:48,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=120 END 2019-09-16 18:02:48,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=121 START 2019-09-16 18:02:48,144 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:48,230 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:48,230 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568656968143325184 2019-09-16 18:02:48,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45720 755184 3236 214896 816664\nSwap: 0 0 0\n' 2019-09-16 18:02:48,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40908 759816 3208 215076 821572\nSwap: 0 0 0\n' 2019-09-16 18:02:49,155 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:02:49,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45968 754936 3236 214896 816416\nSwap: 0 0 0\n' 2019-09-16 18:02:49,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41004 759720 3208 215076 821412\nSwap: 0 0 0\n' 2019-09-16 18:02:50,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45516 755388 3236 214896 816868\nSwap: 0 0 0\n' 2019-09-16 18:02:50,405 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=36 END 2019-09-16 18:02:50,406 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=37 START 2019-09-16 18:02:50,406 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:50,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 41008 759716 3208 215076 821408\nSwap: 0 0 0\n' 2019-09-16 18:02:51,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19911955 , "packets_per_second":999957, "flows":563250, "errors":0 }\n' 2019-09-16 18:02:51,095 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:02:51,107 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19541286' 2019-09-16 18:02:51,108 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 370669 - Lost ppm 18616 2019-09-16 18:02:51,109 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18616 > sla_max_ppm 1000; ',) 2019-09-16 18:02:51,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=121 END 2019-09-16 18:02:51,159 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=122 START 2019-09-16 18:02:51,160 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:51,247 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44400 756552 3236 214848 818032\nSwap: 0 0 0\n' 2019-09-16 18:02:51,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41220 759488 3208 215092 821180\nSwap: 0 0 0\n' 2019-09-16 18:02:52,111 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15099 seq=2 END 2019-09-16 18:02:52,112 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:02:52,112 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:02:52,112 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:02:52,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:52,156 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999957i,packets_received=19541286i,packets_sent=19911955i,packetsize=64i,ppm=18616.0 1568656972111406080 2019-09-16 18:02:52,167 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:02:52,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42928 758088 3208 214784 819568\nSwap: 0 0 0\n' 2019-09-16 18:02:52,251 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:02:52,252 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:02:52,254 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:02:52,265 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:02:52,267 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.130 2019-09-16 18:02:52,268 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.130 2019-09-16 18:02:52,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45708 755052 3180 215040 816744\nSwap: 0 0 0\n' 2019-09-16 18:02:52,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:02:52,577 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.124 2019-09-16 18:02:52,578 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.124 2019-09-16 18:02:52,844 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:02:53,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44528 756436 3236 214836 817908\nSwap: 0 0 0\n' 2019-09-16 18:02:53,412 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 759520 3208 215068 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:54,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=122 END 2019-09-16 18:02:54,172 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=123 START 2019-09-16 18:02:54,173 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:54,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44636 756320 3236 214844 817796\nSwap: 0 0 0\n' 2019-09-16 18:02:54,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 759520 3208 215068 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:55,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 18:02:55,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44880 756072 3236 214848 817552\nSwap: 0 0 0\n' 2019-09-16 18:02:55,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41212 759520 3208 215068 821212\nSwap: 0 0 0\n' 2019-09-16 18:02:55,892 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15105 seq=1 START 2019-09-16 18:02:55,893 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:02:55,909 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 1000 64 20 1 1000000 2019-09-16 18:02:56,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44116 756836 3236 214848 818316\nSwap: 0 0 0\n' 2019-09-16 18:02:56,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41164 759552 3208 215084 821244\nSwap: 0 0 0\n' 2019-09-16 18:02:57,184 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=123 END 2019-09-16 18:02:57,185 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=124 START 2019-09-16 18:02:57,185 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:02:57,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=38 END 2019-09-16 18:02:57,252 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=39 START 2019-09-16 18:02:57,253 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:02:57,257 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 43832 757108 3236 214860 818588\nSwap: 0 0 0\n' 2019-09-16 18:02:57,261 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:57,264 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214859i,average.free=756123i,average.shared=3233i,average.total=1015800i,average.used=44817i,free.memory0.available="816904",free.memory0.buff/cache="214896",free.memory0.free="755424",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45480",free.memory1.available="816664",free.memory1.buff/cache="214896",free.memory1.free="755184",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45720",free.memory2.available="816416",free.memory2.buff/cache="214896",free.memory2.free="754936",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45968",free.memory3.available="816868",free.memory3.buff/cache="214896",free.memory3.free="755388",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45516",free.memory4.available="818032",free.memory4.buff/cache="214848",free.memory4.free="756552",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44400",free.memory5.available="819568",free.memory5.buff/cache="214784",free.memory5.free="758088",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="42928",free.memory6.available="817908",free.memory6.buff/cache="214836",free.memory6.free="756436",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="44528",free.memory7.available="817796",free.memory7.buff/cache="214844",free.memory7.free="756320",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44636",free.memory8.available="817552",free.memory8.buff/cache="214848",free.memory8.free="756072",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="44880",free.memory9.available="818316",free.memory9.buff/cache="214848",free.memory9.free="756836",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="44116",max.buff/cache=214896i,max.free=758088i,max.shared=3236i,max.total=1015800i,max.used=45968i 1568656977251981056 2019-09-16 18:02:57,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:57,405 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215076i,average.free=759784i,average.shared=3208i,average.total=1015800i,average.used=40940i,free.memory0.available="821604",free.memory0.buff/cache="215076",free.memory0.free="759848",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40876",free.memory1.available="821476",free.memory1.buff/cache="215076",free.memory1.free="759848",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40876",free.memory2.available="821444",free.memory2.buff/cache="215076",free.memory2.free="759752",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40972",free.memory3.available="821412",free.memory3.buff/cache="215076",free.memory3.free="759720",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41004",free.memory4.available="821476",free.memory4.buff/cache="215076",free.memory4.free="759784",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40940",free.memory5.available="821444",free.memory5.buff/cache="215076",free.memory5.free="759752",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40972",free.memory6.available="821476",free.memory6.buff/cache="215076",free.memory6.free="759784",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40940",free.memory7.available="821508",free.memory7.buff/cache="215076",free.memory7.free="759816",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40908",free.memory8.available="821572",free.memory8.buff/cache="215076",free.memory8.free="759816",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40908",free.memory9.available="821412",free.memory9.buff/cache="215076",free.memory9.free="759720",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41004",max.buff/cache=215076i,max.free=759848i,max.shared=3208i,max.total=1015800i,max.used=41004i 1568656970405545984 2019-09-16 18:02:57,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759584 3208 215084 821276\nSwap: 0 0 0\n' 2019-09-16 18:02:57,507 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:02:57,508 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568656971159250944 2019-09-16 18:02:57,611 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:02:57,612 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568656974172177152 2019-09-16 18:02:57,709 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:02:57,709 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568656977184553984 2019-09-16 18:02:58,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'1.21' 2019-09-16 18:02:58,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 754920 3236 214864 816400\nSwap: 0 0 0\n' 2019-09-16 18:02:58,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41068 759648 3208 215084 821340\nSwap: 0 0 0\n' 2019-09-16 18:02:59,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45836 755100 3236 214864 816580\nSwap: 0 0 0\n' 2019-09-16 18:02:59,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41132 759584 3208 215084 821276\nSwap: 0 0 0\n' 2019-09-16 18:03:00,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=124 END 2019-09-16 18:03:00,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=125 START 2019-09-16 18:03:00,202 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:00,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45892 755044 3236 214864 816524\nSwap: 0 0 0\n' 2019-09-16 18:03:00,418 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=37 END 2019-09-16 18:03:00,418 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=38 START 2019-09-16 18:03:00,418 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:00,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40900 759828 3208 215072 821520\nSwap: 0 0 0\n' 2019-09-16 18:03:01,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:03:01,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45940 754984 3236 214876 816464\nSwap: 0 0 0\n' 2019-09-16 18:03:01,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40900 759828 3208 215072 821520\nSwap: 0 0 0\n' 2019-09-16 18:03:02,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45792 755132 3236 214876 816612\nSwap: 0 0 0\n' 2019-09-16 18:03:02,443 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40932 759796 3208 215072 821488\nSwap: 0 0 0\n' 2019-09-16 18:03:02,828 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:02,830 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215074i,average.free=759118i,average.shared=3205i,average.total=1015800i,average.used=41606i,free.memory0.available="821408",free.memory0.buff/cache="215076",free.memory0.free="759716",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="41008",free.memory1.available="821180",free.memory1.buff/cache="215092",free.memory1.free="759488",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="41220",free.memory2.available="816744",free.memory2.buff/cache="215040",free.memory2.free="755052",free.memory2.shared="3180",free.memory2.total="1015800",free.memory2.used="45708",free.memory3.available="821212",free.memory3.buff/cache="215068",free.memory3.free="759520",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41212",free.memory4.available="821212",free.memory4.buff/cache="215068",free.memory4.free="759520",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41212",free.memory5.available="821212",free.memory5.buff/cache="215068",free.memory5.free="759520",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="41212",free.memory6.available="821244",free.memory6.buff/cache="215084",free.memory6.free="759552",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41164",free.memory7.available="821276",free.memory7.buff/cache="215084",free.memory7.free="759584",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41132",free.memory8.available="821340",free.memory8.buff/cache="215084",free.memory8.free="759648",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="41068",free.memory9.available="821276",free.memory9.buff/cache="215084",free.memory9.free="759584",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41132",max.buff/cache=215092i,max.free=759716i,max.shared=3208i,max.total=1015800i,max.used=45708i 1568656980417949952 2019-09-16 18:03:02,966 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:02,966 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=1.21 1568656980201963008 2019-09-16 18:03:03,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=125 END 2019-09-16 18:03:03,221 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=126 START 2019-09-16 18:03:03,221 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:03,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45832 755092 3236 214876 816572\nSwap: 0 0 0\n' 2019-09-16 18:03:03,444 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40836 759892 3208 215072 821584\nSwap: 0 0 0\n' 2019-09-16 18:03:04,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:03:04,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45940 754984 3236 214876 816464\nSwap: 0 0 0\n' 2019-09-16 18:03:04,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40996 759732 3208 215072 821424\nSwap: 0 0 0\n' 2019-09-16 18:03:05,258 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45792 755132 3236 214876 816612\nSwap: 0 0 0\n' 2019-09-16 18:03:05,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40900 759828 3208 215072 821520\nSwap: 0 0 0\n' 2019-09-16 18:03:06,239 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=126 END 2019-09-16 18:03:06,240 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=127 START 2019-09-16 18:03:06,240 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:06,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45816 755108 3236 214876 816588\nSwap: 0 0 0\n' 2019-09-16 18:03:06,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40964 759764 3208 215072 821456\nSwap: 0 0 0\n' 2019-09-16 18:03:07,255 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:03:07,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=39 END 2019-09-16 18:03:07,262 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=40 START 2019-09-16 18:03:07,262 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:07,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45672 755252 3236 214876 816732\nSwap: 0 0 0\n' 2019-09-16 18:03:07,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40932 759796 3208 215072 821488\nSwap: 0 0 0\n' 2019-09-16 18:03:08,074 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:08,076 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214870i,average.free=755260i,average.shared=3236i,average.total=1015800i,average.used=45668i,free.memory0.available="818588",free.memory0.buff/cache="214860",free.memory0.free="757108",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="43832",free.memory1.available="816400",free.memory1.buff/cache="214864",free.memory1.free="754920",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46016",free.memory2.available="816580",free.memory2.buff/cache="214864",free.memory2.free="755100",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45836",free.memory3.available="816524",free.memory3.buff/cache="214864",free.memory3.free="755044",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45892",free.memory4.available="816464",free.memory4.buff/cache="214876",free.memory4.free="754984",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45940",free.memory5.available="816612",free.memory5.buff/cache="214876",free.memory5.free="755132",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45792",free.memory6.available="816572",free.memory6.buff/cache="214876",free.memory6.free="755092",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45832",free.memory7.available="816464",free.memory7.buff/cache="214876",free.memory7.free="754984",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45940",free.memory8.available="816612",free.memory8.buff/cache="214876",free.memory8.free="755132",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45792",free.memory9.available="816588",free.memory9.buff/cache="214876",free.memory9.free="755108",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45816",max.buff/cache=214876i,max.free=757108i,max.shared=3236i,max.total=1015800i,max.used=46016i 1568656987261532928 2019-09-16 18:03:08,199 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:08,199 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656983220314112 2019-09-16 18:03:08,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45656 755268 3236 214876 816748\nSwap: 0 0 0\n' 2019-09-16 18:03:08,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:08,335 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656986239883008 2019-09-16 18:03:08,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40836 759892 3208 215072 821584\nSwap: 0 0 0\n' 2019-09-16 18:03:09,259 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=127 END 2019-09-16 18:03:09,260 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=128 START 2019-09-16 18:03:09,260 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:09,267 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45704 755220 3236 214876 816700\nSwap: 0 0 0\n' 2019-09-16 18:03:10,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45664 755260 3236 214876 816740\nSwap: 0 0 0\n' 2019-09-16 18:03:10,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:03:10,452 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=38 END 2019-09-16 18:03:10,453 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=39 START 2019-09-16 18:03:10,453 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:10,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40832 759896 3208 215072 821588\nSwap: 0 0 0\n' 2019-09-16 18:03:11,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45880 755044 3236 214876 816524\nSwap: 0 0 0\n' 2019-09-16 18:03:11,485 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 759736 3208 215072 821428\nSwap: 0 0 0\n' 2019-09-16 18:03:12,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45732 755192 3236 214876 816672\nSwap: 0 0 0\n' 2019-09-16 18:03:12,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=128 END 2019-09-16 18:03:12,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=129 START 2019-09-16 18:03:12,280 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:12,486 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 759800 3208 215072 821492\nSwap: 0 0 0\n' 2019-09-16 18:03:13,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45748 755176 3236 214876 816656\nSwap: 0 0 0\n' 2019-09-16 18:03:13,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 18:03:13,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:13,430 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215072i,average.free=759817i,average.shared=3208i,average.total=1015800i,average.used=40910i,free.memory0.available="821520",free.memory0.buff/cache="215072",free.memory0.free="759828",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40900",free.memory1.available="821520",free.memory1.buff/cache="215072",free.memory1.free="759828",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40900",free.memory2.available="821488",free.memory2.buff/cache="215072",free.memory2.free="759796",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40932",free.memory3.available="821584",free.memory3.buff/cache="215072",free.memory3.free="759892",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40836",free.memory4.available="821424",free.memory4.buff/cache="215072",free.memory4.free="759732",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40996",free.memory5.available="821520",free.memory5.buff/cache="215072",free.memory5.free="759828",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40900",free.memory6.available="821456",free.memory6.buff/cache="215072",free.memory6.free="759764",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40964",free.memory7.available="821488",free.memory7.buff/cache="215072",free.memory7.free="759796",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40932",free.memory8.available="821584",free.memory8.buff/cache="215072",free.memory8.free="759892",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40836",max.buff/cache=215072i,max.free=759892i,max.shared=3208i,max.total=1015800i,max.used=40996i 1568656990452156160 2019-09-16 18:03:13,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759832 3208 215072 821524\nSwap: 0 0 0\n' 2019-09-16 18:03:13,579 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:13,580 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568656989259564032 2019-09-16 18:03:13,682 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:13,683 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568656992279697920 2019-09-16 18:03:14,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45872 755052 3236 214876 816532\nSwap: 0 0 0\n' 2019-09-16 18:03:14,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759832 3208 215072 821524\nSwap: 0 0 0\n' 2019-09-16 18:03:15,268 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45692 755232 3236 214876 816712\nSwap: 0 0 0\n' 2019-09-16 18:03:15,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=129 END 2019-09-16 18:03:15,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=130 START 2019-09-16 18:03:15,296 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:15,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 759896 3208 215072 821588\nSwap: 0 0 0\n' 2019-09-16 18:03:16,269 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45908 755016 3236 214876 816496\nSwap: 0 0 0\n' 2019-09-16 18:03:16,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 18:03:16,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 759736 3208 215072 821428\nSwap: 0 0 0\n' 2019-09-16 18:03:17,271 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=40 END 2019-09-16 18:03:17,272 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=41 START 2019-09-16 18:03:17,273 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:17,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45768 755156 3236 214876 816636\nSwap: 0 0 0\n' 2019-09-16 18:03:17,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40800 759928 3208 215072 821620\nSwap: 0 0 0\n' 2019-09-16 18:03:18,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45564 755360 3236 214876 816840\nSwap: 0 0 0\n' 2019-09-16 18:03:18,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=130 END 2019-09-16 18:03:18,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=131 START 2019-09-16 18:03:18,312 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:18,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 759736 3208 215072 821428\nSwap: 0 0 0\n' 2019-09-16 18:03:18,789 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:18,791 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214876i,average.free=755171i,average.shared=3236i,average.total=1015800i,average.used=45752i,free.memory0.available="816732",free.memory0.buff/cache="214876",free.memory0.free="755252",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45672",free.memory1.available="816748",free.memory1.buff/cache="214876",free.memory1.free="755268",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45656",free.memory2.available="816700",free.memory2.buff/cache="214876",free.memory2.free="755220",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45704",free.memory3.available="816740",free.memory3.buff/cache="214876",free.memory3.free="755260",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45664",free.memory4.available="816524",free.memory4.buff/cache="214876",free.memory4.free="755044",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45880",free.memory5.available="816672",free.memory5.buff/cache="214876",free.memory5.free="755192",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45732",free.memory6.available="816656",free.memory6.buff/cache="214876",free.memory6.free="755176",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45748",free.memory7.available="816532",free.memory7.buff/cache="214876",free.memory7.free="755052",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45872",free.memory8.available="816712",free.memory8.buff/cache="214876",free.memory8.free="755232",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45692",free.memory9.available="816496",free.memory9.buff/cache="214876",free.memory9.free="755016",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45908",max.buff/cache=214876i,max.free=755268i,max.shared=3236i,max.total=1015800i,max.used=45908i 1568656997271812864 2019-09-16 18:03:18,894 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:18,895 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568656995295581184 2019-09-16 18:03:18,993 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:18,993 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568656998311774976 2019-09-16 18:03:19,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19923276 , "packets_per_second":999956, "flows":1001000, "errors":0 }\n' 2019-09-16 18:03:19,119 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:03:19,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18699773' 2019-09-16 18:03:19,133 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1223503 - Lost ppm 61411 2019-09-16 18:03:19,133 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 61411 > sla_max_ppm 1000; ',) 2019-09-16 18:03:19,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44612 756312 3236 214876 817792\nSwap: 0 0 0\n' 2019-09-16 18:03:19,320 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:03:19,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41232 759488 3208 215080 821184\nSwap: 0 0 0\n' 2019-09-16 18:03:20,137 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15105 seq=1 END 2019-09-16 18:03:20,138 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15105 seq=2 START 2019-09-16 18:03:20,138 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:03:20,153 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.5 1000 64 20 1 1000000 2019-09-16 18:03:20,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44060 756864 3236 214876 818344\nSwap: 0 0 0\n' 2019-09-16 18:03:20,491 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=39 END 2019-09-16 18:03:20,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=40 START 2019-09-16 18:03:20,492 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:20,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40976 759752 3208 215072 821448\nSwap: 0 0 0\n' 2019-09-16 18:03:21,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44056 756868 3236 214876 818348\nSwap: 0 0 0\n' 2019-09-16 18:03:21,323 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=131 END 2019-09-16 18:03:21,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=132 START 2019-09-16 18:03:21,324 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:21,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759768 3208 215072 821464\nSwap: 0 0 0\n' 2019-09-16 18:03:22,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44048 756876 3236 214876 818356\nSwap: 0 0 0\n' 2019-09-16 18:03:22,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:03:22,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40960 759768 3208 215072 821464\nSwap: 0 0 0\n' 2019-09-16 18:03:23,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46056 754868 3236 214876 816348\nSwap: 0 0 0\n' 2019-09-16 18:03:23,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40864 759864 3208 215072 821624\nSwap: 0 0 0\n' 2019-09-16 18:03:24,095 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:24,096 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999956i,packets_received=18699773i,packets_sent=19923276i,packetsize=64i,ppm=61411.0 1568657000137335040 2019-09-16 18:03:24,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:24,275 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215072i,average.free=759788i,average.shared=3208i,average.total=1015800i,average.used=40939i,free.memory0.available="821588",free.memory0.buff/cache="215072",free.memory0.free="759896",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40832",free.memory1.available="821428",free.memory1.buff/cache="215072",free.memory1.free="759736",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40992",free.memory2.available="821492",free.memory2.buff/cache="215072",free.memory2.free="759800",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40928",free.memory3.available="821524",free.memory3.buff/cache="215072",free.memory3.free="759832",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40896",free.memory4.available="821524",free.memory4.buff/cache="215072",free.memory4.free="759832",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40896",free.memory5.available="821588",free.memory5.buff/cache="215072",free.memory5.free="759896",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40832",free.memory6.available="821428",free.memory6.buff/cache="215072",free.memory6.free="759736",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40992",free.memory7.available="821620",free.memory7.buff/cache="215072",free.memory7.free="759928",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40800",free.memory8.available="821428",free.memory8.buff/cache="215072",free.memory8.free="759736",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40992",free.memory9.available="821184",free.memory9.buff/cache="215080",free.memory9.free="759488",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="41232",max.buff/cache=215080i,max.free=759928i,max.shared=3208i,max.total=1015800i,max.used=41232i 1568657000491749888 2019-09-16 18:03:24,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45784 755140 3236 214876 816620\nSwap: 0 0 0\n' 2019-09-16 18:03:24,334 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=132 END 2019-09-16 18:03:24,335 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=133 START 2019-09-16 18:03:24,335 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:24,381 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:24,381 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657001323852032 2019-09-16 18:03:24,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:24,483 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568657004334588928 2019-09-16 18:03:24,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 759896 3208 215072 821592\nSwap: 0 0 0\n' 2019-09-16 18:03:25,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45932 754992 3236 214876 816472\nSwap: 0 0 0\n' 2019-09-16 18:03:25,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:03:25,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40992 759736 3208 215072 821432\nSwap: 0 0 0\n' 2019-09-16 18:03:26,280 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46056 754868 3236 214876 816348\nSwap: 0 0 0\n' 2019-09-16 18:03:26,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 759800 3208 215072 821496\nSwap: 0 0 0\n' 2019-09-16 18:03:27,282 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=41 END 2019-09-16 18:03:27,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=42 START 2019-09-16 18:03:27,283 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:27,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45508 755416 3236 214876 816896\nSwap: 0 0 0\n' 2019-09-16 18:03:27,351 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=133 END 2019-09-16 18:03:27,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=134 START 2019-09-16 18:03:27,352 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:27,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759832 3208 215072 821528\nSwap: 0 0 0\n' 2019-09-16 18:03:28,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45764 755160 3236 214876 816640\nSwap: 0 0 0\n' 2019-09-16 18:03:28,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:03:28,503 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40896 759832 3208 215072 821528\nSwap: 0 0 0\n' 2019-09-16 18:03:29,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45888 755036 3236 214876 816516\nSwap: 0 0 0\n' 2019-09-16 18:03:29,587 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:29,589 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214876i,average.free=755730i,average.shared=3236i,average.total=1015800i,average.used=45193i,free.memory0.available="816636",free.memory0.buff/cache="214876",free.memory0.free="755156",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45768",free.memory1.available="816840",free.memory1.buff/cache="214876",free.memory1.free="755360",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45564",free.memory2.available="817792",free.memory2.buff/cache="214876",free.memory2.free="756312",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="44612",free.memory3.available="818344",free.memory3.buff/cache="214876",free.memory3.free="756864",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="44060",free.memory4.available="818348",free.memory4.buff/cache="214876",free.memory4.free="756868",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="44056",free.memory5.available="818356",free.memory5.buff/cache="214876",free.memory5.free="756876",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="44048",free.memory6.available="816348",free.memory6.buff/cache="214876",free.memory6.free="754868",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="46056",free.memory7.available="816620",free.memory7.buff/cache="214876",free.memory7.free="755140",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45784",free.memory8.available="816472",free.memory8.buff/cache="214876",free.memory8.free="754992",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="45932",free.memory9.available="816348",free.memory9.buff/cache="214876",free.memory9.free="754868",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="46056",max.buff/cache=214876i,max.free=756876i,max.shared=3236i,max.total=1015800i,max.used=46056i 1568657007282833152 2019-09-16 18:03:29,685 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:29,686 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657007351675136 2019-09-16 18:03:30,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45740 755184 3236 214876 816664\nSwap: 0 0 0\n' 2019-09-16 18:03:30,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=134 END 2019-09-16 18:03:30,368 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=135 START 2019-09-16 18:03:30,368 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:30,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=40 END 2019-09-16 18:03:30,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=41 START 2019-09-16 18:03:30,507 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:30,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40848 759880 3208 215072 821576\nSwap: 0 0 0\n' 2019-09-16 18:03:31,291 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45796 755128 3236 214876 816608\nSwap: 0 0 0\n' 2019-09-16 18:03:31,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:03:31,541 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759816 3208 215072 821512\nSwap: 0 0 0\n' 2019-09-16 18:03:32,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45856 755068 3236 214876 816548\nSwap: 0 0 0\n' 2019-09-16 18:03:32,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759912 3208 215072 821608\nSwap: 0 0 0\n' 2019-09-16 18:03:33,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 755024 3236 214876 816504\nSwap: 0 0 0\n' 2019-09-16 18:03:33,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=135 END 2019-09-16 18:03:33,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=136 START 2019-09-16 18:03:33,385 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:33,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759912 3208 215072 821608\nSwap: 0 0 0\n' 2019-09-16 18:03:34,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45924 755000 3236 214876 816480\nSwap: 0 0 0\n' 2019-09-16 18:03:34,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:03:34,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41008 759720 3208 215072 821416\nSwap: 0 0 0\n' 2019-09-16 18:03:34,779 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:34,781 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215072i,average.free=759805i,average.shared=3208i,average.total=1015800i,average.used=40922i,free.memory0.available="821448",free.memory0.buff/cache="215072",free.memory0.free="759752",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40976",free.memory1.available="821464",free.memory1.buff/cache="215072",free.memory1.free="759768",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40960",free.memory2.available="821464",free.memory2.buff/cache="215072",free.memory2.free="759768",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40960",free.memory3.available="821624",free.memory3.buff/cache="215072",free.memory3.free="759864",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40864",free.memory4.available="821592",free.memory4.buff/cache="215072",free.memory4.free="759896",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="40832",free.memory5.available="821432",free.memory5.buff/cache="215072",free.memory5.free="759736",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40992",free.memory6.available="821496",free.memory6.buff/cache="215072",free.memory6.free="759800",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="40928",free.memory7.available="821528",free.memory7.buff/cache="215072",free.memory7.free="759832",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="40896",free.memory8.available="821528",free.memory8.buff/cache="215072",free.memory8.free="759832",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40896",max.buff/cache=215072i,max.free=759896i,max.shared=3208i,max.total=1015800i,max.used=40992i 1568657010506872832 2019-09-16 18:03:34,892 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:34,893 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657010367884032 2019-09-16 18:03:34,997 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:34,998 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568657013384035072 2019-09-16 18:03:35,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46048 754876 3236 214876 816356\nSwap: 0 0 0\n' 2019-09-16 18:03:35,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40816 759912 3208 215072 821608\nSwap: 0 0 0\n' 2019-09-16 18:03:36,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45900 755024 3236 214876 816504\nSwap: 0 0 0\n' 2019-09-16 18:03:36,400 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=136 END 2019-09-16 18:03:36,400 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=137 START 2019-09-16 18:03:36,400 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:36,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41008 759720 3208 215072 821416\nSwap: 0 0 0\n' 2019-09-16 18:03:37,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=42 END 2019-09-16 18:03:37,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15051 seq=43 START 2019-09-16 18:03:37,297 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:37,301 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 45768 755156 3236 214876 816636\nSwap: 0 0 0\n' 2019-09-16 18:03:37,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:03:37,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41008 759720 3208 215072 821416\nSwap: 0 0 0\n' 2019-09-16 18:03:38,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 46016 754908 3236 214876 816388\nSwap: 0 0 0\n' 2019-09-16 18:03:38,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40912 759816 3208 215072 821512\nSwap: 0 0 0\n' 2019-09-16 18:03:39,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 755056 3236 214876 816536\nSwap: 0 0 0\n' 2019-09-16 18:03:39,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=137 END 2019-09-16 18:03:39,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=138 START 2019-09-16 18:03:39,416 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:39,547 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40976 759752 3208 215072 821448\nSwap: 0 0 0\n' 2019-09-16 18:03:40,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:40,126 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214876i,average.free=755091i,average.shared=3236i,average.total=1015800i,average.used=45832i,free.memory0.available="816896",free.memory0.buff/cache="214876",free.memory0.free="755416",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45508",free.memory1.available="816640",free.memory1.buff/cache="214876",free.memory1.free="755160",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="45764",free.memory2.available="816516",free.memory2.buff/cache="214876",free.memory2.free="755036",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45888",free.memory3.available="816664",free.memory3.buff/cache="214876",free.memory3.free="755184",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45740",free.memory4.available="816608",free.memory4.buff/cache="214876",free.memory4.free="755128",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45796",free.memory5.available="816548",free.memory5.buff/cache="214876",free.memory5.free="755068",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45856",free.memory6.available="816504",free.memory6.buff/cache="214876",free.memory6.free="755024",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45900",free.memory7.available="816480",free.memory7.buff/cache="214876",free.memory7.free="755000",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="45924",free.memory8.available="816356",free.memory8.buff/cache="214876",free.memory8.free="754876",free.memory8.shared="3236",free.memory8.total="1015800",free.memory8.used="46048",free.memory9.available="816504",free.memory9.buff/cache="214876",free.memory9.free="755024",free.memory9.shared="3236",free.memory9.total="1015800",free.memory9.used="45900",max.buff/cache=214876i,max.free=755416i,max.shared=3236i,max.total=1015800i,max.used=46048i 1568657017295833088 2019-09-16 18:03:40,226 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:40,227 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568657016399975936 2019-09-16 18:03:40,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45892 755032 3236 214876 816512\nSwap: 0 0 0\n' 2019-09-16 18:03:40,375 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:40,376 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657019415524096 2019-09-16 18:03:40,427 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:03:40,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=41 END 2019-09-16 18:03:40,551 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15052 seq=42 START 2019-09-16 18:03:40,551 [INFO] yardstick.benchmark.scenarios.compute.memload memload.py:60 Executing: free -c '10' -s '1' 2019-09-16 18:03:40,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' total used free shared buff/cache available\nMem: 1015800 40928 759800 3208 215072 821496\nSwap: 0 0 0\n' 2019-09-16 18:03:41,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45984 754940 3236 214876 816420\nSwap: 0 0 0\n' 2019-09-16 18:03:41,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40928 759800 3208 215072 821496\nSwap: 0 0 0\n' 2019-09-16 18:03:42,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45868 755056 3236 214876 816536\nSwap: 0 0 0\n' 2019-09-16 18:03:42,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=138 END 2019-09-16 18:03:42,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15053 seq=139 START 2019-09-16 18:03:42,432 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.5 2019-09-16 18:03:42,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 40832 759896 3208 215072 821592\nSwap: 0 0 0\n' 2019-09-16 18:03:43,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 45688 755236 3236 214876 816716\nSwap: 0 0 0\n' 2019-09-16 18:03:43,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19910542 , "packets_per_second":999957, "flows":1001000, "errors":0 }\n' 2019-09-16 18:03:43,330 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:03:43,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19470699' 2019-09-16 18:03:43,344 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 439843 - Lost ppm 22091 2019-09-16 18:03:43,345 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 22091 > sla_max_ppm 1000; ',) 2019-09-16 18:03:43,440 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:03:43,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41056 759648 3208 215096 821344\nSwap: 0 0 0\n' 2019-09-16 18:03:44,302 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 44636 756288 3236 214876 817768\nSwap: 0 0 0\n' 2019-09-16 18:03:44,347 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15105 seq=2 END 2019-09-16 18:03:44,347 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:03:44,348 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:03:44,348 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:03:44,400 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:44,401 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999957i,packets_received=19470699i,packets_sent=19910542i,packetsize=64i,ppm=22091.0 1568657024347112960 2019-09-16 18:03:44,499 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:03:44,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:45,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 42772 758256 3208 214772 819736\nSwap: 0 0 0\n' 2019-09-16 18:03:45,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15053 seq=139 END 2019-09-16 18:03:45,445 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:03:45,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 2 2019-09-16 18:03:45,445 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:03:45,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:46,303 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 41156 759940 3180 214704 821424\nSwap: 0 0 0\n' 2019-09-16 18:03:46,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:47,306 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15051 seq=43 END 2019-09-16 18:03:47,307 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:03:47,307 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:03:47,307 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:03:47,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:47,323 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=214848i,average.free=755986i,average.shared=3227i,average.total=1015800i,average.used=44964i,free.memory0.available="816636",free.memory0.buff/cache="214876",free.memory0.free="755156",free.memory0.shared="3236",free.memory0.total="1015800",free.memory0.used="45768",free.memory1.available="816388",free.memory1.buff/cache="214876",free.memory1.free="754908",free.memory1.shared="3236",free.memory1.total="1015800",free.memory1.used="46016",free.memory2.available="816536",free.memory2.buff/cache="214876",free.memory2.free="755056",free.memory2.shared="3236",free.memory2.total="1015800",free.memory2.used="45868",free.memory3.available="816512",free.memory3.buff/cache="214876",free.memory3.free="755032",free.memory3.shared="3236",free.memory3.total="1015800",free.memory3.used="45892",free.memory4.available="816420",free.memory4.buff/cache="214876",free.memory4.free="754940",free.memory4.shared="3236",free.memory4.total="1015800",free.memory4.used="45984",free.memory5.available="816536",free.memory5.buff/cache="214876",free.memory5.free="755056",free.memory5.shared="3236",free.memory5.total="1015800",free.memory5.used="45868",free.memory6.available="816716",free.memory6.buff/cache="214876",free.memory6.free="755236",free.memory6.shared="3236",free.memory6.total="1015800",free.memory6.used="45688",free.memory7.available="817768",free.memory7.buff/cache="214876",free.memory7.free="756288",free.memory7.shared="3236",free.memory7.total="1015800",free.memory7.used="44636",free.memory8.available="819736",free.memory8.buff/cache="214772",free.memory8.free="758256",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="42772",free.memory9.available="821424",free.memory9.buff/cache="214704",free.memory9.free="759940",free.memory9.shared="3180",free.memory9.total="1015800",free.memory9.used="41156",max.buff/cache=214876i,max.free=759940i,max.shared=3236i,max.total=1015800i,max.used=46016i 1568657027306308864 2019-09-16 18:03:47,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:47,475 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215072i,average.free=759816i,average.shared=3208i,average.total=1015800i,average.used=40912i,free.memory0.available="821576",free.memory0.buff/cache="215072",free.memory0.free="759880",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40848",free.memory1.available="821512",free.memory1.buff/cache="215072",free.memory1.free="759816",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40912",free.memory2.available="821608",free.memory2.buff/cache="215072",free.memory2.free="759912",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40816",free.memory3.available="821608",free.memory3.buff/cache="215072",free.memory3.free="759912",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="40816",free.memory4.available="821416",free.memory4.buff/cache="215072",free.memory4.free="759720",free.memory4.shared="3208",free.memory4.total="1015800",free.memory4.used="41008",free.memory5.available="821608",free.memory5.buff/cache="215072",free.memory5.free="759912",free.memory5.shared="3208",free.memory5.total="1015800",free.memory5.used="40816",free.memory6.available="821416",free.memory6.buff/cache="215072",free.memory6.free="759720",free.memory6.shared="3208",free.memory6.total="1015800",free.memory6.used="41008",free.memory7.available="821416",free.memory7.buff/cache="215072",free.memory7.free="759720",free.memory7.shared="3208",free.memory7.total="1015800",free.memory7.used="41008",free.memory8.available="821512",free.memory8.buff/cache="215072",free.memory8.free="759816",free.memory8.shared="3208",free.memory8.total="1015800",free.memory8.used="40912",free.memory9.available="821448",free.memory9.buff/cache="215072",free.memory9.free="759752",free.memory9.shared="3208",free.memory9.total="1015800",free.memory9.used="40976",max.buff/cache=215072i,max.free=759912i,max.shared=3208i,max.total=1015800i,max.used=41008i 1568657020550797056 2019-09-16 18:03:47,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:48,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:49,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n total used free shared buff/cache available\nMem: 1015800 39568 761184 3180 215048 822880\nSwap: 0 0 0\n' 2019-09-16 18:03:50,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15052 seq=42 END 2019-09-16 18:03:50,591 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:03:50,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:03:50,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:03:50,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:50,648 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.buff/cache=215060i,average.free=760624i,average.shared=3191i,average.total=1015800i,average.used=40115i,free.memory0.available="821496",free.memory0.buff/cache="215072",free.memory0.free="759800",free.memory0.shared="3208",free.memory0.total="1015800",free.memory0.used="40928",free.memory1.available="821496",free.memory1.buff/cache="215072",free.memory1.free="759800",free.memory1.shared="3208",free.memory1.total="1015800",free.memory1.used="40928",free.memory2.available="821592",free.memory2.buff/cache="215072",free.memory2.free="759896",free.memory2.shared="3208",free.memory2.total="1015800",free.memory2.used="40832",free.memory3.available="821344",free.memory3.buff/cache="215096",free.memory3.free="759648",free.memory3.shared="3208",free.memory3.total="1015800",free.memory3.used="41056",free.memory4.available="822880",free.memory4.buff/cache="215048",free.memory4.free="761184",free.memory4.shared="3180",free.memory4.total="1015800",free.memory4.used="39568",free.memory5.available="822880",free.memory5.buff/cache="215048",free.memory5.free="761184",free.memory5.shared="3180",free.memory5.total="1015800",free.memory5.used="39568",free.memory6.available="822880",free.memory6.buff/cache="215048",free.memory6.free="761184",free.memory6.shared="3180",free.memory6.total="1015800",free.memory6.used="39568",free.memory7.available="822880",free.memory7.buff/cache="215048",free.memory7.free="761184",free.memory7.shared="3180",free.memory7.total="1015800",free.memory7.used="39568",free.memory8.available="822880",free.memory8.buff/cache="215048",free.memory8.free="761184",free.memory8.shared="3180",free.memory8.total="1015800",free.memory8.used="39568",free.memory9.available="822880",free.memory9.buff/cache="215048",free.memory9.free="761184",free.memory9.shared="3180",free.memory9.total="1015800",free.memory9.used="39568",max.buff/cache=215096i,max.free=761184i,max.shared=3208i,max.total=1015800i,max.used=41056i 1568657030590568192 2019-09-16 18:03:50,760 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:03:50,760 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657022431879168 2019-09-16 18:03:50,856 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:03:50,857 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc070,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657025444289024 2019-09-16 18:03:50,976 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc070" SUCCESS!!! 2019-09-16 18:03:50,976 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC070-abbc28e6' START 2019-09-16 18:04:21,178 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC070-abbc28e6' DONE 2019-09-16 18:04:21,178 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc070.yaml finished in 503 secs 2019-09-16 18:04:21,179 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC071-abbc28e6' START 2019-09-16 18:04:21,588 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC071-abbc28e6' created 2019-09-16 18:04:21,588 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC071-abbc28e6-key' 2019-09-16 18:04:21,588 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC071-abbc28e6-secgroup' 2019-09-16 18:04:21,588 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC071-abbc28e6-test' 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC071-abbc28e6-test-subnet' in network 'yardstick-TC071-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC071-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC071-abbc28e6-test-router-if0' router:'yardstick-TC071-abbc28e6-test-router', subnet:'yardstick-TC071-abbc28e6-test-subnet' 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC071-abbc28e6-test-subnet', 'yardstick-TC071-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC071-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC071-abbc28e6-test-subnet'}}], 'name': 'demeter.yardstick-TC071-abbc28e6-test-port', 'security_groups': ['yardstick-TC071-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC071-abbc28e6-fip', network 'floating_net', port 'demeter.yardstick-TC071-abbc28e6-test-port', rif 'yardstick-TC071-abbc28e6-test-router-if0' 2019-09-16 18:04:21,589 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC071-abbc28e6-fip-assoc', server 'demeter.yardstick-TC071-abbc28e6-test-port', floating_ip 'demeter.yardstick-TC071-abbc28e6-fip' 2019-09-16 18:04:21,590 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC071-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC071-abbc28e6-test-port'] 2019-09-16 18:04:21,590 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC071-abbc28e6-test-subnet', 'yardstick-TC071-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC071-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC071-abbc28e6-test-subnet'}}], 'name': 'poseidon.yardstick-TC071-abbc28e6-test-port', 'security_groups': ['yardstick-TC071-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 18:04:21,590 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC071-abbc28e6-fip', network 'floating_net', port 'poseidon.yardstick-TC071-abbc28e6-test-port', rif 'yardstick-TC071-abbc28e6-test-router-if0' 2019-09-16 18:04:21,590 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC071-abbc28e6-fip-assoc', server 'poseidon.yardstick-TC071-abbc28e6-test-port', floating_ip 'poseidon.yardstick-TC071-abbc28e6-fip' 2019-09-16 18:04:21,590 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC071-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC071-abbc28e6-test-port'] 2019-09-16 18:04:21,590 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC071-abbc28e6' START 2019-09-16 18:04:52,487 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC071-abbc28e6' DONE in 30 secs 2019-09-16 18:04:53,056 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC071-abbc28e6' DONE 2019-09-16 18:04:53,057 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:04:53,057 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc071', u'host': 'demeter.yardstick-TC071-abbc28e6', u'type': u'CACHEstat', u'options': {u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 18:04:53,059 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:04:53,067 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:04:53,068 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc071', u'host': 'poseidon.yardstick-TC071-abbc28e6', u'type': u'CACHEstat', u'options': {u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 18:04:53,071 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:04:53,071 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:04:53,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:04:53,074 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:04:53,078 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:04:53,081 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:04:53,081 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:04:53,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:04:53,084 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:04:53,089 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:04:53,093 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:04:53,093 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:04:53,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:04:53,096 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:04:53,103 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:04:53,105 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:04:53,105 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:04:53,229 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:53,229 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:54,088 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:54,110 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:54,231 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:54,232 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:55,233 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:55,234 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:56,092 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:56,117 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:56,236 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:56,236 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:57,238 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:57,238 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:58,095 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:58,119 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:04:58,241 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:58,241 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:59,243 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:04:59,243 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:05:00,097 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:05:00,122 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:05:00,246 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:05:00,246 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:05:01,248 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:05:01,248 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.119')",) 2019-09-16 18:05:02,100 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:05:02,124 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:05:03,151 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:03,151 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:03,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:05:03,626 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=1 START 2019-09-16 18:05:03,627 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:03,642 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:05:04,914 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:04,915 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:04,916 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'194' 2019-09-16 18:05:05,685 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=1 START 2019-09-16 18:05:05,686 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:05,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:05,917 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:05,917 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:05,941 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 194.000000 > sla: max_rtt(10.000000); ',) 2019-09-16 18:05:06,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:06,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:06,919 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:06,919 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:06,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=1 END 2019-09-16 18:05:06,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=2 START 2019-09-16 18:05:06,945 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:07,124 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 27784 2160 122 92.8% 22 158\n' 2019-09-16 18:05:07,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:07,922 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:07,922 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:07,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 18:05:08,099 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:08,101 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=194.0 1568657106944116992 2019-09-16 18:05:08,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=1 END 2019-09-16 18:05:08,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=2 START 2019-09-16 18:05:08,132 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:08,148 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:08,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:08,480 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:08,924 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:08,924 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:09,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 24902 33 189 99.9% 22 160\n' 2019-09-16 18:05:09,493 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:09,927 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:09,927 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:09,961 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=2 END 2019-09-16 18:05:09,962 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=3 START 2019-09-16 18:05:09,962 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:10,496 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=2 END 2019-09-16 18:05:10,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=3 START 2019-09-16 18:05:10,497 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:10,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:10,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:10,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:10,930 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:10,930 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:10,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-16 18:05:11,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3998 0 0 100.0% 22 160\n' 2019-09-16 18:05:11,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:11,932 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:11,932 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.128')",) 2019-09-16 18:05:12,692 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=3 END 2019-09-16 18:05:12,693 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=4 START 2019-09-16 18:05:12,693 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:12,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:12,874 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:12,875 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:12,974 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=3 END 2019-09-16 18:05:12,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=4 START 2019-09-16 18:05:12,975 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:13,232 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:13,234 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=158i,average.DIRTIES=122i,average.HITS=27784i,average.MISSES=2160i,average.RATIO="92.8%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="158",cachestat.cache0.DIRTIES="122",cachestat.cache0.HITS="27784",cachestat.cache0.MISSES="2160",cachestat.cache0.RATIO="92.8%",max.BUFFERS_MB=22i,max.CACHE_MB=158i,max.DIRTIES=122i,max.HITS=27784i,max.MISSES=2160i,max.RATIO=92.8 1568657108130513920 2019-09-16 18:05:13,329 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:13,331 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=189i,average.HITS=24902i,average.MISSES=33i,average.RATIO="99.9%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="189",cachestat.cache0.HITS="24902",cachestat.cache0.MISSES="33",cachestat.cache0.RATIO="99.9%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=189i,max.HITS=24902i,max.MISSES=33i,max.RATIO=99.9 1568657110496108032 2019-09-16 18:05:13,441 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:13,442 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3998i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3998",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3998i,max.MISSES=0i,max.RATIO=100.0 1568657112692465152 2019-09-16 18:05:13,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:13,549 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568657109961304832 2019-09-16 18:05:13,674 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:13,674 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.129 1568657112974891776 2019-09-16 18:05:13,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2963 0 41 100.0% 22 160\n' 2019-09-16 18:05:13,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:13,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.135' 2019-09-16 18:05:14,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:05:14,191 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:05:14,192 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:05:14,193 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:05:14,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:05:14,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=4 END 2019-09-16 18:05:14,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=5 START 2019-09-16 18:05:14,888 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:14,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:15,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:15,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:15,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=4 END 2019-09-16 18:05:15,989 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=5 START 2019-09-16 18:05:15,989 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:16,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2969 0 1 100.0% 22 160\n' 2019-09-16 18:05:16,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:16,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=1 START 2019-09-16 18:05:16,236 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:16,382 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:16,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:16,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:16,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 18:05:17,083 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=5 END 2019-09-16 18:05:17,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=6 START 2019-09-16 18:05:17,084 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:17,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:17,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:17,266 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:17,547 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15114 seq=1 START 2019-09-16 18:05:17,548 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 18:05:17,576 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 1 64 20 1 1000000 2019-09-16 18:05:17,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 45431 124 301 99.7% 22 160\n' 2019-09-16 18:05:17,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:18,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9669 28 4 99.7% 22 160\n' 2019-09-16 18:05:18,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:18,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=1 END 2019-09-16 18:05:18,620 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=2 START 2019-09-16 18:05:18,621 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:18,629 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:18,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:18,763 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:18,779 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:18,780 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=41i,average.HITS=2963i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="41",cachestat.cache0.HITS="2963",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=41i,max.HITS=2963i,max.MISSES=0i,max.RATIO=100.0 1568657114887886080 2019-09-16 18:05:18,893 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:18,894 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2969i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2969",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2969i,max.MISSES=0i,max.RATIO=100.0 1568657117083771904 2019-09-16 18:05:18,993 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:18,994 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=301i,average.HITS=45431i,average.MISSES=124i,average.RATIO="99.7%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="301",cachestat.cache0.HITS="45431",cachestat.cache0.MISSES="124",cachestat.cache0.RATIO="99.7%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=301i,max.HITS=45431i,max.MISSES=124i,max.RATIO=99.7 1568657118619664896 2019-09-16 18:05:19,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=5 END 2019-09-16 18:05:19,002 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=6 START 2019-09-16 18:05:19,003 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:19,089 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:19,089 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.135 1568657115988506112 2019-09-16 18:05:19,185 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:19,185 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568657119002105856 2019-09-16 18:05:19,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=6 END 2019-09-16 18:05:19,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=7 START 2019-09-16 18:05:19,280 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:19,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:19,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:19,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:19,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1704 0 0 100.0% 22 160\n' 2019-09-16 18:05:19,770 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:20,013 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 18:05:20,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60946 14 0 100.0% 22 160\n' 2019-09-16 18:05:20,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:20,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=2 END 2019-09-16 18:05:20,773 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=3 START 2019-09-16 18:05:20,773 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:20,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:21,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:21,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:21,479 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=7 END 2019-09-16 18:05:21,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=8 START 2019-09-16 18:05:21,480 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:21,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:21,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:21,829 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:22,017 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=6 END 2019-09-16 18:05:22,018 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=7 START 2019-09-16 18:05:22,018 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:22,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1772 0 43 100.0% 22 160\n' 2019-09-16 18:05:22,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:22,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:22,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3008 0 0 100.0% 22 160\n' 2019-09-16 18:05:22,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:23,029 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-16 18:05:23,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=3 END 2019-09-16 18:05:23,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=4 START 2019-09-16 18:05:23,297 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:23,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:23,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:23,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:23,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=8 END 2019-09-16 18:05:23,850 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=9 START 2019-09-16 18:05:23,850 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:23,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:24,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:24,280 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=9669i,average.MISSES=28i,average.RATIO="99.7%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="9669",cachestat.cache0.MISSES="28",cachestat.cache0.RATIO="99.7%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=9669i,max.MISSES=28i,max.RATIO=99.7 1568657119279721984 2019-09-16 18:05:24,335 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:24,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:24,405 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:24,406 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=60946i,average.MISSES=14i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60946",cachestat.cache0.MISSES="14",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=60946i,max.MISSES=14i,max.RATIO=100.0 1568657121479500032 2019-09-16 18:05:24,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:24,514 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3008i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3008",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3008i,max.MISSES=0i,max.RATIO=100.0 1568657123849556992 2019-09-16 18:05:24,613 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:24,615 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1704i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1704",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1704i,max.MISSES=0i,max.RATIO=100.0 1568657120772700160 2019-09-16 18:05:24,718 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:24,719 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=43i,average.HITS=1772i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="43",cachestat.cache0.HITS="1772",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=43i,max.HITS=1772i,max.MISSES=0i,max.RATIO=100.0 1568657123297040896 2019-09-16 18:05:24,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1773 0 0 100.0% 22 160\n' 2019-09-16 18:05:24,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:24,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:24,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:24,818 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568657122017428992 2019-09-16 18:05:25,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=7 END 2019-09-16 18:05:25,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=8 START 2019-09-16 18:05:25,034 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:25,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2989 0 3 100.0% 22 160\n' 2019-09-16 18:05:25,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:25,800 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=4 END 2019-09-16 18:05:25,800 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=5 START 2019-09-16 18:05:25,800 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:25,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:25,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:25,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:26,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 18:05:26,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=9 END 2019-09-16 18:05:26,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=10 START 2019-09-16 18:05:26,352 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:26,368 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:26,703 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:26,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:27,073 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1818 0 0 100.0% 22 160\n' 2019-09-16 18:05:27,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:27,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:27,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2183 0 0 100.0% 22 160\n' 2019-09-16 18:05:27,721 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:28,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=8 END 2019-09-16 18:05:28,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=9 START 2019-09-16 18:05:28,049 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:28,114 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=5 END 2019-09-16 18:05:28,114 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=6 START 2019-09-16 18:05:28,114 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:28,321 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:28,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:28,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:28,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=10 END 2019-09-16 18:05:28,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=11 START 2019-09-16 18:05:28,724 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:28,738 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:29,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:29,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:05:29,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:29,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1802 0 0 100.0% 22 160\n' 2019-09-16 18:05:29,592 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:29,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:29,918 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:29,919 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=2989i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="2989",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=2989i,max.MISSES=0i,max.RATIO=100.0 1568657126352029184 2019-09-16 18:05:30,014 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:30,015 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2183i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2183",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2183i,max.MISSES=0i,max.RATIO=100.0 1568657128724039168 2019-09-16 18:05:30,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2128 0 0 100.0% 22 160\n' 2019-09-16 18:05:30,099 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:30,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:30,111 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1773i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1773",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1773i,max.MISSES=0i,max.RATIO=100.0 1568657125800110080 2019-09-16 18:05:30,230 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:30,230 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1818i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1818",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1818i,max.MISSES=0i,max.RATIO=100.0 1568657128114160896 2019-09-16 18:05:30,328 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:30,328 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.099 1568657125033293056 2019-09-16 18:05:30,447 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:30,447 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568657128048548096 2019-09-16 18:05:30,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=6 END 2019-09-16 18:05:30,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=7 START 2019-09-16 18:05:30,631 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:30,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:30,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:30,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:31,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=9 END 2019-09-16 18:05:31,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=10 START 2019-09-16 18:05:31,086 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:31,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=11 END 2019-09-16 18:05:31,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=12 START 2019-09-16 18:05:31,102 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:31,115 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:31,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:31,448 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:32,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1826 0 0 100.0% 22 160\n' 2019-09-16 18:05:32,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:32,043 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:32,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:05:32,459 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3895 0 0 100.0% 22 160\n' 2019-09-16 18:05:32,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:33,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=7 END 2019-09-16 18:05:33,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=8 START 2019-09-16 18:05:33,080 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:33,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:33,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=12 END 2019-09-16 18:05:33,468 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=13 START 2019-09-16 18:05:33,468 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:33,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:33,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:33,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:33,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:33,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:34,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=10 END 2019-09-16 18:05:34,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=11 START 2019-09-16 18:05:34,102 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:34,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1759 0 2 100.0% 22 160\n' 2019-09-16 18:05:34,729 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:34,731 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:34,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2962 0 0 100.0% 22 160\n' 2019-09-16 18:05:34,835 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:35,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 18:05:35,549 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:35,551 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2128i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2128",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2128i,max.MISSES=0i,max.RATIO=100.0 1568657131101768960 2019-09-16 18:05:35,658 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:35,659 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3895i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3895",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3895i,max.MISSES=0i,max.RATIO=100.0 1568657133467812096 2019-09-16 18:05:35,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=8 END 2019-09-16 18:05:35,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=9 START 2019-09-16 18:05:35,760 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:35,762 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:35,763 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1802i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1802",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1802i,max.MISSES=0i,max.RATIO=100.0 1568657130631037952 2019-09-16 18:05:35,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:35,837 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=13 END 2019-09-16 18:05:35,838 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=14 START 2019-09-16 18:05:35,838 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:35,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:35,871 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:35,872 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1826i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1826",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1826i,max.MISSES=0i,max.RATIO=100.0 1568657133079122176 2019-09-16 18:05:35,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:35,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:36,001 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:36,002 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1759i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1759",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1759i,max.MISSES=0i,max.RATIO=100.0 1568657135759282176 2019-09-16 18:05:36,100 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:36,101 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657131085740032 2019-09-16 18:05:36,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:36,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:36,199 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:36,200 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657134101614080 2019-09-16 18:05:36,954 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1766 0 0 100.0% 22 160\n' 2019-09-16 18:05:36,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:36,962 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:37,182 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=11 END 2019-09-16 18:05:37,183 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=12 START 2019-09-16 18:05:37,183 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:37,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2927 0 0 100.0% 22 160\n' 2019-09-16 18:05:37,201 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:37,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=9 END 2019-09-16 18:05:37,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=10 START 2019-09-16 18:05:37,992 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:38,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:38,205 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=14 END 2019-09-16 18:05:38,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=15 START 2019-09-16 18:05:38,206 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:38,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:38,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:38,293 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:38,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:38,552 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:39,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1796 0 0 100.0% 22 160\n' 2019-09-16 18:05:39,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:39,385 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:39,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1791 0 0 100.0% 22 160\n' 2019-09-16 18:05:39,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:40,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=10 END 2019-09-16 18:05:40,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=11 START 2019-09-16 18:05:40,422 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:40,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:40,566 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:40,567 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:40,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=15 END 2019-09-16 18:05:40,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=16 START 2019-09-16 18:05:40,573 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:40,583 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:40,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:40,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:40,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19935775 , "packets_per_second":999961, "flows":2, "errors":0 }\n' 2019-09-16 18:05:40,805 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 18:05:40,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16774697' 2019-09-16 18:05:40,817 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3161078 - Lost ppm 158564 2019-09-16 18:05:40,818 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 158564 > sla_max_ppm 1000; ',) 2019-09-16 18:05:41,306 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:41,307 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2962i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2962",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2962i,max.MISSES=0i,max.RATIO=100.0 1568657135837852928 2019-09-16 18:05:41,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:41,406 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2927i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2927",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2927i,max.MISSES=0i,max.RATIO=100.0 1568657138205614080 2019-09-16 18:05:41,515 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:41,516 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1791i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1791",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1791i,max.MISSES=0i,max.RATIO=100.0 1568657140572269056 2019-09-16 18:05:41,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6176 0 3 100.0% 22 160\n' 2019-09-16 18:05:41,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:41,611 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:41,612 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1766i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1766",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1766i,max.MISSES=0i,max.RATIO=100.0 1568657137991385088 2019-09-16 18:05:41,715 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:41,716 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1796i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1796",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1796i,max.MISSES=0i,max.RATIO=100.0 1568657140421815040 2019-09-16 18:05:41,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12536 0 9 100.0% 22 160\n' 2019-09-16 18:05:41,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:41,810 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:41,811 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568657137182797824 2019-09-16 18:05:41,821 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15114 seq=1 END 2019-09-16 18:05:41,821 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15114 seq=2 START 2019-09-16 18:05:41,822 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 18:05:41,833 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 1 64 20 1 1000000 2019-09-16 18:05:42,576 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=11 END 2019-09-16 18:05:42,576 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=12 START 2019-09-16 18:05:42,576 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:42,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:42,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:42,719 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:42,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=16 END 2019-09-16 18:05:42,767 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=17 START 2019-09-16 18:05:42,768 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:42,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:42,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:42,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:43,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1926 0 0 100.0% 22 160\n' 2019-09-16 18:05:43,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:43,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1753 0 0 100.0% 22 160\n' 2019-09-16 18:05:43,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:44,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=12 END 2019-09-16 18:05:44,729 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=13 START 2019-09-16 18:05:44,729 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:44,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:44,962 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=17 END 2019-09-16 18:05:44,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=18 START 2019-09-16 18:05:44,963 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:44,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:45,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:45,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:45,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:45,318 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:46,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1782 0 11 100.0% 22 160\n' 2019-09-16 18:05:46,163 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:46,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1827 0 0 100.0% 22 160\n' 2019-09-16 18:05:46,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:46,926 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:46,927 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999961i,packets_received=16774697i,packets_sent=19935775i,packetsize=64i,ppm=158564.0 1568657141820524032 2019-09-16 18:05:47,035 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:47,036 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=9i,average.HITS=12536i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="9",cachestat.cache0.HITS="12536",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=9i,max.HITS=12536i,max.MISSES=0i,max.RATIO=100.0 1568657142767264000 2019-09-16 18:05:47,150 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:47,151 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1753i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1753",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1753i,max.MISSES=0i,max.RATIO=100.0 1568657144962899968 2019-09-16 18:05:47,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=13 END 2019-09-16 18:05:47,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=14 START 2019-09-16 18:05:47,194 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:47,252 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:47,253 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=6176i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6176",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=6176i,max.MISSES=0i,max.RATIO=100.0 1568657142576005888 2019-09-16 18:05:47,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=18 END 2019-09-16 18:05:47,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=19 START 2019-09-16 18:05:47,339 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:47,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:47,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:47,353 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:47,354 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1926i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1926",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1926i,max.MISSES=0i,max.RATIO=100.0 1568657144728854016 2019-09-16 18:05:47,456 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:47,457 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=11i,average.HITS=1782i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="11",cachestat.cache0.HITS="1782",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=11i,max.HITS=1782i,max.MISSES=0i,max.RATIO=100.0 1568657147193012992 2019-09-16 18:05:47,505 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:47,509 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:47,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:47,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:48,193 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:05:48,193 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:05:48,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2024 0 0 100.0% 22 160\n' 2019-09-16 18:05:48,606 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:48,608 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:48,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3696 0 0 100.0% 22 160\n' 2019-09-16 18:05:48,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:49,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=12 END 2019-09-16 18:05:49,196 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=13 START 2019-09-16 18:05:49,196 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:49,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=14 END 2019-09-16 18:05:49,647 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=15 START 2019-09-16 18:05:49,647 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:49,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=19 END 2019-09-16 18:05:49,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=20 START 2019-09-16 18:05:49,711 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:49,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:50,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:50,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:50,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:50,205 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.064' 2019-09-16 18:05:50,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:50,370 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:51,071 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4099 0 0 100.0% 22 160\n' 2019-09-16 18:05:51,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:51,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1807 0 0 100.0% 22 160\n' 2019-09-16 18:05:51,415 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:51,416 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:52,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=20 END 2019-09-16 18:05:52,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=21 START 2019-09-16 18:05:52,081 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:52,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:52,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=13 END 2019-09-16 18:05:52,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=14 START 2019-09-16 18:05:52,210 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:52,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:52,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:52,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=15 END 2019-09-16 18:05:52,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=16 START 2019-09-16 18:05:52,451 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:52,552 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:05:52,554 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1827i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1827",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1827i,max.MISSES=0i,max.RATIO=100.0 1568657147338323968 2019-09-16 18:05:52,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:52,669 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:52,670 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3696i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3696",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3696i,max.MISSES=0i,max.RATIO=100.0 1568657149710231040 2019-09-16 18:05:52,773 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:52,774 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4099i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4099",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4099i,max.MISSES=0i,max.RATIO=100.0 1568657152080421888 2019-09-16 18:05:52,825 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:52,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:52,867 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:52,868 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2024i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2024",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2024i,max.MISSES=0i,max.RATIO=100.0 1568657149646738176 2019-09-16 18:05:52,970 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:52,971 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1807i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1807",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1807i,max.MISSES=0i,max.RATIO=100.0 1568657152450748928 2019-09-16 18:05:53,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:53,073 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657149195808768 2019-09-16 18:05:53,171 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:53,171 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.064 1568657152209861120 2019-09-16 18:05:53,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 18:05:53,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4023 0 1 100.0% 22 160\n' 2019-09-16 18:05:53,445 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:53,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1793 0 0 100.0% 22 160\n' 2019-09-16 18:05:53,932 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:53,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:54,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=21 END 2019-09-16 18:05:54,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=22 START 2019-09-16 18:05:54,451 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:54,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:54,801 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:54,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:54,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=16 END 2019-09-16 18:05:54,971 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=17 START 2019-09-16 18:05:54,971 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:55,129 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:55,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:55,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:55,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=14 END 2019-09-16 18:05:55,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=15 START 2019-09-16 18:05:55,354 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:05:55,813 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2973 0 0 100.0% 22 160\n' 2019-09-16 18:05:55,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:56,445 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1707 0 0 100.0% 22 160\n' 2019-09-16 18:05:56,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:56,452 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:56,822 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=22 END 2019-09-16 18:05:56,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=23 START 2019-09-16 18:05:56,823 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:56,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:57,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:57,173 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:57,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=17 END 2019-09-16 18:05:57,489 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=18 START 2019-09-16 18:05:57,489 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:57,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:57,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:57,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:58,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1677 0 0 100.0% 22 160\n' 2019-09-16 18:05:58,189 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:05:58,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:58,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=4023i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4023",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=4023i,max.MISSES=0i,max.RATIO=100.0 1568657154450299136 2019-09-16 18:05:58,390 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:58,391 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2973i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2973",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2973i,max.MISSES=0i,max.RATIO=100.0 1568657156822400000 2019-09-16 18:05:58,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:05:58,499 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1793i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1793",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1793i,max.MISSES=0i,max.RATIO=100.0 1568657154970874112 2019-09-16 18:05:58,604 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:58,605 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1707i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1707",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1707i,max.MISSES=0i,max.RATIO=100.0 1568657157488599040 2019-09-16 18:05:58,707 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:05:58,708 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568657155354001152 2019-09-16 18:05:58,955 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1794 0 0 100.0% 22 160\n' 2019-09-16 18:05:58,959 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:05:58,961 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:05:59,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=23 END 2019-09-16 18:05:59,193 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=24 START 2019-09-16 18:05:59,193 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:05:59,208 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:05:59,541 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:05:59,542 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:05:59,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=18 END 2019-09-16 18:05:59,992 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=19 START 2019-09-16 18:05:59,993 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:00,120 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:00,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:00,296 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:00,553 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1783 0 0 100.0% 22 160\n' 2019-09-16 18:06:00,560 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:01,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1756 0 0 100.0% 22 160\n' 2019-09-16 18:06:01,372 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:01,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=24 END 2019-09-16 18:06:01,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=25 START 2019-09-16 18:06:01,563 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:01,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:01,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:01,913 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:02,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=19 END 2019-09-16 18:06:02,377 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=20 START 2019-09-16 18:06:02,377 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:02,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:02,844 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:02,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:02,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1744 0 0 100.0% 22 160\n' 2019-09-16 18:06:02,929 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:03,821 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:03,822 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1677i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1677",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1677i,max.MISSES=0i,max.RATIO=100.0 1568657159192604928 2019-09-16 18:06:03,932 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=25 END 2019-09-16 18:06:03,933 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=26 START 2019-09-16 18:06:03,933 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:03,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1756 0 0 100.0% 22 160\n' 2019-09-16 18:06:03,938 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:03,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:03,964 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:03,965 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1783i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1783",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1783i,max.MISSES=0i,max.RATIO=100.0 1568657161562448128 2019-09-16 18:06:04,088 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:04,089 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1744i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1744",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1744i,max.MISSES=0i,max.RATIO=100.0 1568657163932556032 2019-09-16 18:06:04,159 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:04,160 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:04,218 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:04,219 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1794i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1794",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1794i,max.MISSES=0i,max.RATIO=100.0 1568657159992197888 2019-09-16 18:06:04,314 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:04,315 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1756i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1756",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1756i,max.MISSES=0i,max.RATIO=100.0 1568657162376153856 2019-09-16 18:06:04,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=20 END 2019-09-16 18:06:04,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=21 START 2019-09-16 18:06:04,941 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:04,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:05,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19967990 , "packets_per_second":999772, "flows":2, "errors":0 }\n' 2019-09-16 18:06:05,047 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 18:06:05,087 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17126166' 2019-09-16 18:06:05,088 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2841824 - Lost ppm 142319 2019-09-16 18:06:05,089 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 142319 > sla_max_ppm 1000; ',) 2019-09-16 18:06:05,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:05,089 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:05,168 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12256 0 1 100.0% 22 160\n' 2019-09-16 18:06:05,170 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:06,090 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15114 seq=2 END 2019-09-16 18:06:06,091 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:06:06,091 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:06:06,091 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:06:06,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1827 0 0 100.0% 22 160\n' 2019-09-16 18:06:06,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:06,128 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:06,129 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999772i,packets_received=17126166i,packets_sent=19967990i,packetsize=64i,ppm=142319.0 1568657166090672128 2019-09-16 18:06:06,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=26 END 2019-09-16 18:06:06,173 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=27 START 2019-09-16 18:06:06,174 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:06,184 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:06,237 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:06:06,238 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:06:06,241 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:06:06,251 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:06:06,253 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:06:06,254 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:06:06,356 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:06,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:06,364 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:06:06,365 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:06:06,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:06:06,525 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:06:06,526 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:06:06,832 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:06:07,099 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=21 END 2019-09-16 18:06:07,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=22 START 2019-09-16 18:06:07,100 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:07,108 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:07,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:07,243 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:07,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 30354 0 4 100.0% 22 160\n' 2019-09-16 18:06:07,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:07,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=15 END 2019-09-16 18:06:07,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=16 START 2019-09-16 18:06:07,368 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:08,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=27 END 2019-09-16 18:06:08,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=28 START 2019-09-16 18:06:08,370 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:08,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:08,397 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1799 0 3 100.0% 22 160\n' 2019-09-16 18:06:08,398 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:08,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'16.6' 2019-09-16 18:06:08,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:08,555 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:09,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=22 END 2019-09-16 18:06:09,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=23 START 2019-09-16 18:06:09,402 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:09,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:09,429 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 16.600000 > sla: max_rtt(10.000000); ',) 2019-09-16 18:06:09,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:09,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:09,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2189 0 1 100.0% 22 160\n' 2019-09-16 18:06:09,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:09,880 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15129 seq=1 START 2019-09-16 18:06:09,881 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 18:06:09,895 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 10 64 20 1 1000000 2019-09-16 18:06:10,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=16 END 2019-09-16 18:06:10,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=17 START 2019-09-16 18:06:10,431 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:10,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 8446 2 6 100.0% 22 160\n' 2019-09-16 18:06:10,550 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:10,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=28 END 2019-09-16 18:06:10,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=29 START 2019-09-16 18:06:10,569 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:10,578 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:10,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:10,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:11,247 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:06:11,249 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=12256i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="12256",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=12256i,max.MISSES=0i,max.RATIO=100.0 1568657166173294080 2019-09-16 18:06:11,357 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:11,358 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=30354i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="30354",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=30354i,max.MISSES=0i,max.RATIO=100.0 1568657168369891840 2019-09-16 18:06:11,454 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:11,455 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2189i,max.MISSES=0i,max.RATIO=100.0 1568657170568054016 2019-09-16 18:06:11,553 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=23 END 2019-09-16 18:06:11,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=24 START 2019-09-16 18:06:11,554 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:11,559 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-16 18:06:11,560 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1756i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1756",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1756i,max.MISSES=0i,max.RATIO=100.0 1568657164940353024 2019-09-16 18:06:11,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'122' 2019-09-16 18:06:11,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:11,658 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:06:11,659 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1827i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1827",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1827i,max.MISSES=0i,max.RATIO=100.0 1568657167099328000 2019-09-16 18:06:11,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:11,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:11,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4000 0 0 100.0% 22 160\n' 2019-09-16 18:06:11,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:11,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:11,770 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=1799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1799",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=1799i,max.MISSES=0i,max.RATIO=100.0 1568657169401061888 2019-09-16 18:06:11,873 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:11,874 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=8446i,average.MISSES=2i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="8446",cachestat.cache0.MISSES="2",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=8446i,max.MISSES=2i,max.RATIO=100.0 1568657171553363200 2019-09-16 18:06:11,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:11,973 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657167367041024 2019-09-16 18:06:12,084 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:12,085 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=16.6 1568657170430939904 2019-09-16 18:06:12,566 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: rtt 122.000000 > sla: max_rtt(10.000000); ',) 2019-09-16 18:06:12,761 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1832 0 0 100.0% 22 160\n' 2019-09-16 18:06:12,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=29 END 2019-09-16 18:06:12,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=30 START 2019-09-16 18:06:12,764 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:12,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:12,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:13,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:13,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:13,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=17 END 2019-09-16 18:06:13,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=18 START 2019-09-16 18:06:13,569 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:13,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=24 END 2019-09-16 18:06:13,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=25 START 2019-09-16 18:06:13,771 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:13,933 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:14,112 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:14,113 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:14,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3007 0 0 100.0% 22 160\n' 2019-09-16 18:06:14,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:15,138 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=30 END 2019-09-16 18:06:15,139 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=31 START 2019-09-16 18:06:15,139 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:15,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1797 0 0 100.0% 22 160\n' 2019-09-16 18:06:15,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:15,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:15,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:15,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:16,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=25 END 2019-09-16 18:06:16,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=26 START 2019-09-16 18:06:16,153 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:16,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:16,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:16,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:16,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1823 0 0 100.0% 22 160\n' 2019-09-16 18:06:16,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:17,185 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:17,186 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4000i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4000",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4000i,max.MISSES=0i,max.RATIO=100.0 1568657172763611904 2019-09-16 18:06:17,319 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:17,320 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3007i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3007",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3007i,max.MISSES=0i,max.RATIO=100.0 1568657175138504960 2019-09-16 18:06:17,425 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:17,427 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1832i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1832",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1832i,max.MISSES=0i,max.RATIO=100.0 1568657173770937856 2019-09-16 18:06:17,508 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=31 END 2019-09-16 18:06:17,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=32 START 2019-09-16 18:06:17,509 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:17,513 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1753 0 0 100.0% 22 160\n' 2019-09-16 18:06:17,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:17,523 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:17,531 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:17,532 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1797i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1797",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1797i,max.MISSES=0i,max.RATIO=100.0 1568657176152244992 2019-09-16 18:06:17,627 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:17,628 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=122.0 1568657173568067072 2019-09-16 18:06:17,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:17,857 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:18,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=26 END 2019-09-16 18:06:18,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=27 START 2019-09-16 18:06:18,518 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:18,678 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:18,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:18,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:18,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1776 0 0 100.0% 22 160\n' 2019-09-16 18:06:18,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:19,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=32 END 2019-09-16 18:06:19,877 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=33 START 2019-09-16 18:06:19,877 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:19,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1767 0 2 100.0% 22 160\n' 2019-09-16 18:06:19,883 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:19,892 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:20,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:20,225 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:20,885 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=27 END 2019-09-16 18:06:20,886 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=28 START 2019-09-16 18:06:20,886 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:21,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:21,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:21,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:21,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1821 0 2 100.0% 22 160\n' 2019-09-16 18:06:21,241 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:22,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=33 END 2019-09-16 18:06:22,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=34 START 2019-09-16 18:06:22,245 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:22,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1731 0 0 100.0% 22 160\n' 2019-09-16 18:06:22,251 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:22,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:22,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:22,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:22,736 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:06:22,737 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1823i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1823",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1823i,max.MISSES=0i,max.RATIO=100.0 1568657177508296960 2019-09-16 18:06:22,864 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:22,865 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1776i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1776",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1776i,max.MISSES=0i,max.RATIO=100.0 1568657179876896000 2019-09-16 18:06:22,974 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:22,975 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1821i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1821",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1821i,max.MISSES=0i,max.RATIO=100.0 1568657182244829952 2019-09-16 18:06:23,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:23,083 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1753i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1753",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1753i,max.MISSES=0i,max.RATIO=100.0 1568657178517512192 2019-09-16 18:06:23,183 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:23,184 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568657180885924096 2019-09-16 18:06:23,253 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=28 END 2019-09-16 18:06:23,254 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=29 START 2019-09-16 18:06:23,254 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:23,283 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:23,284 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1731i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1731",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1731i,max.MISSES=0i,max.RATIO=100.0 1568657183253752064 2019-09-16 18:06:23,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:23,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1781 0 0 100.0% 22 160\n' 2019-09-16 18:06:23,612 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:23,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:23,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:24,578 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:06:24,578 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:06:24,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=34 END 2019-09-16 18:06:24,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=35 START 2019-09-16 18:06:24,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:24,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:24,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 22 160\n' 2019-09-16 18:06:24,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:24,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:24,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:25,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=18 END 2019-09-16 18:06:25,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=19 START 2019-09-16 18:06:25,582 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:25,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=29 END 2019-09-16 18:06:25,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=30 START 2019-09-16 18:06:25,700 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:25,868 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:25,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3002 0 0 100.0% 22 160\n' 2019-09-16 18:06:25,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:26,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:26,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:26,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.279' 2019-09-16 18:06:26,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=35 END 2019-09-16 18:06:26,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=36 START 2019-09-16 18:06:26,991 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:27,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:27,092 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 22 160\n' 2019-09-16 18:06:27,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:27,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:27,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:28,100 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=30 END 2019-09-16 18:06:28,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=31 START 2019-09-16 18:06:28,101 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:28,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:28,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2202 0 0 100.0% 22 160\n' 2019-09-16 18:06:28,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:28,388 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:28,389 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1781",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568657184614797056 2019-09-16 18:06:28,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:28,442 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:28,497 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:28,498 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3002i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3002",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3002i,max.MISSES=0i,max.RATIO=100.0 1568657186990866944 2019-09-16 18:06:28,596 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=19 END 2019-09-16 18:06:28,596 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=20 START 2019-09-16 18:06:28,597 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:28,610 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:28,611 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1781",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568657185699023872 2019-09-16 18:06:28,719 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:28,720 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1787",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568657188100833024 2019-09-16 18:06:28,825 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:28,826 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657185580931840 2019-09-16 18:06:28,948 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:28,949 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.279 1568657188596091904 2019-09-16 18:06:29,362 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=36 END 2019-09-16 18:06:29,363 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=37 START 2019-09-16 18:06:29,363 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:29,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:29,476 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1687 0 0 100.0% 22 160\n' 2019-09-16 18:06:29,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:29,634 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-16 18:06:29,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:29,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:30,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=31 END 2019-09-16 18:06:30,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=32 START 2019-09-16 18:06:30,481 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:30,636 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:30,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2226 0 0 100.0% 22 160\n' 2019-09-16 18:06:30,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:30,808 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:30,809 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:31,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=20 END 2019-09-16 18:06:31,639 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=21 START 2019-09-16 18:06:31,639 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:31,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=37 END 2019-09-16 18:06:31,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=38 START 2019-09-16 18:06:31,734 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:31,748 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:31,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1737 0 2 100.0% 22 160\n' 2019-09-16 18:06:31,842 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:32,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:32,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:32,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.138' 2019-09-16 18:06:32,844 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=32 END 2019-09-16 18:06:32,845 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=33 START 2019-09-16 18:06:32,845 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:32,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:32,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:32,988 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:33,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5782 0 2 100.0% 22 160\n' 2019-09-16 18:06:33,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:33,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19906369 , "packets_per_second":999951, "flows":110, "errors":0 }\n' 2019-09-16 18:06:33,212 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 18:06:33,222 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17102303' 2019-09-16 18:06:33,223 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2804066 - Lost ppm 140863 2019-09-16 18:06:33,224 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 140863 > sla_max_ppm 1000; ',) 2019-09-16 18:06:33,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6580 0 3 100.0% 22 160\n' 2019-09-16 18:06:33,995 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:34,051 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:34,052 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2202i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2202",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2202i,max.MISSES=0i,max.RATIO=100.0 1568657189362567936 2019-09-16 18:06:34,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:34,156 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2226i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2226",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2226i,max.MISSES=0i,max.RATIO=100.0 1568657191732983040 2019-09-16 18:06:34,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=38 END 2019-09-16 18:06:34,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=39 START 2019-09-16 18:06:34,207 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:34,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:34,228 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15129 seq=1 END 2019-09-16 18:06:34,229 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15129 seq=2 START 2019-09-16 18:06:34,229 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 18:06:34,241 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 10 64 20 1 1000000 2019-09-16 18:06:34,258 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:34,259 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=5782i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="5782",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=5782i,max.MISSES=0i,max.RATIO=100.0 1568657194206077184 2019-09-16 18:06:34,371 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:34,372 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1687i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1687",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1687i,max.MISSES=0i,max.RATIO=100.0 1568657190480189184 2019-09-16 18:06:34,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:34,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:34,474 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:34,475 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1737i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1737",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1737i,max.MISSES=0i,max.RATIO=100.0 1568657192844276992 2019-09-16 18:06:34,575 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:34,576 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.099 1568657191638735104 2019-09-16 18:06:34,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=21 END 2019-09-16 18:06:34,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=22 START 2019-09-16 18:06:34,654 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:34,681 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:34,681 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.138 1568657194653136896 2019-09-16 18:06:34,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=33 END 2019-09-16 18:06:34,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=34 START 2019-09-16 18:06:34,998 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:35,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:35,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:35,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:35,403 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 6357 0 0 100.0% 22 160\n' 2019-09-16 18:06:35,406 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:35,662 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 18:06:36,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 22 160\n' 2019-09-16 18:06:36,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:36,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=39 END 2019-09-16 18:06:36,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=40 START 2019-09-16 18:06:36,410 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:36,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:36,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:36,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:37,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=34 END 2019-09-16 18:06:37,151 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=35 START 2019-09-16 18:06:37,151 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:37,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:37,500 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:37,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:37,644 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2117 0 0 100.0% 22 160\n' 2019-09-16 18:06:37,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:37,667 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=22 END 2019-09-16 18:06:37,667 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=23 START 2019-09-16 18:06:37,668 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:38,591 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1823 0 0 100.0% 22 160\n' 2019-09-16 18:06:38,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:38,596 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:06:38,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=40 END 2019-09-16 18:06:38,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=41 START 2019-09-16 18:06:38,654 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:38,669 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:38,762 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:06:39,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:39,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:39,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=35 END 2019-09-16 18:06:39,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=36 START 2019-09-16 18:06:39,623 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:39,786 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:39,787 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999951i,packets_received=17102303i,packets_sent=19906369i,packetsize=64i,ppm=140863.0 1568657194228129024 2019-09-16 18:06:39,794 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:39,886 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:39,887 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=6357i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="6357",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=6357i,max.MISSES=0i,max.RATIO=100.0 1568657196408918016 2019-09-16 18:06:39,981 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:39,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:39,999 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:40,000 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2117i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2117",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2117i,max.MISSES=0i,max.RATIO=100.0 1568657198653536000 2019-09-16 18:06:40,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2116 0 0 100.0% 22 160\n' 2019-09-16 18:06:40,022 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:40,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:06:40,111 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=6580i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6580",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=6580i,max.MISSES=0i,max.RATIO=100.0 1568657194997200128 2019-09-16 18:06:40,214 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:40,215 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1801",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568657197150317056 2019-09-16 18:06:40,310 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:40,311 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1823i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1823",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1823i,max.MISSES=0i,max.RATIO=100.0 1568657199622643968 2019-09-16 18:06:40,407 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:40,408 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568657197667060992 2019-09-16 18:06:40,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=23 END 2019-09-16 18:06:40,766 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=24 START 2019-09-16 18:06:40,767 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:41,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=41 END 2019-09-16 18:06:41,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=42 START 2019-09-16 18:06:41,026 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:41,040 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:41,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 22 160\n' 2019-09-16 18:06:41,074 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:41,378 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:41,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:41,778 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.100' 2019-09-16 18:06:42,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=36 END 2019-09-16 18:06:42,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=37 START 2019-09-16 18:06:42,077 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:42,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:42,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4000 0 0 100.0% 22 160\n' 2019-09-16 18:06:42,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:42,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:42,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:43,399 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=42 END 2019-09-16 18:06:43,399 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=43 START 2019-09-16 18:06:43,400 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:43,414 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:43,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 3 100.0% 22 160\n' 2019-09-16 18:06:43,465 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:43,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:43,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:43,782 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=24 END 2019-09-16 18:06:43,783 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=25 START 2019-09-16 18:06:43,783 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:44,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=37 END 2019-09-16 18:06:44,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=38 START 2019-09-16 18:06:44,486 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:44,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:44,758 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:44,759 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:44,760 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2979 0 0 100.0% 22 160\n' 2019-09-16 18:06:44,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:44,794 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.115' 2019-09-16 18:06:45,511 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:45,513 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2116i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2116",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2116i,max.MISSES=0i,max.RATIO=100.0 1568657201025073152 2019-09-16 18:06:45,641 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:45,642 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4000i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4000",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4000i,max.MISSES=0i,max.RATIO=100.0 1568657203398982144 2019-09-16 18:06:45,745 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:45,746 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1801",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568657202076982016 2019-09-16 18:06:45,769 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=43 END 2019-09-16 18:06:45,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=44 START 2019-09-16 18:06:45,770 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:45,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1747 0 0 100.0% 22 160\n' 2019-09-16 18:06:45,775 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:45,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:45,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:45,881 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1814",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568657204485598208 2019-09-16 18:06:45,976 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:45,977 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657200766235136 2019-09-16 18:06:46,080 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:46,080 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.1 1568657203782633984 2019-09-16 18:06:46,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:46,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:46,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=38 END 2019-09-16 18:06:46,779 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=39 START 2019-09-16 18:06:46,779 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:46,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=25 END 2019-09-16 18:06:46,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=26 START 2019-09-16 18:06:46,869 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:47,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:47,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2903 0 0 100.0% 22 160\n' 2019-09-16 18:06:47,134 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:47,218 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:47,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:47,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 18:06:48,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=44 END 2019-09-16 18:06:48,137 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=45 START 2019-09-16 18:06:48,138 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:48,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:48,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1842 0 0 100.0% 22 160\n' 2019-09-16 18:06:48,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:48,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:48,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:49,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=39 END 2019-09-16 18:06:49,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=40 START 2019-09-16 18:06:49,258 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:49,441 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:49,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2204 0 0 100.0% 22 160\n' 2019-09-16 18:06:49,504 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:49,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:49,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:49,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=26 END 2019-09-16 18:06:49,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=27 START 2019-09-16 18:06:49,884 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:50,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=45 END 2019-09-16 18:06:50,507 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=46 START 2019-09-16 18:06:50,508 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:50,526 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:50,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1797 0 0 100.0% 22 160\n' 2019-09-16 18:06:50,651 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:51,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.065' 2019-09-16 18:06:51,053 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:51,054 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:51,179 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:06:51,180 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2979i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2979",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2979i,max.MISSES=0i,max.RATIO=100.0 1568657205769208832 2019-09-16 18:06:51,287 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:51,289 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2903i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2903",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2903i,max.MISSES=0i,max.RATIO=100.0 1568657208137257216 2019-09-16 18:06:51,394 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:51,395 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2204i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2204",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2204i,max.MISSES=0i,max.RATIO=100.0 1568657210507281152 2019-09-16 18:06:51,507 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:51,508 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1747i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1747",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1747i,max.MISSES=0i,max.RATIO=100.0 1568657206778615040 2019-09-16 18:06:51,614 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:51,615 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1842i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1842",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1842i,max.MISSES=0i,max.RATIO=100.0 1568657209257278976 2019-09-16 18:06:51,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=40 END 2019-09-16 18:06:51,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=41 START 2019-09-16 18:06:51,655 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:51,718 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:51,719 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1797i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1797",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1797i,max.MISSES=0i,max.RATIO=100.0 1568657211654062080 2019-09-16 18:06:51,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:51,813 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:51,813 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.115 1568657206868079872 2019-09-16 18:06:51,918 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:51,919 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568657209883022080 2019-09-16 18:06:51,989 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:51,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:52,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2104 0 0 100.0% 22 160\n' 2019-09-16 18:06:52,070 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:53,054 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=27 END 2019-09-16 18:06:53,055 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=28 START 2019-09-16 18:06:53,056 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:53,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1725 0 0 100.0% 22 160\n' 2019-09-16 18:06:53,062 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:53,072 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=46 END 2019-09-16 18:06:53,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=47 START 2019-09-16 18:06:53,073 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:53,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:53,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:53,421 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:54,066 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-16 18:06:54,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=41 END 2019-09-16 18:06:54,075 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=42 START 2019-09-16 18:06:54,075 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:54,217 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:54,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:54,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:54,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3904 0 0 100.0% 22 160\n' 2019-09-16 18:06:54,438 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:55,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=47 END 2019-09-16 18:06:55,442 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=48 START 2019-09-16 18:06:55,442 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:55,446 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1704 0 2 100.0% 22 160\n' 2019-09-16 18:06:55,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:55,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:55,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:55,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:56,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=28 END 2019-09-16 18:06:56,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=29 START 2019-09-16 18:06:56,072 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:56,450 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=42 END 2019-09-16 18:06:56,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=43 START 2019-09-16 18:06:56,451 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:56,460 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:56,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:56,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:56,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4204 0 0 100.0% 22 160\n' 2019-09-16 18:06:56,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:57,015 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:57,016 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2104i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2104",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2104i,max.MISSES=0i,max.RATIO=100.0 1568657213072541952 2019-09-16 18:06:57,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-16 18:06:57,153 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:57,154 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3904i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3904",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3904i,max.MISSES=0i,max.RATIO=100.0 1568657215441345024 2019-09-16 18:06:57,257 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:57,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1725i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1725",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1725i,max.MISSES=0i,max.RATIO=100.0 1568657214074373120 2019-09-16 18:06:57,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:57,365 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1704i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1704",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1704i,max.MISSES=0i,max.RATIO=100.0 1568657216450551040 2019-09-16 18:06:57,462 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:06:57,463 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.065 1568657213054863872 2019-09-16 18:06:57,563 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:57,564 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.099 1568657216070891008 2019-09-16 18:06:57,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1824 0 0 100.0% 22 160\n' 2019-09-16 18:06:57,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:57,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=48 END 2019-09-16 18:06:57,810 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=49 START 2019-09-16 18:06:57,810 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:57,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19615984 , "packets_per_second":976974, "flows":110, "errors":0 }\n' 2019-09-16 18:06:57,813 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 18:06:57,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:57,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'17371301' 2019-09-16 18:06:57,824 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 2244683 - Lost ppm 114432 2019-09-16 18:06:57,825 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 114432 > sla_max_ppm 1000; ',) 2019-09-16 18:06:57,992 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:57,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:06:58,603 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=43 END 2019-09-16 18:06:58,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=44 START 2019-09-16 18:06:58,604 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:06:58,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:06:58,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:06:58,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:06:58,827 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15129 seq=2 END 2019-09-16 18:06:58,827 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:06:58,828 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:06:58,828 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:06:58,882 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:06:58,882 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=976974i,packets_received=17371301i,packets_sent=19615984i,packetsize=64i,ppm=114432.0 1568657218827138048 2019-09-16 18:06:58,980 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:06:58,981 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:06:58,984 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:06:58,995 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:06:58,996 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:06:58,997 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:06:59,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5616 0 2 100.0% 22 160\n' 2019-09-16 18:06:59,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:06:59,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=29 END 2019-09-16 18:06:59,085 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=30 START 2019-09-16 18:06:59,085 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:06:59,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:06:59,269 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:06:59,270 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:06:59,574 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:06:59,753 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 30788 0 6 100.0% 22 160\n' 2019-09-16 18:06:59,755 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:00,005 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=49 END 2019-09-16 18:07:00,005 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=50 START 2019-09-16 18:07:00,006 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:00,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:00,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:07:00,192 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:00,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:00,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=44 END 2019-09-16 18:07:00,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=45 START 2019-09-16 18:07:00,758 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:00,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:00,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:00,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:01,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2183 0 1 100.0% 22 160\n' 2019-09-16 18:07:01,202 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:01,907 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1856 0 0 100.0% 22 160\n' 2019-09-16 18:07:01,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:02,111 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=30 END 2019-09-16 18:07:02,112 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=31 START 2019-09-16 18:07:02,112 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:02,205 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=50 END 2019-09-16 18:07:02,206 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=51 START 2019-09-16 18:07:02,206 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:02,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:02,388 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:02,389 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:02,621 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15135 seq=1 START 2019-09-16 18:07:02,622 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 18:07:02,634 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 50 64 20 1 1000000 2019-09-16 18:07:02,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=45 END 2019-09-16 18:07:02,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=46 START 2019-09-16 18:07:02,912 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:02,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:03,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:03,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:03,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.079' 2019-09-16 18:07:03,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 11159 0 2 100.0% 22 160\n' 2019-09-16 18:07:03,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:03,990 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:03,992 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4204i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4204",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4204i,max.MISSES=0i,max.RATIO=100.0 1568657217809741056 2019-09-16 18:07:04,059 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1783 0 0 100.0% 22 160\n' 2019-09-16 18:07:04,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:04,103 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:04,104 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=5616i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="5616",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=5616i,max.MISSES=0i,max.RATIO=100.0 1568657220005270016 2019-09-16 18:07:04,205 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:04,206 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2183i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2183",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2183i,max.MISSES=0i,max.RATIO=100.0 1568657222205828864 2019-09-16 18:07:04,354 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:04,356 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1824i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1824",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1824i,max.MISSES=0i,max.RATIO=100.0 1568657218603576064 2019-09-16 18:07:04,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=51 END 2019-09-16 18:07:04,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=52 START 2019-09-16 18:07:04,402 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:04,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:04,476 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:04,477 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=30788i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="30788",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=30788i,max.MISSES=0i,max.RATIO=100.0 1568657220758045952 2019-09-16 18:07:04,579 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:04,581 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1856i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1856",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1856i,max.MISSES=0i,max.RATIO=100.0 1568657222911673088 2019-09-16 18:07:04,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:04,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:04,681 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:04,682 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.122 1568657219084475136 2019-09-16 18:07:04,783 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:04,784 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568657222111618048 2019-09-16 18:07:05,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=46 END 2019-09-16 18:07:05,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=47 START 2019-09-16 18:07:05,065 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:05,093 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:05,126 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=31 END 2019-09-16 18:07:05,126 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=32 START 2019-09-16 18:07:05,127 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:05,249 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:05,250 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:05,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 61141 0 0 100.0% 22 160\n' 2019-09-16 18:07:05,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:06,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 18:07:06,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1759 0 2 100.0% 22 160\n' 2019-09-16 18:07:06,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:06,299 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:06,601 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=52 END 2019-09-16 18:07:06,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=53 START 2019-09-16 18:07:06,602 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:06,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:06,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:06,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:07,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=47 END 2019-09-16 18:07:07,321 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=48 START 2019-09-16 18:07:07,321 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:07,424 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:07,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:07,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:07,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2181 0 4 100.0% 22 160\n' 2019-09-16 18:07:07,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:08,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=32 END 2019-09-16 18:07:08,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=33 START 2019-09-16 18:07:08,144 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:08,960 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1769 0 0 100.0% 22 160\n' 2019-09-16 18:07:08,963 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:08,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:08,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=53 END 2019-09-16 18:07:08,974 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=54 START 2019-09-16 18:07:08,974 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:08,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:09,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 18:07:09,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:09,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:09,887 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:09,888 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=11159i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="11159",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=11159i,max.MISSES=0i,max.RATIO=100.0 1568657224401107200 2019-09-16 18:07:09,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=48 END 2019-09-16 18:07:09,979 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=49 START 2019-09-16 18:07:09,980 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:10,000 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:10,001 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=61141i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="61141",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=61141i,max.MISSES=0i,max.RATIO=100.0 1568657226601612032 2019-09-16 18:07:10,088 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:10,107 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:10,108 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=2181i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="2181",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=2181i,max.MISSES=0i,max.RATIO=100.0 1568657228973548032 2019-09-16 18:07:10,210 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:10,211 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1783i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1783",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1783i,max.MISSES=0i,max.RATIO=100.0 1568657225064215808 2019-09-16 18:07:10,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:10,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:10,313 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:10,314 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1759i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1759",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1759i,max.MISSES=0i,max.RATIO=100.0 1568657227320605952 2019-09-16 18:07:10,332 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2188 0 0 100.0% 22 160\n' 2019-09-16 18:07:10,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:10,412 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:10,413 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1769i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1769",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1769i,max.MISSES=0i,max.RATIO=100.0 1568657229979150080 2019-09-16 18:07:10,510 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:10,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.079 1568657225126173952 2019-09-16 18:07:10,620 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:10,621 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568657228143085056 2019-09-16 18:07:11,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=33 END 2019-09-16 18:07:11,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=34 START 2019-09-16 18:07:11,248 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:11,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1823 0 0 100.0% 22 160\n' 2019-09-16 18:07:11,289 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:11,290 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:11,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=54 END 2019-09-16 18:07:11,342 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=55 START 2019-09-16 18:07:11,342 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:11,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:11,689 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:11,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:12,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-16 18:07:12,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=49 END 2019-09-16 18:07:12,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=50 START 2019-09-16 18:07:12,314 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:12,413 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:12,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:12,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:12,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4039 0 0 100.0% 22 160\n' 2019-09-16 18:07:12,706 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:13,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1789 0 0 100.0% 22 160\n' 2019-09-16 18:07:13,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:13,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:13,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=55 END 2019-09-16 18:07:13,711 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=56 START 2019-09-16 18:07:13,711 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:13,726 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:14,061 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:14,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:14,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=34 END 2019-09-16 18:07:14,263 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=35 START 2019-09-16 18:07:14,264 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:14,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=50 END 2019-09-16 18:07:14,665 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=51 START 2019-09-16 18:07:14,665 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:14,768 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:14,935 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:14,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:15,072 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2911 0 0 100.0% 22 160\n' 2019-09-16 18:07:15,078 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:15,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 18:07:15,721 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:15,722 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2188i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2188",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2188i,max.MISSES=0i,max.RATIO=100.0 1568657231341604096 2019-09-16 18:07:15,825 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:15,826 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4039i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4039",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4039i,max.MISSES=0i,max.RATIO=100.0 1568657233711076096 2019-09-16 18:07:15,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:15,928 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1823i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1823",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1823i,max.MISSES=0i,max.RATIO=100.0 1568657232313432064 2019-09-16 18:07:15,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 0 100.0% 22 160\n' 2019-09-16 18:07:15,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:15,990 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:16,025 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:16,026 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1789i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1789",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1789i,max.MISSES=0i,max.RATIO=100.0 1568657234664877056 2019-09-16 18:07:16,081 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=56 END 2019-09-16 18:07:16,082 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=57 START 2019-09-16 18:07:16,082 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:16,097 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:16,127 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:16,128 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568657231247101952 2019-09-16 18:07:16,233 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:16,233 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.108 1568657234263214080 2019-09-16 18:07:16,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:16,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:17,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=51 END 2019-09-16 18:07:17,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=52 START 2019-09-16 18:07:17,013 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:17,110 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:17,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:17,275 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:17,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=35 END 2019-09-16 18:07:17,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=36 START 2019-09-16 18:07:17,345 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:17,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2865 0 0 100.0% 22 160\n' 2019-09-16 18:07:17,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:18,333 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1828 0 3 100.0% 22 160\n' 2019-09-16 18:07:18,336 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:18,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:18,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:07:18,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=57 END 2019-09-16 18:07:18,452 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=58 START 2019-09-16 18:07:18,452 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:18,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:18,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:18,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:19,352 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=52 END 2019-09-16 18:07:19,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=53 START 2019-09-16 18:07:19,353 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:19,793 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:19,926 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:19,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:20,050 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2171 0 0 100.0% 22 160\n' 2019-09-16 18:07:20,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:20,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=36 END 2019-09-16 18:07:20,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=37 START 2019-09-16 18:07:20,359 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:20,964 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 0 100.0% 22 160\n' 2019-09-16 18:07:20,968 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:20,969 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:21,059 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=58 END 2019-09-16 18:07:21,060 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=59 START 2019-09-16 18:07:21,060 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:21,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:21,333 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:21,334 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2911i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2911",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2911i,max.MISSES=0i,max.RATIO=100.0 1568657236081758976 2019-09-16 18:07:21,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:21,416 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 18:07:21,417 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:21,441 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:21,442 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2865i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2865",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2865i,max.MISSES=0i,max.RATIO=100.0 1568657238451670016 2019-09-16 18:07:21,544 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:21,545 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2171i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2171",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2171i,max.MISSES=0i,max.RATIO=100.0 1568657241059762944 2019-09-16 18:07:21,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:21,650 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657237012967168 2019-09-16 18:07:21,752 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:21,753 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=1828i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1828",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=1828i,max.MISSES=0i,max.RATIO=100.0 1568657239352552960 2019-09-16 18:07:21,860 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:21,860 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568657237344263168 2019-09-16 18:07:21,962 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:21,963 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568657240358149888 2019-09-16 18:07:21,986 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=53 END 2019-09-16 18:07:21,986 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=54 START 2019-09-16 18:07:21,987 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:22,070 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:22,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:22,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:22,428 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2177 0 0 100.0% 22 160\n' 2019-09-16 18:07:22,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:23,294 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1754 0 0 100.0% 22 160\n' 2019-09-16 18:07:23,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:23,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:23,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=37 END 2019-09-16 18:07:23,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=38 START 2019-09-16 18:07:23,421 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:23,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=59 END 2019-09-16 18:07:23,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=60 START 2019-09-16 18:07:23,438 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:23,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:23,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:23,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:24,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=54 END 2019-09-16 18:07:24,320 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=55 START 2019-09-16 18:07:24,321 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:24,391 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:24,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:24,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:24,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2416 0 0 100.0% 22 160\n' 2019-09-16 18:07:24,805 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:25,574 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1704 0 0 100.0% 22 160\n' 2019-09-16 18:07:25,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:25,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=60 END 2019-09-16 18:07:25,808 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=61 START 2019-09-16 18:07:25,808 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:25,819 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:25,913 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19924075 , "packets_per_second":999961, "flows":2550, "errors":0 }\n' 2019-09-16 18:07:25,914 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 18:07:25,924 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'16608924' 2019-09-16 18:07:25,925 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 3315151 - Lost ppm 166390 2019-09-16 18:07:25,926 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 166390 > sla_max_ppm 1000; ',) 2019-09-16 18:07:26,000 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:26,001 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:26,578 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=55 END 2019-09-16 18:07:26,579 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=56 START 2019-09-16 18:07:26,579 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:26,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:26,721 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:26,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:26,930 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15135 seq=1 END 2019-09-16 18:07:26,931 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15135 seq=2 START 2019-09-16 18:07:26,931 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 18:07:26,944 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 50 64 20 1 1000000 2019-09-16 18:07:27,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4368 0 2 100.0% 22 160\n' 2019-09-16 18:07:27,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:27,063 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:27,064 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999961i,packets_received=16608924i,packets_sent=19924075i,packetsize=64i,ppm=166390.0 1568657246930221056 2019-09-16 18:07:27,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:27,174 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2177i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2177",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2177i,max.MISSES=0i,max.RATIO=100.0 1568657243437872896 2019-09-16 18:07:27,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:27,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2416i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2416",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2416i,max.MISSES=0i,max.RATIO=100.0 1568657245807784192 2019-09-16 18:07:27,372 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:27,373 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657241986152960 2019-09-16 18:07:27,473 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:27,474 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1754i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1754",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1754i,max.MISSES=0i,max.RATIO=100.0 1568657244320161024 2019-09-16 18:07:27,570 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:27,571 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1704i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1704",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1704i,max.MISSES=0i,max.RATIO=100.0 1568657246578594048 2019-09-16 18:07:27,669 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:27,669 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568657243420943104 2019-09-16 18:07:27,726 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7101 0 6 100.0% 22 160\n' 2019-09-16 18:07:27,728 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:28,013 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=61 END 2019-09-16 18:07:28,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=62 START 2019-09-16 18:07:28,014 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:28,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:28,195 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:28,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:28,730 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=56 END 2019-09-16 18:07:28,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=57 START 2019-09-16 18:07:28,731 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:28,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:28,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:28,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:29,203 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 58630 0 0 100.0% 22 160\n' 2019-09-16 18:07:29,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:29,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1762 0 0 100.0% 22 160\n' 2019-09-16 18:07:29,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:30,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=62 END 2019-09-16 18:07:30,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=63 START 2019-09-16 18:07:30,213 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:30,231 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:30,557 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:30,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:30,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=57 END 2019-09-16 18:07:30,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=58 START 2019-09-16 18:07:30,925 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:31,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:31,187 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:31,188 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:31,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1811 0 2 100.0% 22 160\n' 2019-09-16 18:07:31,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:32,242 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1843 0 0 100.0% 22 160\n' 2019-09-16 18:07:32,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:32,245 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:32,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=63 END 2019-09-16 18:07:32,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=64 START 2019-09-16 18:07:32,639 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:32,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:32,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:32,770 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=4368i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="4368",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=4368i,max.MISSES=0i,max.RATIO=100.0 1568657248013385984 2019-09-16 18:07:32,871 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:32,872 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=58630i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="58630",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=58630i,max.MISSES=0i,max.RATIO=100.0 1568657250212413952 2019-09-16 18:07:32,967 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:32,968 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1811i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1811",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1811i,max.MISSES=0i,max.RATIO=100.0 1568657252637975808 2019-09-16 18:07:32,985 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:32,986 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:33,071 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:33,072 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=7101i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7101",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=7101i,max.MISSES=0i,max.RATIO=100.0 1568657248730743808 2019-09-16 18:07:33,220 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:33,221 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1762i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1762",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1762i,max.MISSES=0i,max.RATIO=100.0 1568657250924300032 2019-09-16 18:07:33,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=58 END 2019-09-16 18:07:33,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=59 START 2019-09-16 18:07:33,266 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:33,319 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:33,320 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1843i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1843",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1843i,max.MISSES=0i,max.RATIO=100.0 1568657253265669120 2019-09-16 18:07:33,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:33,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:33,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:33,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1801 0 0 100.0% 22 160\n' 2019-09-16 18:07:34,003 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:34,431 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:07:34,432 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:07:34,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1775 0 0 100.0% 22 160\n' 2019-09-16 18:07:34,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:34,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:35,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=64 END 2019-09-16 18:07:35,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=65 START 2019-09-16 18:07:35,008 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:35,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:35,363 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:35,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:35,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=38 END 2019-09-16 18:07:35,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=39 START 2019-09-16 18:07:35,435 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:35,621 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=59 END 2019-09-16 18:07:35,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=60 START 2019-09-16 18:07:35,622 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:35,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:35,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:35,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:36,375 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3026 0 0 100.0% 22 160\n' 2019-09-16 18:07:36,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:36,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:07:36,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1776 0 0 100.0% 22 160\n' 2019-09-16 18:07:36,918 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:36,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:37,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=65 END 2019-09-16 18:07:37,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=66 START 2019-09-16 18:07:37,385 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:37,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:37,733 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:37,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:37,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=60 END 2019-09-16 18:07:37,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=61 START 2019-09-16 18:07:37,941 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:38,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:38,219 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:38,220 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:38,418 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:38,420 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1801",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568657255008066048 2019-09-16 18:07:38,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=39 END 2019-09-16 18:07:38,487 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=40 START 2019-09-16 18:07:38,487 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:38,527 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:38,528 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3026i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3026",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3026i,max.MISSES=0i,max.RATIO=100.0 1568657257384308992 2019-09-16 18:07:38,629 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:38,630 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1775i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1775",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1775i,max.MISSES=0i,max.RATIO=100.0 1568657255621743872 2019-09-16 18:07:38,735 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:38,737 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1776i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1776",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1776i,max.MISSES=0i,max.RATIO=100.0 1568657257940262144 2019-09-16 18:07:38,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2975 0 0 100.0% 22 160\n' 2019-09-16 18:07:38,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:38,870 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:38,871 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657255434021120 2019-09-16 18:07:38,965 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:38,966 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657258486660864 2019-09-16 18:07:39,279 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1743 0 0 100.0% 22 160\n' 2019-09-16 18:07:39,281 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:39,282 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:39,499 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:07:39,753 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=66 END 2019-09-16 18:07:39,754 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=67 START 2019-09-16 18:07:39,755 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:39,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:40,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:40,102 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:40,303 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=61 END 2019-09-16 18:07:40,304 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=62 START 2019-09-16 18:07:40,304 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:40,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:40,571 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:40,572 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:41,113 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2104 0 0 100.0% 22 160\n' 2019-09-16 18:07:41,119 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:41,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=40 END 2019-09-16 18:07:41,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=41 START 2019-09-16 18:07:41,504 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:41,626 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1730 0 0 100.0% 22 160\n' 2019-09-16 18:07:41,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:42,122 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=67 END 2019-09-16 18:07:42,122 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=68 START 2019-09-16 18:07:42,123 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:42,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:42,469 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:42,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:42,515 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 18:07:42,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=62 END 2019-09-16 18:07:42,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=63 START 2019-09-16 18:07:42,647 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:42,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:42,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:42,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:43,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3993 0 2 100.0% 22 160\n' 2019-09-16 18:07:43,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:43,970 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1743 0 0 100.0% 22 160\n' 2019-09-16 18:07:43,973 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:43,974 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:44,065 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:44,066 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2975i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2975",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2975i,max.MISSES=0i,max.RATIO=100.0 1568657259753888000 2019-09-16 18:07:44,177 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:44,178 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2104i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2104",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2104i,max.MISSES=0i,max.RATIO=100.0 1568657262122217984 2019-09-16 18:07:44,344 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:44,345 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1743i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1743",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1743i,max.MISSES=0i,max.RATIO=100.0 1568657260303851008 2019-09-16 18:07:44,453 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:44,454 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1730i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1730",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1730i,max.MISSES=0i,max.RATIO=100.0 1568657262646099968 2019-09-16 18:07:44,490 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=68 END 2019-09-16 18:07:44,490 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=69 START 2019-09-16 18:07:44,491 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:44,506 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:44,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=41 END 2019-09-16 18:07:44,520 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=42 START 2019-09-16 18:07:44,520 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:44,548 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:44,549 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657261503299840 2019-09-16 18:07:44,649 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:44,649 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568657264519713024 2019-09-16 18:07:44,837 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:44,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:44,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=63 END 2019-09-16 18:07:44,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=64 START 2019-09-16 18:07:44,998 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:45,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:45,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:45,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:45,676 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.097' 2019-09-16 18:07:45,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4020 0 0 100.0% 22 160\n' 2019-09-16 18:07:45,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:46,319 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1786 0 0 100.0% 22 160\n' 2019-09-16 18:07:46,322 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:46,323 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:46,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=69 END 2019-09-16 18:07:46,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=70 START 2019-09-16 18:07:46,859 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:46,873 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:47,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:47,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:47,343 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=64 END 2019-09-16 18:07:47,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=65 START 2019-09-16 18:07:47,344 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:47,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:47,603 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:47,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:47,680 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=42 END 2019-09-16 18:07:47,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=43 START 2019-09-16 18:07:47,681 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:48,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2907 0 0 100.0% 22 160\n' 2019-09-16 18:07:48,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:48,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1777 0 0 100.0% 22 160\n' 2019-09-16 18:07:48,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:48,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:07:48,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 18:07:49,227 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=70 END 2019-09-16 18:07:49,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=71 START 2019-09-16 18:07:49,228 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:49,238 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:49,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:49,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:49,689 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=65 END 2019-09-16 18:07:49,690 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=66 START 2019-09-16 18:07:49,690 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:49,698 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:49,751 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:49,752 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=3993i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="3993",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=3993i,max.MISSES=0i,max.RATIO=100.0 1568657264490190080 2019-09-16 18:07:49,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:49,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:49,869 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:49,870 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4020i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4020",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4020i,max.MISSES=0i,max.RATIO=100.0 1568657266858117120 2019-09-16 18:07:49,984 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:49,985 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2907i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2907",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2907i,max.MISSES=0i,max.RATIO=100.0 1568657269227766016 2019-09-16 18:07:50,079 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:50,080 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1743i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1743",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1743i,max.MISSES=0i,max.RATIO=100.0 1568657264997745920 2019-09-16 18:07:50,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:50,175 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1786i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1786",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1786i,max.MISSES=0i,max.RATIO=100.0 1568657267343756800 2019-09-16 18:07:50,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19959113 , "packets_per_second":999957, "flows":2550, "errors":0 }\n' 2019-09-16 18:07:50,179 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 18:07:50,190 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18013591' 2019-09-16 18:07:50,191 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1945522 - Lost ppm 97476 2019-09-16 18:07:50,191 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 97476 > sla_max_ppm 1000; ',) 2019-09-16 18:07:50,300 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:50,301 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1777i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1777",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1777i,max.MISSES=0i,max.RATIO=100.0 1568657269689364992 2019-09-16 18:07:50,415 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:50,415 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.097 1568657267680826880 2019-09-16 18:07:50,417 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 12580 0 1 100.0% 22 160\n' 2019-09-16 18:07:50,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:50,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=43 END 2019-09-16 18:07:50,696 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=44 START 2019-09-16 18:07:50,696 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:50,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6532 0 3 100.0% 22 160\n' 2019-09-16 18:07:50,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:51,193 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15135 seq=2 END 2019-09-16 18:07:51,193 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:07:51,194 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:07:51,194 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:07:51,225 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:51,226 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999957i,packets_received=18013591i,packets_sent=19959113i,packetsize=64i,ppm=97476.0 1568657271193304064 2019-09-16 18:07:51,327 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:07:51,328 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:07:51,331 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:07:51,342 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:07:51,344 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:07:51,345 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:07:51,422 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=71 END 2019-09-16 18:07:51,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=72 START 2019-09-16 18:07:51,423 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:51,433 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:51,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:51,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:51,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:07:51,618 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:07:51,619 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:07:51,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-16 18:07:51,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=66 END 2019-09-16 18:07:51,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=67 START 2019-09-16 18:07:51,843 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:51,851 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:51,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:07:51,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:51,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:52,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 30834 0 4 100.0% 22 160\n' 2019-09-16 18:07:52,615 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:52,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1817 0 0 100.0% 22 160\n' 2019-09-16 18:07:52,994 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:53,618 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=72 END 2019-09-16 18:07:53,619 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=73 START 2019-09-16 18:07:53,619 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:53,629 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:53,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=44 END 2019-09-16 18:07:53,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=45 START 2019-09-16 18:07:53,710 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:53,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:53,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:53,996 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=67 END 2019-09-16 18:07:53,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=68 START 2019-09-16 18:07:53,997 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:54,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:54,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:54,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:54,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 18:07:54,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4058 0 5 100.0% 22 160\n' 2019-09-16 18:07:54,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:54,976 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15141 seq=1 START 2019-09-16 18:07:54,977 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 18:07:54,990 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 100 64 20 1 1000000 2019-09-16 18:07:55,148 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7189 0 6 100.0% 22 160\n' 2019-09-16 18:07:55,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:55,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=73 END 2019-09-16 18:07:55,816 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=74 START 2019-09-16 18:07:55,816 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:55,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:55,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:55,999 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:56,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=68 END 2019-09-16 18:07:56,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=69 START 2019-09-16 18:07:56,153 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:56,161 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:56,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:56,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:56,337 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:56,339 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=12580i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="12580",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=12580i,max.MISSES=0i,max.RATIO=100.0 1568657271422849024 2019-09-16 18:07:56,477 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:56,479 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=30834i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="30834",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=30834i,max.MISSES=0i,max.RATIO=100.0 1568657273618731008 2019-09-16 18:07:56,577 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:56,578 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=5i,average.HITS=4058i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="5",cachestat.cache0.HITS="4058",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=5i,max.HITS=4058i,max.MISSES=0i,max.RATIO=100.0 1568657275815522816 2019-09-16 18:07:56,702 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:56,703 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=6532i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6532",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=6532i,max.MISSES=0i,max.RATIO=100.0 1568657271842210048 2019-09-16 18:07:56,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=45 END 2019-09-16 18:07:56,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=46 START 2019-09-16 18:07:56,728 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:07:56,799 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:56,800 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1817i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1817",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1817i,max.MISSES=0i,max.RATIO=100.0 1568657273996630016 2019-09-16 18:07:56,920 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:56,922 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=7189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=7189i,max.MISSES=0i,max.RATIO=100.0 1568657276152926976 2019-09-16 18:07:57,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2916 0 0 100.0% 22 160\n' 2019-09-16 18:07:57,008 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:57,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:07:57,017 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568657270695430144 2019-09-16 18:07:57,112 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:07:57,112 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.117 1568657273709476096 2019-09-16 18:07:57,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:07:57,207 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568657276727475968 2019-09-16 18:07:57,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1799 0 0 100.0% 22 160\n' 2019-09-16 18:07:57,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:57,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:07:58,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=74 END 2019-09-16 18:07:58,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=75 START 2019-09-16 18:07:58,012 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:58,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:58,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=69 END 2019-09-16 18:07:58,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=70 START 2019-09-16 18:07:58,314 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:07:58,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:07:58,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:58,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:07:58,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:07:58,515 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:07:59,373 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2132 0 0 100.0% 22 160\n' 2019-09-16 18:07:59,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:59,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1796 0 0 100.0% 22 160\n' 2019-09-16 18:07:59,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:07:59,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=46 END 2019-09-16 18:07:59,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=47 START 2019-09-16 18:07:59,744 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:00,382 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=75 END 2019-09-16 18:08:00,383 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=76 START 2019-09-16 18:08:00,383 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:00,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:00,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=70 END 2019-09-16 18:08:00,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=71 START 2019-09-16 18:08:00,581 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:00,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:00,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:00,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:00,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:00,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:01,751 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2443 0 0 100.0% 22 160\n' 2019-09-16 18:08:01,754 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:01,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1791 0 0 100.0% 22 160\n' 2019-09-16 18:08:01,813 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:02,315 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:02,316 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2916i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2916",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2916i,max.MISSES=0i,max.RATIO=100.0 1568657278011985152 2019-09-16 18:08:02,462 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:02,463 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2132i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2132",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2132i,max.MISSES=0i,max.RATIO=100.0 1568657280382406912 2019-09-16 18:08:02,566 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:02,567 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1799",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1799i,max.MISSES=0i,max.RATIO=100.0 1568657278313082880 2019-09-16 18:08:02,674 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:02,675 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1796i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1796",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1796i,max.MISSES=0i,max.RATIO=100.0 1568657280580507904 2019-09-16 18:08:02,756 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=76 END 2019-09-16 18:08:02,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=77 START 2019-09-16 18:08:02,757 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:02,775 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:02,784 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:02,785 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568657279743992064 2019-09-16 18:08:02,826 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=71 END 2019-09-16 18:08:02,826 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=72 START 2019-09-16 18:08:02,827 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:02,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:03,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:03,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:03,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:03,111 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:04,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 0 0 100.0% 22 160\n' 2019-09-16 18:08:04,056 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:04,121 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1829 0 0 100.0% 22 160\n' 2019-09-16 18:08:04,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:05,073 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=72 END 2019-09-16 18:08:05,074 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=73 START 2019-09-16 18:08:05,074 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:05,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=77 END 2019-09-16 18:08:05,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=78 START 2019-09-16 18:08:05,131 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:05,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:05,146 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:05,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:05,314 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:05,478 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:05,479 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:06,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1795 0 1 100.0% 22 160\n' 2019-09-16 18:08:06,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:06,490 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1723 0 2 100.0% 22 160\n' 2019-09-16 18:08:06,495 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:07,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=73 END 2019-09-16 18:08:07,350 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=74 START 2019-09-16 18:08:07,350 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:07,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:07,498 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=78 END 2019-09-16 18:08:07,499 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=79 START 2019-09-16 18:08:07,499 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:07,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:07,597 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:07,598 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:07,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:07,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:07,920 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:07,921 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2443i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2443",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2443i,max.MISSES=0i,max.RATIO=100.0 1568657282756768000 2019-09-16 18:08:08,017 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:08,018 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1829",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568657285130380032 2019-09-16 18:08:08,139 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:08,140 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=1723i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="1723",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=1723i,max.MISSES=0i,max.RATIO=100.0 1568657287498476032 2019-09-16 18:08:08,241 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:08,242 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1791i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1791",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1791i,max.MISSES=0i,max.RATIO=100.0 1568657282826049024 2019-09-16 18:08:08,343 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:08,344 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1798i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1798",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1798i,max.MISSES=0i,max.RATIO=100.0 1568657285073734144 2019-09-16 18:08:08,440 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:08,441 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=1795i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1795",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=1795i,max.MISSES=0i,max.RATIO=100.0 1568657287349976064 2019-09-16 18:08:08,617 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1767 0 0 100.0% 22 160\n' 2019-09-16 18:08:08,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:08,867 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1800 0 0 100.0% 22 160\n' 2019-09-16 18:08:08,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:09,636 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=74 END 2019-09-16 18:08:09,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=75 START 2019-09-16 18:08:09,637 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:09,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:09,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:09,872 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:09,872 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=79 END 2019-09-16 18:08:09,873 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=80 START 2019-09-16 18:08:09,873 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:09,891 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:10,222 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:10,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:10,754 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:08:10,755 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:08:10,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 0 100.0% 22 160\n' 2019-09-16 18:08:10,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:10,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:08:11,239 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3729 0 0 100.0% 22 160\n' 2019-09-16 18:08:11,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:11,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=47 END 2019-09-16 18:08:11,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=48 START 2019-09-16 18:08:11,757 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:11,921 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=75 END 2019-09-16 18:08:11,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=76 START 2019-09-16 18:08:11,922 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:12,000 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:12,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:12,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:12,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=80 END 2019-09-16 18:08:12,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=81 START 2019-09-16 18:08:12,245 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:12,259 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:12,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:12,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:12,768 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.335' 2019-09-16 18:08:13,200 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1731 0 0 100.0% 22 160\n' 2019-09-16 18:08:13,204 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:13,543 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:13,544 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1800i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1800i,max.MISSES=0i,max.RATIO=100.0 1568657289872910080 2019-09-16 18:08:13,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4047 0 0 100.0% 22 160\n' 2019-09-16 18:08:13,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:13,655 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:13,656 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3729i,max.MISSES=0i,max.RATIO=100.0 1568657292244553216 2019-09-16 18:08:13,763 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:13,764 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1767i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1767",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1767i,max.MISSES=0i,max.RATIO=100.0 1568657289636382976 2019-09-16 18:08:13,863 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:13,864 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1814",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568657291921356800 2019-09-16 18:08:13,977 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:13,977 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657291756936960 2019-09-16 18:08:14,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=76 END 2019-09-16 18:08:14,222 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=77 START 2019-09-16 18:08:14,222 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:14,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:14,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:14,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:14,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=81 END 2019-09-16 18:08:14,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=82 START 2019-09-16 18:08:14,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:14,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:14,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=48 END 2019-09-16 18:08:14,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=49 START 2019-09-16 18:08:14,773 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:14,962 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:14,963 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:15,490 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1695 0 0 100.0% 22 160\n' 2019-09-16 18:08:15,497 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:15,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:08:15,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4034 0 0 100.0% 22 160\n' 2019-09-16 18:08:15,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:16,509 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=77 END 2019-09-16 18:08:16,510 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=78 START 2019-09-16 18:08:16,510 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:16,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:16,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:16,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:16,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=82 END 2019-09-16 18:08:16,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=83 START 2019-09-16 18:08:16,983 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:16,998 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:17,289 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:17,290 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:17,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1795 0 0 100.0% 22 160\n' 2019-09-16 18:08:17,767 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:17,888 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=49 END 2019-09-16 18:08:17,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=50 START 2019-09-16 18:08:17,889 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:18,254 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19990237 , "packets_per_second":999720, "flows":10100, "errors":0 }\n' 2019-09-16 18:08:18,256 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 18:08:18,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18552530' 2019-09-16 18:08:18,267 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1437707 - Lost ppm 71921 2019-09-16 18:08:18,268 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 71921 > sla_max_ppm 1000; ',) 2019-09-16 18:08:18,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 13552 0 1 100.0% 22 160\n' 2019-09-16 18:08:18,299 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:18,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=78 END 2019-09-16 18:08:18,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=79 START 2019-09-16 18:08:18,771 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:18,778 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:18,897 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:08:18,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:18,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:19,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:19,079 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4047i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4047",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4047i,max.MISSES=0i,max.RATIO=100.0 1568657294614608896 2019-09-16 18:08:19,230 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:19,231 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4034i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4034",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4034i,max.MISSES=0i,max.RATIO=100.0 1568657296982664192 2019-09-16 18:08:19,272 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15141 seq=1 END 2019-09-16 18:08:19,273 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15141 seq=2 START 2019-09-16 18:08:19,273 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 18:08:19,286 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 100 64 20 1 1000000 2019-09-16 18:08:19,302 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=83 END 2019-09-16 18:08:19,302 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=84 START 2019-09-16 18:08:19,303 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:19,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:19,341 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:19,342 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=13552i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="13552",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=13552i,max.MISSES=0i,max.RATIO=100.0 1568657299302177024 2019-09-16 18:08:19,445 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:19,446 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1731i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1731",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1731i,max.MISSES=0i,max.RATIO=100.0 1568657294221980160 2019-09-16 18:08:19,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:19,487 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:19,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:19,581 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1695i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1695",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1695i,max.MISSES=0i,max.RATIO=100.0 1568657296509763840 2019-09-16 18:08:19,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:19,678 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1795i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1795",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1795i,max.MISSES=0i,max.RATIO=100.0 1568657298770100992 2019-09-16 18:08:19,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:19,779 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.335 1568657294772167936 2019-09-16 18:08:19,878 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:19,878 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657297888396032 2019-09-16 18:08:19,917 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7258 0 6 100.0% 22 160\n' 2019-09-16 18:08:19,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:20,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2185 0 0 100.0% 22 160\n' 2019-09-16 18:08:20,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:20,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=50 END 2019-09-16 18:08:20,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=51 START 2019-09-16 18:08:20,902 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:20,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=79 END 2019-09-16 18:08:20,922 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=80 START 2019-09-16 18:08:20,923 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:20,931 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:21,064 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:21,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:21,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=84 END 2019-09-16 18:08:21,500 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=85 START 2019-09-16 18:08:21,500 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:21,510 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:21,847 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:21,848 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:21,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 18:08:22,077 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1831 0 0 100.0% 22 160\n' 2019-09-16 18:08:22,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:22,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4075 0 2 100.0% 22 160\n' 2019-09-16 18:08:22,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:23,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=80 END 2019-09-16 18:08:23,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=81 START 2019-09-16 18:08:23,088 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:23,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:23,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:23,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:23,869 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=85 END 2019-09-16 18:08:23,869 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=86 START 2019-09-16 18:08:23,870 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:23,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:23,916 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=51 END 2019-09-16 18:08:23,916 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=52 START 2019-09-16 18:08:23,916 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:24,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:24,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:24,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 3 100.0% 22 160\n' 2019-09-16 18:08:24,361 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:24,978 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:24,978 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999720i,packets_received=18552530i,packets_sent=19990237i,packetsize=64i,ppm=71921.0 1568657299272075776 2019-09-16 18:08:25,060 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:08:25,074 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:25,075 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2185i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2185",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2185i,max.MISSES=0i,max.RATIO=100.0 1568657301500036096 2019-09-16 18:08:25,179 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:25,180 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=4075i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="4075",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=4075i,max.MISSES=0i,max.RATIO=100.0 1568657303869096960 2019-09-16 18:08:25,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4088 0 0 100.0% 22 160\n' 2019-09-16 18:08:25,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:25,289 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:25,291 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=7258i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7258",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=7258i,max.MISSES=0i,max.RATIO=100.0 1568657300922200832 2019-09-16 18:08:25,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=81 END 2019-09-16 18:08:25,375 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=82 START 2019-09-16 18:08:25,375 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:25,396 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:25,397 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1831i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1831",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1831i,max.MISSES=0i,max.RATIO=100.0 1568657303087266816 2019-09-16 18:08:25,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:25,500 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:25,501 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=3i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=3i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657305374726144 2019-09-16 18:08:25,600 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:25,601 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657300902041856 2019-09-16 18:08:25,611 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:25,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:25,712 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:25,713 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568657303916104192 2019-09-16 18:08:26,244 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=86 END 2019-09-16 18:08:26,245 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=87 START 2019-09-16 18:08:26,245 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:26,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:26,594 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:26,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:26,655 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1773 0 0 100.0% 22 160\n' 2019-09-16 18:08:26,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:27,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=52 END 2019-09-16 18:08:27,064 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=53 START 2019-09-16 18:08:27,065 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:27,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2990 0 0 100.0% 22 160\n' 2019-09-16 18:08:27,611 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:27,674 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=82 END 2019-09-16 18:08:27,675 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=83 START 2019-09-16 18:08:27,675 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:27,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:27,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:27,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:28,076 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:08:28,614 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=87 END 2019-09-16 18:08:28,615 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=88 START 2019-09-16 18:08:28,615 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:28,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:28,923 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1752 0 0 100.0% 22 160\n' 2019-09-16 18:08:28,936 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:28,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:28,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:29,953 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=83 END 2019-09-16 18:08:29,954 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=84 START 2019-09-16 18:08:29,954 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:29,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:29,980 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2069 0 0 100.0% 22 160\n' 2019-09-16 18:08:29,988 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:30,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=53 END 2019-09-16 18:08:30,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=54 START 2019-09-16 18:08:30,081 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:30,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:30,139 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:30,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:30,819 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4088i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4088",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4088i,max.MISSES=0i,max.RATIO=100.0 1568657306244721920 2019-09-16 18:08:30,943 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:30,944 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2990i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2990",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2990i,max.MISSES=0i,max.RATIO=100.0 1568657308614913024 2019-09-16 18:08:30,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=88 END 2019-09-16 18:08:30,991 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=89 START 2019-09-16 18:08:30,991 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:31,006 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:31,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:31,079 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2069i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2069",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2069i,max.MISSES=0i,max.RATIO=100.0 1568657310990395136 2019-09-16 18:08:31,104 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.105' 2019-09-16 18:08:31,159 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 22 160\n' 2019-09-16 18:08:31,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:31,183 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:31,184 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1773i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1773",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1773i,max.MISSES=0i,max.RATIO=100.0 1568657307674708992 2019-09-16 18:08:31,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:31,280 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1752i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1752",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1752i,max.MISSES=0i,max.RATIO=100.0 1568657309953438976 2019-09-16 18:08:31,346 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:31,347 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:31,386 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:31,387 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657307064336128 2019-09-16 18:08:31,510 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:31,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568657310080179968 2019-09-16 18:08:32,178 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=84 END 2019-09-16 18:08:32,179 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=85 START 2019-09-16 18:08:32,180 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:32,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:32,358 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2193 0 0 100.0% 22 160\n' 2019-09-16 18:08:32,364 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:32,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:32,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:33,108 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=54 END 2019-09-16 18:08:33,109 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=55 START 2019-09-16 18:08:33,109 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:33,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=89 END 2019-09-16 18:08:33,367 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=90 START 2019-09-16 18:08:33,367 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:33,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:33,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1712 0 0 100.0% 22 160\n' 2019-09-16 18:08:33,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:33,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:33,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:34,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 18:08:34,447 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=85 END 2019-09-16 18:08:34,448 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=86 START 2019-09-16 18:08:34,448 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:34,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:34,667 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:34,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:34,726 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4044 0 2 100.0% 22 160\n' 2019-09-16 18:08:34,732 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:35,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1799 0 0 100.0% 22 160\n' 2019-09-16 18:08:35,716 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:35,735 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=90 END 2019-09-16 18:08:35,735 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=91 START 2019-09-16 18:08:35,735 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:35,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:36,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:36,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:36,124 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=55 END 2019-09-16 18:08:36,125 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=56 START 2019-09-16 18:08:36,125 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:36,607 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:36,608 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2193i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2193",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2193i,max.MISSES=0i,max.RATIO=100.0 1568657313366987008 2019-09-16 18:08:36,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=86 END 2019-09-16 18:08:36,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=87 START 2019-09-16 18:08:36,731 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:36,750 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:36,751 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=4044i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="4044",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=4044i,max.MISSES=0i,max.RATIO=100.0 1568657315734964992 2019-09-16 18:08:36,807 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:36,855 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:36,856 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1803",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568657312178682112 2019-09-16 18:08:36,967 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:36,968 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1712i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1712",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1712i,max.MISSES=0i,max.RATIO=100.0 1568657314447407872 2019-09-16 18:08:36,975 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:36,976 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:37,068 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:37,069 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1799",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1799i,max.MISSES=0i,max.RATIO=100.0 1568657316730957056 2019-09-16 18:08:37,094 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2911 0 0 100.0% 22 160\n' 2019-09-16 18:08:37,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:37,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 18:08:37,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:37,173 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.105 1568657313108414976 2019-09-16 18:08:37,274 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:37,274 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568657316124583936 2019-09-16 18:08:38,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1711 0 0 100.0% 22 160\n' 2019-09-16 18:08:38,024 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:38,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:08:38,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=91 END 2019-09-16 18:08:38,103 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=92 START 2019-09-16 18:08:38,103 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:38,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:38,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:38,451 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:39,041 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=87 END 2019-09-16 18:08:39,042 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=88 START 2019-09-16 18:08:39,042 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:39,118 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:39,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=56 END 2019-09-16 18:08:39,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=57 START 2019-09-16 18:08:39,201 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:39,276 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:39,277 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:39,462 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2976 0 0 100.0% 22 160\n' 2019-09-16 18:08:39,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:40,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.111' 2019-09-16 18:08:40,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1284 0 0 100.0% 22 160\n' 2019-09-16 18:08:40,315 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:40,316 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:08:40,471 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=92 END 2019-09-16 18:08:40,471 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=93 START 2019-09-16 18:08:40,472 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:40,486 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:40,816 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:40,817 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:41,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=88 END 2019-09-16 18:08:41,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=89 START 2019-09-16 18:08:41,333 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:41,403 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:41,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:41,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:41,828 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3502 0 0 100.0% 22 160\n' 2019-09-16 18:08:41,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:42,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=57 END 2019-09-16 18:08:42,216 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=58 START 2019-09-16 18:08:42,216 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:42,378 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:42,380 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2911i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2911",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2911i,max.MISSES=0i,max.RATIO=100.0 1568657318102895104 2019-09-16 18:08:42,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19933881 , "packets_per_second":999943, "flows":10100, "errors":0 }\n' 2019-09-16 18:08:42,498 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 18:08:42,508 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18365762' 2019-09-16 18:08:42,509 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:42,510 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1568119 - Lost ppm 78667 2019-09-16 18:08:42,510 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 78667 > sla_max_ppm 1000; ',) 2019-09-16 18:08:42,510 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2976i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2976",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2976i,max.MISSES=0i,max.RATIO=100.0 1568657320471108864 2019-09-16 18:08:42,559 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6460 0 4 100.0% 22 160\n' 2019-09-16 18:08:42,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:42,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:42,627 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1711i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1711",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1711i,max.MISSES=0i,max.RATIO=100.0 1568657319041707008 2019-09-16 18:08:42,733 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:42,734 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1284i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1284",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1284i,max.MISSES=0i,max.RATIO=100.0 1568657321332841984 2019-09-16 18:08:42,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=93 END 2019-09-16 18:08:42,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=94 START 2019-09-16 18:08:42,834 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:42,843 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:42,857 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:42,858 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568657319200552960 2019-09-16 18:08:42,986 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:42,987 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.111 1568657322215964160 2019-09-16 18:08:43,015 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:43,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:43,224 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.122' 2019-09-16 18:08:43,511 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15141 seq=2 END 2019-09-16 18:08:43,512 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:08:43,512 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:08:43,513 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:08:43,559 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:43,559 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999943i,packets_received=18365762i,packets_sent=19933881i,packetsize=64i,ppm=78667.0 1568657323511593984 2019-09-16 18:08:43,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=89 END 2019-09-16 18:08:43,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=90 START 2019-09-16 18:08:43,563 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:43,570 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:43,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:43,705 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:43,719 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:08:43,720 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:08:43,722 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:08:43,733 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:08:43,735 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:08:43,736 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:08:44,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:08:44,007 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:08:44,008 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:08:44,023 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7834 0 2 100.0% 22 160\n' 2019-09-16 18:08:44,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:44,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:08:44,710 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27420 0 4 100.0% 22 160\n' 2019-09-16 18:08:44,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:45,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=94 END 2019-09-16 18:08:45,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=95 START 2019-09-16 18:08:45,029 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:45,039 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:45,211 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:45,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:45,228 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=58 END 2019-09-16 18:08:45,229 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=59 START 2019-09-16 18:08:45,229 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:45,714 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=90 END 2019-09-16 18:08:45,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=91 START 2019-09-16 18:08:45,715 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:45,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:45,857 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:45,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:46,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2943 0 5 100.0% 22 160\n' 2019-09-16 18:08:46,220 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:46,237 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.114' 2019-09-16 18:08:46,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1722 0 0 100.0% 22 160\n' 2019-09-16 18:08:46,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:47,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=95 END 2019-09-16 18:08:47,225 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=96 START 2019-09-16 18:08:47,225 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:47,235 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:47,363 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15147 seq=1 START 2019-09-16 18:08:47,364 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:08:47,376 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 300 64 20 1 1000000 2019-09-16 18:08:47,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:47,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:47,866 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=91 END 2019-09-16 18:08:47,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=92 START 2019-09-16 18:08:47,867 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:47,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:48,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:48,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:48,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=59 END 2019-09-16 18:08:48,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=60 START 2019-09-16 18:08:48,281 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:48,419 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8913 0 2 100.0% 22 160\n' 2019-09-16 18:08:48,420 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:48,730 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:48,732 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3502i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3502",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3502i,max.MISSES=0i,max.RATIO=100.0 1568657322833116928 2019-09-16 18:08:48,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:48,831 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=7834i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="7834",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=7834i,max.MISSES=0i,max.RATIO=100.0 1568657325029022976 2019-09-16 18:08:48,929 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:48,931 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=5i,average.HITS=2943i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="5",cachestat.cache0.HITS="2943",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=5i,max.HITS=2943i,max.MISSES=0i,max.RATIO=100.0 1568657327224758016 2019-09-16 18:08:49,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1750 0 0 100.0% 22 160\n' 2019-09-16 18:08:49,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:49,025 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:49,026 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=6460i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="6460",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=6460i,max.MISSES=0i,max.RATIO=100.0 1568657323562820864 2019-09-16 18:08:49,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:49,122 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=27420i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="27420",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=27420i,max.MISSES=0i,max.RATIO=100.0 1568657325714558976 2019-09-16 18:08:49,214 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:49,215 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1722i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1722",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1722i,max.MISSES=0i,max.RATIO=100.0 1568657327866764032 2019-09-16 18:08:49,288 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.109' 2019-09-16 18:08:49,310 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:49,311 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.122 1568657325228380928 2019-09-16 18:08:49,412 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:49,412 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.114 1568657328280150016 2019-09-16 18:08:49,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=96 END 2019-09-16 18:08:49,425 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=97 START 2019-09-16 18:08:49,425 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:49,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:49,628 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:49,630 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:50,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=92 END 2019-09-16 18:08:50,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=93 START 2019-09-16 18:08:50,026 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:50,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:50,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:50,205 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:50,640 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 31426 0 4 100.0% 22 160\n' 2019-09-16 18:08:50,646 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:51,238 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1753 0 0 100.0% 22 160\n' 2019-09-16 18:08:51,240 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:51,241 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:08:51,292 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=60 END 2019-09-16 18:08:51,293 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=61 START 2019-09-16 18:08:51,293 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:51,649 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=97 END 2019-09-16 18:08:51,650 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=98 START 2019-09-16 18:08:51,650 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:51,668 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:51,996 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:51,997 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:52,256 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=93 END 2019-09-16 18:08:52,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=94 START 2019-09-16 18:08:52,257 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:52,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:52,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:08:52,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:52,455 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:53,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3923 0 0 100.0% 22 160\n' 2019-09-16 18:08:53,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:53,495 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1810 0 1 100.0% 22 160\n' 2019-09-16 18:08:53,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:54,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=98 END 2019-09-16 18:08:54,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=99 START 2019-09-16 18:08:54,015 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:54,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:54,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=61 END 2019-09-16 18:08:54,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=62 START 2019-09-16 18:08:54,309 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:54,359 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:54,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:54,508 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:54,509 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=8913i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="8913",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=8913i,max.MISSES=0i,max.RATIO=100.0 1568657329424599040 2019-09-16 18:08:54,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=94 END 2019-09-16 18:08:54,512 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=95 START 2019-09-16 18:08:54,512 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:54,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:54,618 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:54,619 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=31426i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="31426",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=31426i,max.MISSES=0i,max.RATIO=100.0 1568657331649234944 2019-09-16 18:08:54,726 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:54,727 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3923i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3923",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3923i,max.MISSES=0i,max.RATIO=100.0 1568657334014770944 2019-09-16 18:08:54,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:54,737 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:54,830 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:08:54,831 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1750i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1750",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1750i,max.MISSES=0i,max.RATIO=100.0 1568657330025795072 2019-09-16 18:08:54,928 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:54,929 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1753i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1753",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1753i,max.MISSES=0i,max.RATIO=100.0 1568657332256443136 2019-09-16 18:08:55,030 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:55,031 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=1810i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1810",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=1810i,max.MISSES=0i,max.RATIO=100.0 1568657334511544064 2019-09-16 18:08:55,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:08:55,125 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.109 1568657331292790016 2019-09-16 18:08:55,218 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:08:55,219 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657334308968192 2019-09-16 18:08:55,370 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2905 0 0 100.0% 22 160\n' 2019-09-16 18:08:55,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:55,385 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 18:08:55,774 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 0 100.0% 22 160\n' 2019-09-16 18:08:55,776 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:56,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=99 END 2019-09-16 18:08:56,380 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=100 START 2019-09-16 18:08:56,380 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:56,395 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:56,735 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:56,736 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:56,793 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=95 END 2019-09-16 18:08:56,793 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=96 START 2019-09-16 18:08:56,794 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:56,852 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:57,011 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:57,012 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:08:57,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=62 END 2019-09-16 18:08:57,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=63 START 2019-09-16 18:08:57,394 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:08:57,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2989 0 0 100.0% 22 160\n' 2019-09-16 18:08:57,752 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:58,049 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1726 0 0 100.0% 22 160\n' 2019-09-16 18:08:58,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:08:58,404 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 18:08:58,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=100 END 2019-09-16 18:08:58,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=101 START 2019-09-16 18:08:58,756 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:58,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:59,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=96 END 2019-09-16 18:08:59,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=97 START 2019-09-16 18:08:59,069 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:08:59,108 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:59,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:08:59,109 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:08:59,271 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:08:59,272 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:00,120 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2198 0 0 100.0% 22 160\n' 2019-09-16 18:09:00,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:00,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1725 0 0 100.0% 22 160\n' 2019-09-16 18:09:00,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:00,349 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:00,351 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2905i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2905",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2905i,max.MISSES=0i,max.RATIO=100.0 1568657336379315968 2019-09-16 18:09:00,408 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=63 END 2019-09-16 18:09:00,409 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=64 START 2019-09-16 18:09:00,409 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:00,457 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:00,458 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2989i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2989",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2989i,max.MISSES=0i,max.RATIO=100.0 1568657338755224832 2019-09-16 18:09:00,557 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:00,558 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657336793155840 2019-09-16 18:09:00,661 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:00,662 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1726i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1726",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1726i,max.MISSES=0i,max.RATIO=100.0 1568657339068286976 2019-09-16 18:09:00,780 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:00,781 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568657337393871104 2019-09-16 18:09:00,876 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:00,877 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568657340408875008 2019-09-16 18:09:01,130 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=101 END 2019-09-16 18:09:01,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=102 START 2019-09-16 18:09:01,131 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:01,147 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:01,324 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=97 END 2019-09-16 18:09:01,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=98 START 2019-09-16 18:09:01,325 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:01,334 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:01,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:09:01,478 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:01,479 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:01,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:01,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:02,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1739 0 0 100.0% 22 160\n' 2019-09-16 18:09:02,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:02,496 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2135 0 5 100.0% 22 160\n' 2019-09-16 18:09:02,500 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:02,503 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:09:03,482 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=64 END 2019-09-16 18:09:03,483 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=65 START 2019-09-16 18:09:03,483 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:03,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=98 END 2019-09-16 18:09:03,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=99 START 2019-09-16 18:09:03,503 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:03,505 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=102 END 2019-09-16 18:09:03,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=103 START 2019-09-16 18:09:03,506 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:03,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:03,520 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:03,665 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:03,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:03,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:03,856 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:04,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1784 0 0 100.0% 22 160\n' 2019-09-16 18:09:04,692 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:04,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 18:09:04,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2475 0 0 100.0% 22 160\n' 2019-09-16 18:09:04,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:05,694 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=99 END 2019-09-16 18:09:05,695 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=100 START 2019-09-16 18:09:05,695 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:05,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:05,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:05,911 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:05,963 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=103 END 2019-09-16 18:09:05,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=104 START 2019-09-16 18:09:05,964 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:05,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:05,973 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2198i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2198",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2198i,max.MISSES=0i,max.RATIO=100.0 1568657341130880000 2019-09-16 18:09:05,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:06,080 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:06,081 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=5i,average.HITS=2135i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="5",cachestat.cache0.HITS="2135",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=5i,max.HITS=2135i,max.MISSES=0i,max.RATIO=100.0 1568657343505761024 2019-09-16 18:09:06,181 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:06,182 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2475i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2475",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2475i,max.MISSES=0i,max.RATIO=100.0 1568657345963365120 2019-09-16 18:09:06,285 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:06,286 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1725i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1725",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1725i,max.MISSES=0i,max.RATIO=100.0 1568657341324598016 2019-09-16 18:09:06,316 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:06,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:06,381 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:06,382 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1739i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1739",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1739i,max.MISSES=0i,max.RATIO=100.0 1568657343502515968 2019-09-16 18:09:06,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:06,483 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1784i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1784",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1784i,max.MISSES=0i,max.RATIO=100.0 1568657345694451968 2019-09-16 18:09:06,580 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:06,581 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657343482789120 2019-09-16 18:09:06,949 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1793 0 0 100.0% 22 160\n' 2019-09-16 18:09:06,952 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:06,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=65 END 2019-09-16 18:09:06,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=66 START 2019-09-16 18:09:06,959 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:07,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2898 0 0 100.0% 22 160\n' 2019-09-16 18:09:07,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:07,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=100 END 2019-09-16 18:09:07,964 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=101 START 2019-09-16 18:09:07,965 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:07,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 18:09:08,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:08,175 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:08,176 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:08,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=104 END 2019-09-16 18:09:08,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=105 START 2019-09-16 18:09:08,339 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:08,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:08,687 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:08,688 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:09,208 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1714 0 0 100.0% 22 160\n' 2019-09-16 18:09:09,213 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:09,698 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3532 0 0 100.0% 22 160\n' 2019-09-16 18:09:09,700 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:09,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=66 END 2019-09-16 18:09:09,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=67 START 2019-09-16 18:09:09,974 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:10,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=101 END 2019-09-16 18:09:10,225 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=102 START 2019-09-16 18:09:10,225 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:10,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:10,368 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:10,369 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:10,672 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19958275 , "packets_per_second":999936, "flows":90300, "errors":0 }\n' 2019-09-16 18:09:10,674 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:09:10,685 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18722079' 2019-09-16 18:09:10,686 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1236196 - Lost ppm 61940 2019-09-16 18:09:10,687 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 61940 > sla_max_ppm 1000; ',) 2019-09-16 18:09:10,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=105 END 2019-09-16 18:09:10,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=106 START 2019-09-16 18:09:10,704 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:10,714 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:10,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:10,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:10,983 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:09:11,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6505 0 4 100.0% 22 160\n' 2019-09-16 18:09:11,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:11,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:11,687 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2898i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2898",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2898i,max.MISSES=0i,max.RATIO=100.0 1568657348338934016 2019-09-16 18:09:11,691 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15147 seq=1 END 2019-09-16 18:09:11,691 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15147 seq=2 START 2019-09-16 18:09:11,692 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:09:11,703 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 300 64 20 1 1000000 2019-09-16 18:09:11,789 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:11,790 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3532i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3532",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3532i,max.MISSES=0i,max.RATIO=100.0 1568657350703946240 2019-09-16 18:09:11,884 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:11,885 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1793i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1793",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1793i,max.MISSES=0i,max.RATIO=100.0 1568657347964196864 2019-09-16 18:09:11,893 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 9782 0 2 100.0% 22 160\n' 2019-09-16 18:09:11,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:11,994 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:11,995 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1714i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1714",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1714i,max.MISSES=0i,max.RATIO=100.0 1568657350224673024 2019-09-16 18:09:12,095 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:12,095 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568657346958277888 2019-09-16 18:09:12,192 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:12,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568657349973128192 2019-09-16 18:09:12,378 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=102 END 2019-09-16 18:09:12,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=103 START 2019-09-16 18:09:12,379 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:12,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:12,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:12,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:12,898 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=106 END 2019-09-16 18:09:12,899 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=107 START 2019-09-16 18:09:12,899 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:12,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:12,987 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=67 END 2019-09-16 18:09:12,988 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=68 START 2019-09-16 18:09:12,988 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:13,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:13,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:13,528 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1709 0 0 100.0% 22 160\n' 2019-09-16 18:09:13,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:14,005 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:09:14,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 61603 0 2 100.0% 22 160\n' 2019-09-16 18:09:14,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:14,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=103 END 2019-09-16 18:09:14,532 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=104 START 2019-09-16 18:09:14,532 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:14,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:14,743 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:14,744 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:15,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=107 END 2019-09-16 18:09:15,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=108 START 2019-09-16 18:09:15,102 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:15,116 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:15,456 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:15,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:15,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1740 0 0 100.0% 22 160\n' 2019-09-16 18:09:15,786 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:16,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=68 END 2019-09-16 18:09:16,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=69 START 2019-09-16 18:09:16,010 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:16,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2999 0 0 100.0% 22 160\n' 2019-09-16 18:09:16,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:16,797 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=104 END 2019-09-16 18:09:16,798 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=105 START 2019-09-16 18:09:16,798 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:16,856 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:17,017 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:17,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:17,020 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:09:17,286 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:17,287 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999936i,packets_received=18722079i,packets_sent=19958275i,packetsize=64i,ppm=61940.0 1568657351690341120 2019-09-16 18:09:17,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:17,404 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=9782i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="9782",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=9782i,max.MISSES=0i,max.RATIO=100.0 1568657352898578944 2019-09-16 18:09:17,498 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:17,499 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=61603i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="61603",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=61603i,max.MISSES=0i,max.RATIO=100.0 1568657355101159936 2019-09-16 18:09:17,589 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=108 END 2019-09-16 18:09:17,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=109 START 2019-09-16 18:09:17,590 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:17,599 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:17,600 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2999i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2999",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2999i,max.MISSES=0i,max.RATIO=100.0 1568657357589718016 2019-09-16 18:09:17,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:17,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:17,702 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=6505i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="6505",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=6505i,max.MISSES=0i,max.RATIO=100.0 1568657352378828032 2019-09-16 18:09:17,796 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:17,797 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1709i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1709",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1709i,max.MISSES=0i,max.RATIO=100.0 1568657354531964928 2019-09-16 18:09:17,899 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:17,900 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1740i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1740",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1740i,max.MISSES=0i,max.RATIO=100.0 1568657356797409024 2019-09-16 18:09:17,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:17,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:17,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:17,996 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568657352987278080 2019-09-16 18:09:18,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1791 0 0 100.0% 22 160\n' 2019-09-16 18:09:18,057 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:18,090 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:18,091 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657356009251072 2019-09-16 18:09:18,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2124 0 0 100.0% 22 160\n' 2019-09-16 18:09:18,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:19,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=69 END 2019-09-16 18:09:19,025 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=70 START 2019-09-16 18:09:19,026 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:19,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=105 END 2019-09-16 18:09:19,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=106 START 2019-09-16 18:09:19,069 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:19,130 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:19,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:19,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:19,959 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=109 END 2019-09-16 18:09:19,960 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=110 START 2019-09-16 18:09:19,960 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:19,975 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:20,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 18:09:20,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1734 0 0 100.0% 22 160\n' 2019-09-16 18:09:20,312 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:20,313 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:20,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:21,316 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=106 END 2019-09-16 18:09:21,316 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=107 START 2019-09-16 18:09:21,317 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:21,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2172 0 0 100.0% 22 160\n' 2019-09-16 18:09:21,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:21,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:21,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:21,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:22,149 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=70 END 2019-09-16 18:09:22,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=71 START 2019-09-16 18:09:22,150 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:22,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=110 END 2019-09-16 18:09:22,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=111 START 2019-09-16 18:09:22,340 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:22,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:22,501 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1692 0 1 100.0% 22 160\n' 2019-09-16 18:09:22,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:22,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:22,696 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:23,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.123' 2019-09-16 18:09:23,220 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:23,222 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2124i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2124",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2124i,max.MISSES=0i,max.RATIO=100.0 1568657359959680000 2019-09-16 18:09:23,330 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:23,331 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2172i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2172",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2172i,max.MISSES=0i,max.RATIO=100.0 1568657362339121152 2019-09-16 18:09:23,431 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:23,432 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1791i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1791",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1791i,max.MISSES=0i,max.RATIO=100.0 1568657359068337920 2019-09-16 18:09:23,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=107 END 2019-09-16 18:09:23,506 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=108 START 2019-09-16 18:09:23,507 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:23,529 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:23,530 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1734i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1734",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1734i,max.MISSES=0i,max.RATIO=100.0 1568657361316158976 2019-09-16 18:09:23,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:23,657 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:23,658 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=1692i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1692",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=1692i,max.MISSES=0i,max.RATIO=100.0 1568657363506148096 2019-09-16 18:09:23,707 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4068 0 0 100.0% 22 160\n' 2019-09-16 18:09:23,708 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:23,709 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:23,712 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:23,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:23,753 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657359025087232 2019-09-16 18:09:23,858 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:23,859 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568657362149409024 2019-09-16 18:09:24,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=111 END 2019-09-16 18:09:24,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=112 START 2019-09-16 18:09:24,716 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:24,723 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1770 0 0 100.0% 22 160\n' 2019-09-16 18:09:24,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:24,731 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:25,064 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:25,065 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:25,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=71 END 2019-09-16 18:09:25,166 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=72 START 2019-09-16 18:09:25,166 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:25,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=108 END 2019-09-16 18:09:25,733 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=109 START 2019-09-16 18:09:25,734 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:25,783 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:25,945 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:25,946 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:26,077 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2981 0 2 100.0% 22 160\n' 2019-09-16 18:09:26,084 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:26,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 18:09:26,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1780 0 0 100.0% 22 160\n' 2019-09-16 18:09:26,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:27,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=112 END 2019-09-16 18:09:27,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=113 START 2019-09-16 18:09:27,088 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:27,103 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:27,435 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:27,436 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:28,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=109 END 2019-09-16 18:09:28,000 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=110 START 2019-09-16 18:09:28,001 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:28,063 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:28,186 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=72 END 2019-09-16 18:09:28,186 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=73 START 2019-09-16 18:09:28,187 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:28,223 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:28,224 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:28,447 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2888 0 0 100.0% 22 160\n' 2019-09-16 18:09:28,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:28,972 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:28,973 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4068i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4068",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4068i,max.MISSES=0i,max.RATIO=100.0 1568657364715739904 2019-09-16 18:09:29,076 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:29,077 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=2981i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="2981",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=2981i,max.MISSES=0i,max.RATIO=100.0 1568657367087260928 2019-09-16 18:09:29,177 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:29,178 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1770i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1770",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1770i,max.MISSES=0i,max.RATIO=100.0 1568657365733113088 2019-09-16 18:09:29,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:09:29,262 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1762 0 0 100.0% 22 160\n' 2019-09-16 18:09:29,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:29,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:29,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1780i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1780",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1780i,max.MISSES=0i,max.RATIO=100.0 1568657368000274944 2019-09-16 18:09:29,367 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:29,368 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.123 1568657365165559040 2019-09-16 18:09:29,455 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=113 END 2019-09-16 18:09:29,456 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=114 START 2019-09-16 18:09:29,456 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:29,467 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:29,468 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568657368186237184 2019-09-16 18:09:29,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:29,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:29,804 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:30,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=110 END 2019-09-16 18:09:30,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=111 START 2019-09-16 18:09:30,281 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:30,341 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:30,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:30,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:30,815 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2125 0 0 100.0% 22 160\n' 2019-09-16 18:09:30,820 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:31,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=73 END 2019-09-16 18:09:31,202 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=74 START 2019-09-16 18:09:31,202 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:31,549 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1263 0 0 100.0% 22 160\n' 2019-09-16 18:09:31,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:31,823 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=114 END 2019-09-16 18:09:31,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=115 START 2019-09-16 18:09:31,824 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:31,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:32,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:32,172 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:32,213 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 18:09:32,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=111 END 2019-09-16 18:09:32,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=112 START 2019-09-16 18:09:32,569 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:32,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:32,771 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:32,772 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:33,183 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3937 0 0 100.0% 22 160\n' 2019-09-16 18:09:33,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:33,810 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1758 0 0 100.0% 22 160\n' 2019-09-16 18:09:33,812 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:34,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=115 END 2019-09-16 18:09:34,192 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=116 START 2019-09-16 18:09:34,192 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:34,203 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:34,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=74 END 2019-09-16 18:09:34,218 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=75 START 2019-09-16 18:09:34,218 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:34,376 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:34,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:34,574 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:34,575 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2888i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2888",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2888i,max.MISSES=0i,max.RATIO=100.0 1568657369455888896 2019-09-16 18:09:34,668 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:34,669 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2125i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2125",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2125i,max.MISSES=0i,max.RATIO=100.0 1568657371823852032 2019-09-16 18:09:34,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:34,787 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3937i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3937",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3937i,max.MISSES=0i,max.RATIO=100.0 1568657374191931904 2019-09-16 18:09:34,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=112 END 2019-09-16 18:09:34,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=113 START 2019-09-16 18:09:34,830 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:34,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:34,881 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:34,882 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1762i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1762",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1762i,max.MISSES=0i,max.RATIO=100.0 1568657370280393984 2019-09-16 18:09:34,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19904903 , "packets_per_second":999946, "flows":90300, "errors":0 }\n' 2019-09-16 18:09:34,910 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:09:34,976 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:34,977 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18692566' 2019-09-16 18:09:34,977 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1263i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1263",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1263i,max.MISSES=0i,max.RATIO=100.0 1568657372568478976 2019-09-16 18:09:34,978 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1212337 - Lost ppm 60907 2019-09-16 18:09:34,979 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 60907 > sla_max_ppm 1000; ',) 2019-09-16 18:09:34,979 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:34,980 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:35,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:35,080 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1758i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1758",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1758i,max.MISSES=0i,max.RATIO=100.0 1568657374829273856 2019-09-16 18:09:35,173 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:35,174 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568657371201505024 2019-09-16 18:09:35,273 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:35,274 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568657374217585920 2019-09-16 18:09:35,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-16 18:09:35,383 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 14656 0 1 100.0% 22 160\n' 2019-09-16 18:09:35,386 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:35,981 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15147 seq=2 END 2019-09-16 18:09:35,982 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:09:35,982 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:09:35,982 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:09:35,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1687 0 0 100.0% 22 160\n' 2019-09-16 18:09:35,987 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:36,035 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:36,036 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999946i,packets_received=18692566i,packets_sent=19904903i,packetsize=64i,ppm=60907.0 1568657375981437952 2019-09-16 18:09:36,130 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:09:36,131 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:09:36,133 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:09:36,144 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:09:36,146 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:09:36,147 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:09:36,388 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=116 END 2019-09-16 18:09:36,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=117 START 2019-09-16 18:09:36,390 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:36,400 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:36,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:09:36,421 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:09:36,422 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:09:36,588 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:36,589 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:36,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:09:36,989 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=113 END 2019-09-16 18:09:36,990 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=114 START 2019-09-16 18:09:36,990 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:36,999 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:37,132 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:37,133 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:37,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=75 END 2019-09-16 18:09:37,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=76 START 2019-09-16 18:09:37,299 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:37,598 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 26846 0 2 100.0% 22 160\n' 2019-09-16 18:09:37,600 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:38,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1795 0 0 100.0% 22 160\n' 2019-09-16 18:09:38,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:38,307 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 18:09:38,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=117 END 2019-09-16 18:09:38,603 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=118 START 2019-09-16 18:09:38,603 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:38,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:38,785 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:38,786 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:39,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=114 END 2019-09-16 18:09:39,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=115 START 2019-09-16 18:09:39,143 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:39,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:39,285 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:39,286 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:39,793 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2116 0 1 100.0% 22 160\n' 2019-09-16 18:09:39,795 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:39,838 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15153 seq=1 START 2019-09-16 18:09:39,839 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:09:39,852 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 500 64 20 1 1000000 2019-09-16 18:09:40,291 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7168 0 6 100.0% 22 161\n' 2019-09-16 18:09:40,292 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:40,311 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=76 END 2019-09-16 18:09:40,312 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=77 START 2019-09-16 18:09:40,312 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:40,798 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=118 END 2019-09-16 18:09:40,798 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=119 START 2019-09-16 18:09:40,799 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:40,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:40,981 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:40,982 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:41,140 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:41,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=14656i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="14656",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=14656i,max.MISSES=0i,max.RATIO=100.0 1568657376388823040 2019-09-16 18:09:41,243 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:41,244 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=26846i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="26846",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=26846i,max.MISSES=0i,max.RATIO=100.0 1568657378602529024 2019-09-16 18:09:41,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=115 END 2019-09-16 18:09:41,295 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=116 START 2019-09-16 18:09:41,296 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:41,304 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:41,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:09:41,385 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:41,386 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2116i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2116",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2116i,max.MISSES=0i,max.RATIO=100.0 1568657380798187008 2019-09-16 18:09:41,439 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:41,440 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:41,480 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:41,481 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1687i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1687",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1687i,max.MISSES=0i,max.RATIO=100.0 1568657376989666816 2019-09-16 18:09:41,587 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:41,588 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1795i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1795",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1795i,max.MISSES=0i,max.RATIO=100.0 1568657379142478080 2019-09-16 18:09:41,687 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:41,688 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=7168i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7168",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=7168i,max.MISSES=0i,max.RATIO=100.0 1568657381295119104 2019-09-16 18:09:41,811 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:41,811 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.119 1568657377297990144 2019-09-16 18:09:41,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:41,917 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568657380311635968 2019-09-16 18:09:41,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3984 0 0 100.0% 22 160\n' 2019-09-16 18:09:41,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:42,456 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1731 0 0 100.0% 22 161\n' 2019-09-16 18:09:42,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:42,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=119 END 2019-09-16 18:09:42,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=120 START 2019-09-16 18:09:42,995 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:43,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:43,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=77 END 2019-09-16 18:09:43,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=78 START 2019-09-16 18:09:43,326 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:43,343 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:43,344 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:43,467 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=116 END 2019-09-16 18:09:43,468 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=117 START 2019-09-16 18:09:43,468 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:43,524 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:43,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:43,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:44,353 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.119' 2019-09-16 18:09:44,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5290 0 0 100.0% 22 160\n' 2019-09-16 18:09:44,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:44,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1762 0 0 100.0% 22 161\n' 2019-09-16 18:09:44,717 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:45,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=120 END 2019-09-16 18:09:45,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=121 START 2019-09-16 18:09:45,370 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:45,384 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:45,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:45,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:45,728 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=117 END 2019-09-16 18:09:45,729 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=118 START 2019-09-16 18:09:45,729 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:45,833 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:45,991 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:45,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:46,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=78 END 2019-09-16 18:09:46,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=79 START 2019-09-16 18:09:46,358 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:46,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2995 0 0 100.0% 22 160\n' 2019-09-16 18:09:46,745 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:47,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1806 0 0 100.0% 22 161\n' 2019-09-16 18:09:47,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:47,044 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:47,045 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3984i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3984",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3984i,max.MISSES=0i,max.RATIO=100.0 1568657382994245120 2019-09-16 18:09:47,199 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:47,200 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=5290i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="5290",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=5290i,max.MISSES=0i,max.RATIO=100.0 1568657385369767936 2019-09-16 18:09:47,311 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:47,312 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1731i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1731",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1731i,max.MISSES=0i,max.RATIO=100.0 1568657383467816192 2019-09-16 18:09:47,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-16 18:09:47,426 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:47,427 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1762i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1762",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1762i,max.MISSES=0i,max.RATIO=100.0 1568657385728467968 2019-09-16 18:09:47,547 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:47,548 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657383325510912 2019-09-16 18:09:47,655 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:47,656 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.119 1568657386357506048 2019-09-16 18:09:47,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=121 END 2019-09-16 18:09:47,748 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=122 START 2019-09-16 18:09:47,748 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:47,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:48,040 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=118 END 2019-09-16 18:09:48,041 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=119 START 2019-09-16 18:09:48,041 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:48,060 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:48,095 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:48,096 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:48,235 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:48,236 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:49,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2163 0 1 100.0% 22 160\n' 2019-09-16 18:09:49,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:49,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1797 0 0 100.0% 22 161\n' 2019-09-16 18:09:49,266 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:49,373 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=79 END 2019-09-16 18:09:49,374 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=80 START 2019-09-16 18:09:49,374 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:09:50,119 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=122 END 2019-09-16 18:09:50,120 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=123 START 2019-09-16 18:09:50,120 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:50,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:50,276 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=119 END 2019-09-16 18:09:50,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=120 START 2019-09-16 18:09:50,277 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:50,306 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:50,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:50,462 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:50,471 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:50,472 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:51,481 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1298 0 1 100.0% 22 161\n' 2019-09-16 18:09:51,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1776 0 0 100.0% 22 160\n' 2019-09-16 18:09:51,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:51,489 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:52,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=120 END 2019-09-16 18:09:52,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=121 START 2019-09-16 18:09:52,486 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:52,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=123 END 2019-09-16 18:09:52,492 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=124 START 2019-09-16 18:09:52,493 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:52,504 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:52,508 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:52,668 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:52,670 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:52,778 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:52,779 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2995i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2995",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2995i,max.MISSES=0i,max.RATIO=100.0 1568657387747522048 2019-09-16 18:09:52,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:52,842 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:52,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:52,881 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2163i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2163",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2163i,max.MISSES=0i,max.RATIO=100.0 1568657390119670016 2019-09-16 18:09:52,982 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:52,983 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1776i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1776",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1776i,max.MISSES=0i,max.RATIO=100.0 1568657392492145152 2019-09-16 18:09:53,075 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:09:53,077 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1806i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1806",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1806i,max.MISSES=0i,max.RATIO=100.0 1568657388040317184 2019-09-16 18:09:53,171 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:53,172 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1797i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1797",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1797i,max.MISSES=0i,max.RATIO=100.0 1568657390276474112 2019-09-16 18:09:53,282 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:53,283 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1298i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1298",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1298i,max.MISSES=0i,max.RATIO=100.0 1568657392485670144 2019-09-16 18:09:53,388 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:53,389 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.12 1568657389373784064 2019-09-16 18:09:53,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1837 0 0 100.0% 22 161\n' 2019-09-16 18:09:53,693 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:53,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1814 0 0 100.0% 22 160\n' 2019-09-16 18:09:53,861 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:54,708 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=121 END 2019-09-16 18:09:54,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=122 START 2019-09-16 18:09:54,709 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:54,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:54,863 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=124 END 2019-09-16 18:09:54,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=125 START 2019-09-16 18:09:54,864 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:54,880 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:54,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:54,909 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:55,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:55,212 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:55,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1829 0 0 100.0% 22 161\n' 2019-09-16 18:09:55,937 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:56,223 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1781 0 0 100.0% 22 160\n' 2019-09-16 18:09:56,229 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:56,952 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=122 END 2019-09-16 18:09:56,953 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=123 START 2019-09-16 18:09:56,953 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:56,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:57,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:57,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:57,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=125 END 2019-09-16 18:09:57,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=126 START 2019-09-16 18:09:57,233 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:57,248 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:57,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:57,580 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:09:58,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1742 0 0 100.0% 22 161\n' 2019-09-16 18:09:58,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:58,485 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:58,486 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1814",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568657394863671040 2019-09-16 18:09:58,585 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:58,586 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1781",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568657397232211968 2019-09-16 18:09:58,591 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1829 0 0 100.0% 22 160\n' 2019-09-16 18:09:58,597 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:09:58,680 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:09:58,682 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1837i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1837",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1837i,max.MISSES=0i,max.RATIO=100.0 1568657394708573952 2019-09-16 18:09:58,782 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:09:58,783 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1829",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568657396952580096 2019-09-16 18:09:59,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=123 END 2019-09-16 18:09:59,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=124 START 2019-09-16 18:09:59,212 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:59,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:59,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:59,432 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:09:59,600 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=126 END 2019-09-16 18:09:59,600 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=127 START 2019-09-16 18:09:59,601 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:09:59,616 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:09:59,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:09:59,948 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:00,386 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:10:00,387 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:10:00,468 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 22 161\n' 2019-09-16 18:10:00,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:00,959 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3732 0 1 100.0% 22 160\n' 2019-09-16 18:10:00,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:01,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=80 END 2019-09-16 18:10:01,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=81 START 2019-09-16 18:10:01,390 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:01,483 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=124 END 2019-09-16 18:10:01,484 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=125 START 2019-09-16 18:10:01,484 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:01,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:01,703 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:01,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:01,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=127 END 2019-09-16 18:10:01,969 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=128 START 2019-09-16 18:10:01,969 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:01,984 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:02,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:02,200 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:02,399 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.313' 2019-09-16 18:10:02,722 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1796 0 0 100.0% 22 161\n' 2019-09-16 18:10:02,724 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:03,122 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19957057 , "packets_per_second":997133, "flows":250500, "errors":0 }\n' 2019-09-16 18:10:03,124 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:10:03,135 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18738684' 2019-09-16 18:10:03,136 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1218373 - Lost ppm 61050 2019-09-16 18:10:03,137 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 61050 > sla_max_ppm 1000; ',) 2019-09-16 18:10:03,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 14716 0 1 100.0% 22 160\n' 2019-09-16 18:10:03,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:03,726 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=125 END 2019-09-16 18:10:03,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=126 START 2019-09-16 18:10:03,727 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:03,735 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:03,869 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:03,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:03,877 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:03,878 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1829i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1829",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1829i,max.MISSES=0i,max.RATIO=100.0 1568657399600194816 2019-09-16 18:10:03,985 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:03,986 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=3732i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3732",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=3732i,max.MISSES=0i,max.RATIO=100.0 1568657401968336128 2019-09-16 18:10:04,106 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:04,108 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1742i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1742",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1742i,max.MISSES=0i,max.RATIO=100.0 1568657399211364864 2019-09-16 18:10:04,141 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15153 seq=1 END 2019-09-16 18:10:04,142 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15153 seq=2 START 2019-09-16 18:10:04,142 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:10:04,155 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 500 64 20 1 1000000 2019-09-16 18:10:04,207 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:04,209 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1801",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568657401483635968 2019-09-16 18:10:04,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=128 END 2019-09-16 18:10:04,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=129 START 2019-09-16 18:10:04,212 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:04,221 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:04,319 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:04,320 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1796i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1796",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1796i,max.MISSES=0i,max.RATIO=100.0 1568657403726388992 2019-09-16 18:10:04,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:04,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:04,403 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=81 END 2019-09-16 18:10:04,404 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=82 START 2019-09-16 18:10:04,404 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:04,439 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:04,439 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657401389193984 2019-09-16 18:10:04,539 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:04,540 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.313 1568657404403412224 2019-09-16 18:10:04,875 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7211 0 6 100.0% 22 161\n' 2019-09-16 18:10:04,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:05,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2996 0 0 100.0% 22 160\n' 2019-09-16 18:10:05,408 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:05,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:10:05,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=126 END 2019-09-16 18:10:05,879 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=127 START 2019-09-16 18:10:05,880 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:05,888 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:06,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:06,022 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:06,410 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=129 END 2019-09-16 18:10:06,411 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=130 START 2019-09-16 18:10:06,411 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:06,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:06,769 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:06,770 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:07,031 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1826 0 0 100.0% 22 161\n' 2019-09-16 18:10:07,032 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:07,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=82 END 2019-09-16 18:10:07,417 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=83 START 2019-09-16 18:10:07,417 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:07,781 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2897 0 0 100.0% 22 160\n' 2019-09-16 18:10:07,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:08,039 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=127 END 2019-09-16 18:10:08,040 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=128 START 2019-09-16 18:10:08,040 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:08,099 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:08,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:08,260 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:08,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-16 18:10:08,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=130 END 2019-09-16 18:10:08,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=131 START 2019-09-16 18:10:08,792 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:08,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:09,144 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:09,145 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:09,298 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1714 0 1 100.0% 22 161\n' 2019-09-16 18:10:09,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:09,634 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:09,635 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=997133i,packets_received=18738684i,packets_sent=19957057i,packetsize=64i,ppm=61050.0 1568657404140736000 2019-09-16 18:10:09,730 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:09,731 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=14716i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="14716",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=14716i,max.MISSES=0i,max.RATIO=100.0 1568657404211406080 2019-09-16 18:10:09,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:09,832 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2996i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2996",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2996i,max.MISSES=0i,max.RATIO=100.0 1568657406410397952 2019-09-16 18:10:09,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:09,928 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2897i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2897",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2897i,max.MISSES=0i,max.RATIO=100.0 1568657408791898112 2019-09-16 18:10:10,027 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:10,028 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=7211i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7211",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=7211i,max.MISSES=0i,max.RATIO=100.0 1568657405879121920 2019-09-16 18:10:10,128 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:10,129 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1826i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1826",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1826i,max.MISSES=0i,max.RATIO=100.0 1568657408039609856 2019-09-16 18:10:10,156 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2208 0 0 100.0% 22 160\n' 2019-09-16 18:10:10,161 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:10,231 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:10,231 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568657407416367104 2019-09-16 18:10:10,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=128 END 2019-09-16 18:10:10,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=129 START 2019-09-16 18:10:10,315 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:10,374 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:10,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=83 END 2019-09-16 18:10:10,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=84 START 2019-09-16 18:10:10,435 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:10,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:10,532 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:11,164 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=131 END 2019-09-16 18:10:11,165 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=132 START 2019-09-16 18:10:11,165 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:11,180 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:11,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.220' 2019-09-16 18:10:11,516 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:11,517 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:11,552 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1801 0 0 100.0% 22 161\n' 2019-09-16 18:10:11,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:11,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:10:12,527 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2136 0 4 100.0% 22 160\n' 2019-09-16 18:10:12,533 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:12,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=129 END 2019-09-16 18:10:12,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=130 START 2019-09-16 18:10:12,598 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:12,658 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:12,819 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:12,820 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:13,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=84 END 2019-09-16 18:10:13,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=85 START 2019-09-16 18:10:13,519 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:13,536 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=132 END 2019-09-16 18:10:13,537 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=133 START 2019-09-16 18:10:13,537 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:13,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:13,838 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1705 0 0 100.0% 22 161\n' 2019-09-16 18:10:13,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:13,889 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:13,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:14,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-16 18:10:14,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=130 END 2019-09-16 18:10:14,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=131 START 2019-09-16 18:10:14,843 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:14,898 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:14,901 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3976 0 0 100.0% 22 160\n' 2019-09-16 18:10:14,909 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:15,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:15,053 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:15,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:15,335 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2208i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2208",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2208i,max.MISSES=0i,max.RATIO=100.0 1568657411164468992 2019-09-16 18:10:15,436 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:15,437 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=2136i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="2136",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=2136i,max.MISSES=0i,max.RATIO=100.0 1568657413536503040 2019-09-16 18:10:15,544 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:15,545 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1714i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1714",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1714i,max.MISSES=0i,max.RATIO=100.0 1568657410314528000 2019-09-16 18:10:15,645 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:15,646 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1801i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1801",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1801i,max.MISSES=0i,max.RATIO=100.0 1568657412597937152 2019-09-16 18:10:15,739 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:15,741 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1705i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1705",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1705i,max.MISSES=0i,max.RATIO=100.0 1568657414842756864 2019-09-16 18:10:15,835 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:15,836 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.118 1568657410434103040 2019-09-16 18:10:15,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=133 END 2019-09-16 18:10:15,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=134 START 2019-09-16 18:10:15,913 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:15,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:15,935 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:15,936 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.22 1568657413518381056 2019-09-16 18:10:16,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1752 0 0 100.0% 22 161\n' 2019-09-16 18:10:16,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:16,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:16,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:16,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=85 END 2019-09-16 18:10:16,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=86 START 2019-09-16 18:10:16,535 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:17,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=131 END 2019-09-16 18:10:17,096 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=132 START 2019-09-16 18:10:17,096 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:17,156 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:17,272 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3004 0 0 100.0% 22 160\n' 2019-09-16 18:10:17,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:17,311 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:17,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:17,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 18:10:18,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=134 END 2019-09-16 18:10:18,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=135 START 2019-09-16 18:10:18,281 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:18,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:18,330 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1813 0 0 100.0% 22 161\n' 2019-09-16 18:10:18,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:18,624 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:18,625 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:19,334 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=132 END 2019-09-16 18:10:19,334 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=133 START 2019-09-16 18:10:19,335 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:19,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:19,555 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:19,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:19,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=86 END 2019-09-16 18:10:19,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=87 START 2019-09-16 18:10:19,624 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:19,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2999 0 0 100.0% 22 160\n' 2019-09-16 18:10:19,641 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:20,588 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1800 0 1 100.0% 22 161\n' 2019-09-16 18:10:20,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:20,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 18:10:20,644 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=135 END 2019-09-16 18:10:20,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=136 START 2019-09-16 18:10:20,645 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:20,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:20,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:20,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:21,036 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:21,038 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3976i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3976",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3976i,max.MISSES=0i,max.RATIO=100.0 1568657415912034048 2019-09-16 18:10:21,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:21,156 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3004i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3004",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3004i,max.MISSES=0i,max.RATIO=100.0 1568657418280570112 2019-09-16 18:10:21,257 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:21,258 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2999i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2999",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2999i,max.MISSES=0i,max.RATIO=100.0 1568657420644503040 2019-09-16 18:10:21,353 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:21,354 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1752i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1752",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1752i,max.MISSES=0i,max.RATIO=100.0 1568657417095947008 2019-09-16 18:10:21,447 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:21,448 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1813i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1813",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1813i,max.MISSES=0i,max.RATIO=100.0 1568657419334258176 2019-09-16 18:10:21,571 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:21,572 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.124 1568657416534308864 2019-09-16 18:10:21,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=133 END 2019-09-16 18:10:21,605 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=134 START 2019-09-16 18:10:21,605 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:21,656 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:21,664 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:21,665 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568657419623136000 2019-09-16 18:10:21,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:21,816 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:22,002 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2159 0 0 100.0% 22 160\n' 2019-09-16 18:10:22,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:22,637 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=87 END 2019-09-16 18:10:22,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=88 START 2019-09-16 18:10:22,638 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:22,853 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1773 0 0 100.0% 22 161\n' 2019-09-16 18:10:22,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:23,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=136 END 2019-09-16 18:10:23,012 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=137 START 2019-09-16 18:10:23,013 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:23,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:23,360 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:23,361 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:23,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 18:10:23,868 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=134 END 2019-09-16 18:10:23,869 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=135 START 2019-09-16 18:10:23,869 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:23,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:24,096 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:24,097 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:24,372 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3956 0 1 100.0% 22 160\n' 2019-09-16 18:10:24,377 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:25,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1683 0 0 100.0% 22 161\n' 2019-09-16 18:10:25,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:25,380 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=137 END 2019-09-16 18:10:25,381 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=138 START 2019-09-16 18:10:25,381 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:25,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:25,653 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=88 END 2019-09-16 18:10:25,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=89 START 2019-09-16 18:10:25,654 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:25,729 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:25,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:26,152 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=135 END 2019-09-16 18:10:26,153 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=136 START 2019-09-16 18:10:26,153 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:26,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:26,359 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:26,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:26,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4344 0 0 100.0% 22 160\n' 2019-09-16 18:10:26,744 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:26,759 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:26,760 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2159i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2159",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2159i,max.MISSES=0i,max.RATIO=100.0 1568657423012094976 2019-09-16 18:10:26,761 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-16 18:10:26,859 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:26,861 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=3956i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3956",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=3956i,max.MISSES=0i,max.RATIO=100.0 1568657425380729856 2019-09-16 18:10:26,961 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:26,962 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1800i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1800",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1800i,max.MISSES=0i,max.RATIO=100.0 1568657421604545024 2019-09-16 18:10:27,055 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:27,056 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1773i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1773",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1773i,max.MISSES=0i,max.RATIO=100.0 1568657423868669952 2019-09-16 18:10:27,175 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:27,176 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1683i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1683",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1683i,max.MISSES=0i,max.RATIO=100.0 1568657426152539904 2019-09-16 18:10:27,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:27,277 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568657422637875968 2019-09-16 18:10:27,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1736 0 0 100.0% 22 161\n' 2019-09-16 18:10:27,367 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:27,369 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19949771 , "packets_per_second":999936, "flows":250500, "errors":0 }\n' 2019-09-16 18:10:27,369 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:27,370 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568657425653556224 2019-09-16 18:10:27,370 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:10:27,380 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18495122' 2019-09-16 18:10:27,381 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1454649 - Lost ppm 72916 2019-09-16 18:10:27,382 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 72916 > sla_max_ppm 1000; ',) 2019-09-16 18:10:27,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=138 END 2019-09-16 18:10:27,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=139 START 2019-09-16 18:10:27,747 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:27,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:27,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:27,930 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:28,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=136 END 2019-09-16 18:10:28,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=137 START 2019-09-16 18:10:28,371 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:28,379 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:28,383 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15153 seq=2 END 2019-09-16 18:10:28,384 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:10:28,384 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:10:28,384 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:10:28,429 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:28,430 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999936i,packets_received=18495122i,packets_sent=19949771i,packetsize=64i,ppm=72916.0 1568657428383527168 2019-09-16 18:10:28,517 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:28,518 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:28,523 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:10:28,523 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:10:28,526 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:10:28,537 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:10:28,539 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:10:28,540 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:10:28,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=89 END 2019-09-16 18:10:28,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=90 START 2019-09-16 18:10:28,803 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:28,811 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:10:28,812 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:10:28,813 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:10:28,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 13146 0 6 100.0% 22 160\n' 2019-09-16 18:10:28,944 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:29,123 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:10:29,523 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 27296 0 4 100.0% 22 161\n' 2019-09-16 18:10:29,525 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:29,812 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.096' 2019-09-16 18:10:29,946 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=139 END 2019-09-16 18:10:29,947 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=140 START 2019-09-16 18:10:29,947 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:29,957 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:30,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:30,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:30,528 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=137 END 2019-09-16 18:10:30,528 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=138 START 2019-09-16 18:10:30,529 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:30,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:30,671 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:30,672 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:31,137 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2129 0 1 100.0% 22 160\n' 2019-09-16 18:10:31,139 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:31,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1752 0 0 100.0% 22 161\n' 2019-09-16 18:10:31,679 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:31,816 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=90 END 2019-09-16 18:10:31,817 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=91 START 2019-09-16 18:10:31,817 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:32,142 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=140 END 2019-09-16 18:10:32,143 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=141 START 2019-09-16 18:10:32,143 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:32,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:32,197 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15159 seq=1 START 2019-09-16 18:10:32,198 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:10:32,209 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 750 64 20 1 1000000 2019-09-16 18:10:32,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:32,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:32,681 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=138 END 2019-09-16 18:10:32,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=139 START 2019-09-16 18:10:32,682 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:32,690 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:32,823 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:32,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:32,825 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:10:33,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7292 0 0 100.0% 22 160\n' 2019-09-16 18:10:33,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:33,533 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:33,535 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4344i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4344",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4344i,max.MISSES=0i,max.RATIO=100.0 1568657427747021824 2019-09-16 18:10:33,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:33,679 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=6i,average.HITS=13146i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="13146",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=6i,max.HITS=13146i,max.MISSES=0i,max.RATIO=100.0 1568657429946567936 2019-09-16 18:10:33,790 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:33,791 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2129i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2129",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2129i,max.MISSES=0i,max.RATIO=100.0 1568657432142092032 2019-09-16 18:10:33,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1753 0 0 100.0% 22 161\n' 2019-09-16 18:10:33,831 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:33,901 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:33,902 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1736i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1736",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1736i,max.MISSES=0i,max.RATIO=100.0 1568657428370249984 2019-09-16 18:10:34,003 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:34,004 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=4i,average.HITS=27296i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="27296",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=4i,max.HITS=27296i,max.MISSES=0i,max.RATIO=100.0 1568657430528114176 2019-09-16 18:10:34,111 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:34,112 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1752i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1752",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1752i,max.MISSES=0i,max.RATIO=100.0 1568657432681751040 2019-09-16 18:10:34,210 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:34,211 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.117 1568657428802529024 2019-09-16 18:10:34,307 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:34,307 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.096 1568657431816466944 2019-09-16 18:10:34,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=141 END 2019-09-16 18:10:34,347 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=142 START 2019-09-16 18:10:34,347 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:34,357 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:34,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:34,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:34,830 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=91 END 2019-09-16 18:10:34,830 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=92 START 2019-09-16 18:10:34,831 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:34,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=139 END 2019-09-16 18:10:34,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=140 START 2019-09-16 18:10:34,834 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:34,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:35,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:35,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:35,577 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 8876 0 0 100.0% 22 160\n' 2019-09-16 18:10:35,584 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:35,841 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.124' 2019-09-16 18:10:36,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1783 0 0 100.0% 22 161\n' 2019-09-16 18:10:36,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:36,586 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=142 END 2019-09-16 18:10:36,587 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=143 START 2019-09-16 18:10:36,587 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:36,602 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:36,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:36,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:37,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=140 END 2019-09-16 18:10:37,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=141 START 2019-09-16 18:10:37,057 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:37,105 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:37,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:37,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:37,851 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=92 END 2019-09-16 18:10:37,852 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=93 START 2019-09-16 18:10:37,852 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:37,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2912 0 0 100.0% 22 160\n' 2019-09-16 18:10:37,958 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:38,295 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1804 0 1 100.0% 22 161\n' 2019-09-16 18:10:38,297 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:38,301 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:10:38,862 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.117' 2019-09-16 18:10:38,960 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=143 END 2019-09-16 18:10:38,961 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=144 START 2019-09-16 18:10:38,961 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:38,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:39,310 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=141 END 2019-09-16 18:10:39,310 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=142 START 2019-09-16 18:10:39,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:39,311 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:39,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:39,414 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:39,414 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:39,416 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=7292i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="7292",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=7292i,max.MISSES=0i,max.RATIO=100.0 1568657434346353152 2019-09-16 18:10:39,526 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:39,528 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=8876i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="8876",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=8876i,max.MISSES=0i,max.RATIO=100.0 1568657436586915072 2019-09-16 18:10:39,580 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:39,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:39,632 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:39,633 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2912i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2912",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2912i,max.MISSES=0i,max.RATIO=100.0 1568657438960370176 2019-09-16 18:10:39,744 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:39,745 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1753i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1753",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1753i,max.MISSES=0i,max.RATIO=100.0 1568657434833730048 2019-09-16 18:10:39,889 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:39,890 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1783i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1783",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1783i,max.MISSES=0i,max.RATIO=100.0 1568657437056005120 2019-09-16 18:10:39,996 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:39,997 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1804i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1804",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1804i,max.MISSES=0i,max.RATIO=100.0 1568657439310108928 2019-09-16 18:10:40,120 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:40,121 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657434830032128 2019-09-16 18:10:40,227 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:40,228 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.124 1568657437851507968 2019-09-16 18:10:40,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2132 0 0 100.0% 22 160\n' 2019-09-16 18:10:40,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:40,616 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 0 100.0% 22 161\n' 2019-09-16 18:10:40,622 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:40,866 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=93 END 2019-09-16 18:10:40,867 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=94 START 2019-09-16 18:10:40,868 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:41,332 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=144 END 2019-09-16 18:10:41,333 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=145 START 2019-09-16 18:10:41,333 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:41,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:41,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=142 END 2019-09-16 18:10:41,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=143 START 2019-09-16 18:10:41,632 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:41,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:41,682 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:41,683 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:41,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:41,840 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:41,878 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:10:42,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3975 0 0 100.0% 22 160\n' 2019-09-16 18:10:42,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:42,870 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1723 0 0 100.0% 22 161\n' 2019-09-16 18:10:42,873 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:43,704 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=145 END 2019-09-16 18:10:43,705 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=146 START 2019-09-16 18:10:43,705 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:43,720 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:43,882 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=94 END 2019-09-16 18:10:43,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=95 START 2019-09-16 18:10:43,883 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:43,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=143 END 2019-09-16 18:10:43,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=144 START 2019-09-16 18:10:43,885 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:43,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:44,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:44,055 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:44,056 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:44,057 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:44,898 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.104' 2019-09-16 18:10:45,066 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1293 0 0 100.0% 22 161\n' 2019-09-16 18:10:45,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4025 0 0 100.0% 22 160\n' 2019-09-16 18:10:45,068 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:45,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:45,332 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:45,333 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2132i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2132",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2132i,max.MISSES=0i,max.RATIO=100.0 1568657441332463872 2019-09-16 18:10:45,470 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:45,471 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3975i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3975",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3975i,max.MISSES=0i,max.RATIO=100.0 1568657443704631040 2019-09-16 18:10:45,581 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:45,582 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657441631431168 2019-09-16 18:10:45,686 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:45,687 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1723i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1723",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1723i,max.MISSES=0i,max.RATIO=100.0 1568657443884118016 2019-09-16 18:10:45,785 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:45,786 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.117 1568657440866914048 2019-09-16 18:10:45,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:45,896 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657443882374144 2019-09-16 18:10:46,070 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=144 END 2019-09-16 18:10:46,071 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=145 START 2019-09-16 18:10:46,071 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:46,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=146 END 2019-09-16 18:10:46,077 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=147 START 2019-09-16 18:10:46,077 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:46,090 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:46,092 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:46,233 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:46,234 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:46,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:46,431 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:46,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=95 END 2019-09-16 18:10:46,903 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=96 START 2019-09-16 18:10:46,903 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:47,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1831 0 0 100.0% 22 161\n' 2019-09-16 18:10:47,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:47,270 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:10:47,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2926 0 0 100.0% 22 160\n' 2019-09-16 18:10:47,450 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:47,914 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.108' 2019-09-16 18:10:48,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=145 END 2019-09-16 18:10:48,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=146 START 2019-09-16 18:10:48,280 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:48,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:48,452 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=147 END 2019-09-16 18:10:48,453 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=148 START 2019-09-16 18:10:48,453 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:48,468 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:48,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:48,484 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:48,802 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:48,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:49,510 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1832 0 3 100.0% 22 161\n' 2019-09-16 18:10:49,514 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:49,814 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2169 0 0 100.0% 22 160\n' 2019-09-16 18:10:49,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:49,918 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=96 END 2019-09-16 18:10:49,919 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=97 START 2019-09-16 18:10:49,919 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:50,525 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=146 END 2019-09-16 18:10:50,526 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=147 START 2019-09-16 18:10:50,526 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:50,583 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:50,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:50,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:50,824 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=148 END 2019-09-16 18:10:50,825 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=149 START 2019-09-16 18:10:50,825 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:50,840 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:50,994 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:50,996 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4025i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4025",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4025i,max.MISSES=0i,max.RATIO=100.0 1568657446076940032 2019-09-16 18:10:51,014 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.133' 2019-09-16 18:10:51,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:51,125 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2926i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2926",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2926i,max.MISSES=0i,max.RATIO=100.0 1568657448452752128 2019-09-16 18:10:51,176 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:51,177 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:51,224 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:51,225 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2169i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2169",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2169i,max.MISSES=0i,max.RATIO=100.0 1568657450824388864 2019-09-16 18:10:51,328 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:51,329 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1293i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1293",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1293i,max.MISSES=0i,max.RATIO=100.0 1568657446070722048 2019-09-16 18:10:51,443 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:51,444 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1831i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1831",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1831i,max.MISSES=0i,max.RATIO=100.0 1568657448279088128 2019-09-16 18:10:51,551 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:51,552 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=1832i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1832",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=1832i,max.MISSES=0i,max.RATIO=100.0 1568657450525154048 2019-09-16 18:10:51,664 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:51,664 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.104 1568657446902772992 2019-09-16 18:10:51,757 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1828 0 0 100.0% 22 161\n' 2019-09-16 18:10:51,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:51,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:51,769 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.108 1568657449918807040 2019-09-16 18:10:52,190 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2227 0 0 100.0% 22 160\n' 2019-09-16 18:10:52,196 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:52,773 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=147 END 2019-09-16 18:10:52,773 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=148 START 2019-09-16 18:10:52,774 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:52,830 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:52,996 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:52,997 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:53,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=97 END 2019-09-16 18:10:53,019 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=98 START 2019-09-16 18:10:53,020 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:53,199 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=149 END 2019-09-16 18:10:53,200 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=150 START 2019-09-16 18:10:53,200 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:53,218 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:53,550 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:53,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:54,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1784 0 0 100.0% 22 161\n' 2019-09-16 18:10:54,028 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:54,030 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 18:10:54,562 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4024 0 1 100.0% 22 160\n' 2019-09-16 18:10:54,570 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:55,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=148 END 2019-09-16 18:10:55,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=149 START 2019-09-16 18:10:55,033 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:55,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:55,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:55,178 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:55,572 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=150 END 2019-09-16 18:10:55,573 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=151 START 2019-09-16 18:10:55,573 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:55,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:55,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19937972 , "packets_per_second":999961, "flows":563250, "errors":0 }\n' 2019-09-16 18:10:55,637 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:10:55,647 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18675732' 2019-09-16 18:10:55,648 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1262240 - Lost ppm 63309 2019-09-16 18:10:55,649 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 63309 > sla_max_ppm 1000; ',) 2019-09-16 18:10:55,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:55,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:56,035 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=98 END 2019-09-16 18:10:56,036 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=99 START 2019-09-16 18:10:56,036 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:56,183 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6511 0 3 100.0% 22 161\n' 2019-09-16 18:10:56,185 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:56,652 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15159 seq=1 END 2019-09-16 18:10:56,653 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15159 seq=2 START 2019-09-16 18:10:56,653 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:10:56,665 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 750 64 20 1 1000000 2019-09-16 18:10:56,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 5567 0 2 100.0% 22 160\n' 2019-09-16 18:10:56,774 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:56,873 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:56,874 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999961i,packets_received=18675732i,packets_sent=19937972i,packetsize=64i,ppm=63309.0 1568657456652304896 2019-09-16 18:10:57,006 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:57,007 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2227i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2227",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2227i,max.MISSES=0i,max.RATIO=100.0 1568657453199335168 2019-09-16 18:10:57,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.099' 2019-09-16 18:10:57,145 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:57,146 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=4024i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4024",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=4024i,max.MISSES=0i,max.RATIO=100.0 1568657455572628992 2019-09-16 18:10:57,187 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=149 END 2019-09-16 18:10:57,188 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=150 START 2019-09-16 18:10:57,188 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:57,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:57,245 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:10:57,246 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1828i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1828",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1828i,max.MISSES=0i,max.RATIO=100.0 1568657452773166848 2019-09-16 18:10:57,331 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:57,332 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:57,367 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:57,368 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1784i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1784",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1784i,max.MISSES=0i,max.RATIO=100.0 1568657455032339200 2019-09-16 18:10:57,470 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:57,471 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6511i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6511",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6511i,max.MISSES=0i,max.RATIO=100.0 1568657457187647232 2019-09-16 18:10:57,579 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:10:57,579 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.133 1568657453019008000 2019-09-16 18:10:57,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:10:57,677 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568657456035266048 2019-09-16 18:10:57,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=151 END 2019-09-16 18:10:57,778 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=152 START 2019-09-16 18:10:57,778 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:57,788 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:57,960 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:57,961 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:10:58,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1721 0 0 100.0% 22 161\n' 2019-09-16 18:10:58,339 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:58,968 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 60258 0 0 100.0% 22 160\n' 2019-09-16 18:10:58,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:10:59,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=99 END 2019-09-16 18:10:59,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=100 START 2019-09-16 18:10:59,049 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:10:59,341 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=150 END 2019-09-16 18:10:59,342 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=151 START 2019-09-16 18:10:59,342 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:59,365 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:10:59,521 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:10:59,522 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:10:59,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=152 END 2019-09-16 18:10:59,977 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=153 START 2019-09-16 18:10:59,978 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:10:59,993 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:00,162 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.148' 2019-09-16 18:11:00,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:00,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:00,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 0 100.0% 22 161\n' 2019-09-16 18:11:00,542 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:01,340 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2132 0 0 100.0% 22 160\n' 2019-09-16 18:11:01,346 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:01,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=151 END 2019-09-16 18:11:01,554 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=152 START 2019-09-16 18:11:01,555 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:01,602 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:01,764 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:01,765 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:02,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=100 END 2019-09-16 18:11:02,167 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=101 START 2019-09-16 18:11:02,168 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:02,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=153 END 2019-09-16 18:11:02,349 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=154 START 2019-09-16 18:11:02,350 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:02,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:02,701 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:02,702 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:02,789 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:02,790 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=5567i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="5567",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=5567i,max.MISSES=0i,max.RATIO=100.0 1568657457777658880 2019-09-16 18:11:02,799 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1802 0 0 100.0% 22 161\n' 2019-09-16 18:11:02,802 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:02,890 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:02,891 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=60258i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="60258",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=60258i,max.MISSES=0i,max.RATIO=100.0 1568657459977112064 2019-09-16 18:11:02,992 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:02,993 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2132i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2132",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2132i,max.MISSES=0i,max.RATIO=100.0 1568657462349172992 2019-09-16 18:11:03,105 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:03,106 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1721i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1721",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1721i,max.MISSES=0i,max.RATIO=100.0 1568657459341299968 2019-09-16 18:11:03,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.228' 2019-09-16 18:11:03,213 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:03,214 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1814",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568657461554187008 2019-09-16 18:11:03,325 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:03,325 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.099 1568657459048974080 2019-09-16 18:11:03,438 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:03,439 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.148 1568657462166927104 2019-09-16 18:11:03,713 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3978 0 0 100.0% 22 160\n' 2019-09-16 18:11:03,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:03,812 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=152 END 2019-09-16 18:11:03,812 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=153 START 2019-09-16 18:11:03,813 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:03,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:04,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:04,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:04,721 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=154 END 2019-09-16 18:11:04,721 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=155 START 2019-09-16 18:11:04,722 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:04,737 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:05,042 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1840 0 0 100.0% 22 161\n' 2019-09-16 18:11:05,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:05,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:11:05,074 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:05,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:05,183 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=101 END 2019-09-16 18:11:05,184 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=102 START 2019-09-16 18:11:05,184 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:06,068 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=153 END 2019-09-16 18:11:06,069 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=154 START 2019-09-16 18:11:06,069 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:06,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2995 0 1 100.0% 22 160\n' 2019-09-16 18:11:06,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:06,090 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:06,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:06,244 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:07,092 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=155 END 2019-09-16 18:11:07,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=156 START 2019-09-16 18:11:07,093 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:07,109 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:07,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1718 0 1 100.0% 22 161\n' 2019-09-16 18:11:07,274 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:07,441 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:07,442 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:08,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=154 END 2019-09-16 18:11:08,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=155 START 2019-09-16 18:11:08,278 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:08,337 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:08,452 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1736 0 0 100.0% 22 160\n' 2019-09-16 18:11:08,458 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:08,492 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:08,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:08,542 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:08,543 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3978i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3978",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3978i,max.MISSES=0i,max.RATIO=100.0 1568657464721259008 2019-09-16 18:11:08,666 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:08,667 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2995i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2995",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2995i,max.MISSES=0i,max.RATIO=100.0 1568657467092834048 2019-09-16 18:11:08,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:08,770 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1802i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1802",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1802i,max.MISSES=0i,max.RATIO=100.0 1568657463812028928 2019-09-16 18:11:08,866 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:08,867 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1840i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1840",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1840i,max.MISSES=0i,max.RATIO=100.0 1568657466068811008 2019-09-16 18:11:08,969 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:08,970 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1718i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1718",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1718i,max.MISSES=0i,max.RATIO=100.0 1568657468277236992 2019-09-16 18:11:09,073 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:09,073 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.228 1568657465183320064 2019-09-16 18:11:09,460 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=156 END 2019-09-16 18:11:09,461 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=157 START 2019-09-16 18:11:09,461 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:09,477 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:09,511 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1814 0 0 100.0% 22 161\n' 2019-09-16 18:11:09,512 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:09,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:09,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:10,515 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=155 END 2019-09-16 18:11:10,515 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=156 START 2019-09-16 18:11:10,516 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:10,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:10,732 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:10,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:10,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1815 0 0 100.0% 22 160\n' 2019-09-16 18:11:10,830 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:11,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1799 0 0 100.0% 22 161\n' 2019-09-16 18:11:11,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:11,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=157 END 2019-09-16 18:11:11,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=158 START 2019-09-16 18:11:11,833 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:11,849 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:12,181 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:12,182 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:12,774 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=156 END 2019-09-16 18:11:12,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=157 START 2019-09-16 18:11:12,775 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:12,835 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:12,992 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:12,993 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:13,193 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1837 0 0 100.0% 22 160\n' 2019-09-16 18:11:13,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:14,029 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1789 0 0 100.0% 22 161\n' 2019-09-16 18:11:14,034 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:14,172 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:14,174 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1736i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1736",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1736i,max.MISSES=0i,max.RATIO=100.0 1568657469460553984 2019-09-16 18:11:14,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=158 END 2019-09-16 18:11:14,201 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=159 START 2019-09-16 18:11:14,202 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:14,217 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:14,351 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:14,352 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1815i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1815",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1815i,max.MISSES=0i,max.RATIO=100.0 1568657471832990976 2019-09-16 18:11:14,459 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:14,460 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1837i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1837",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1837i,max.MISSES=0i,max.RATIO=100.0 1568657474201071104 2019-09-16 18:11:14,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:14,549 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:14,568 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:14,569 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1814i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1814",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1814i,max.MISSES=0i,max.RATIO=100.0 1568657470515033088 2019-09-16 18:11:14,677 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:14,678 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1799i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1799",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1799i,max.MISSES=0i,max.RATIO=100.0 1568657472774603008 2019-09-16 18:11:15,045 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=157 END 2019-09-16 18:11:15,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=158 START 2019-09-16 18:11:15,046 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:15,104 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:15,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:15,269 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:15,561 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 1780 0 0 100.0% 22 160\n' 2019-09-16 18:11:15,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:16,193 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC071-abbc28e6' timeout 2019-09-16 18:11:16,195 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:11:16,307 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1741 0 0 100.0% 22 161\n' 2019-09-16 18:11:16,310 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:16,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=159 END 2019-09-16 18:11:16,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=160 START 2019-09-16 18:11:16,570 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:16,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:16,922 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:16,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:17,196 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=102 END 2019-09-16 18:11:17,197 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=103 START 2019-09-16 18:11:17,197 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:17,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=158 END 2019-09-16 18:11:17,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=159 START 2019-09-16 18:11:17,326 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:17,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:17,544 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:17,545 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:17,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2950 0 1 100.0% 22 160\n' 2019-09-16 18:11:17,942 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:18,210 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.388' 2019-09-16 18:11:18,582 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1729 0 1 100.0% 22 161\n' 2019-09-16 18:11:18,586 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:18,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=160 END 2019-09-16 18:11:18,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=161 START 2019-09-16 18:11:18,946 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:18,956 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:19,128 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:19,129 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:19,597 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=159 END 2019-09-16 18:11:19,598 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=160 START 2019-09-16 18:11:19,598 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:19,607 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:19,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:19,742 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:19,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:19,788 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1780i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1780",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1780i,max.MISSES=0i,max.RATIO=100.0 1568657476569367808 2019-09-16 18:11:19,890 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:19,891 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2950i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2950",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2950i,max.MISSES=0i,max.RATIO=100.0 1568657478945082880 2019-09-16 18:11:19,900 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19974579 , "packets_per_second":999947, "flows":563250, "errors":0 }\n' 2019-09-16 18:11:19,901 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:11:19,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18725505' 2019-09-16 18:11:19,913 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1249074 - Lost ppm 62534 2019-09-16 18:11:19,914 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 62534 > sla_max_ppm 1000; ',) 2019-09-16 18:11:19,990 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:19,991 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1789i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1789",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1789i,max.MISSES=0i,max.RATIO=100.0 1568657475045502976 2019-09-16 18:11:20,121 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:20,122 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1741i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1741",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1741i,max.MISSES=0i,max.RATIO=100.0 1568657477325444864 2019-09-16 18:11:20,136 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 13005 0 1 100.0% 22 160\n' 2019-09-16 18:11:20,138 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:20,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=103 END 2019-09-16 18:11:20,215 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=104 START 2019-09-16 18:11:20,216 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:20,229 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:20,230 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1729i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1729",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1729i,max.MISSES=0i,max.RATIO=100.0 1568657479597629952 2019-09-16 18:11:20,338 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:20,338 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657477196705024 2019-09-16 18:11:20,435 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:20,436 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.388 1568657480214970112 2019-09-16 18:11:20,746 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6564 0 3 100.0% 22 161\n' 2019-09-16 18:11:20,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:20,915 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15159 seq=2 END 2019-09-16 18:11:20,916 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:11:20,917 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:11:20,917 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:11:20,964 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:20,965 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999947i,packets_received=18725505i,packets_sent=19974579i,packetsize=64i,ppm=62534.0 1568657480915821056 2019-09-16 18:11:21,067 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:11:21,068 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:11:21,070 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:11:21,083 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:11:21,085 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.128 2019-09-16 18:11:21,086 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.128 2019-09-16 18:11:21,141 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=161 END 2019-09-16 18:11:21,141 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=162 START 2019-09-16 18:11:21,142 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:21,152 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:21,242 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.098' 2019-09-16 18:11:21,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:21,326 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:21,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:11:21,357 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.119 2019-09-16 18:11:21,358 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.119 2019-09-16 18:11:21,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:11:21,751 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=160 END 2019-09-16 18:11:21,752 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=161 START 2019-09-16 18:11:21,752 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:21,760 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:21,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:21,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:22,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 29177 0 4 100.0% 22 160\n' 2019-09-16 18:11:22,336 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:22,900 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 22 161\n' 2019-09-16 18:11:22,901 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:23,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=104 END 2019-09-16 18:11:23,247 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=105 START 2019-09-16 18:11:23,248 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:23,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=162 END 2019-09-16 18:11:23,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=163 START 2019-09-16 18:11:23,340 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:23,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:23,521 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:23,522 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:23,904 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=161 END 2019-09-16 18:11:23,904 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=162 START 2019-09-16 18:11:23,904 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:23,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:24,047 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:24,048 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:24,256 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.118' 2019-09-16 18:11:24,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3991 0 1 100.0% 22 160\n' 2019-09-16 18:11:24,531 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:24,713 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15165 seq=1 START 2019-09-16 18:11:24,713 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:11:24,727 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 1000 64 20 1 1000000 2019-09-16 18:11:25,052 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7170 0 6 100.0% 22 161\n' 2019-09-16 18:11:25,054 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:25,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=163 END 2019-09-16 18:11:25,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=164 START 2019-09-16 18:11:25,535 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:25,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:25,717 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:25,718 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:26,056 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=162 END 2019-09-16 18:11:26,057 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=163 START 2019-09-16 18:11:26,057 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:26,065 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:26,078 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:26,081 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=13005i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="13005",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=13005i,max.MISSES=0i,max.RATIO=100.0 1568657481141020928 2019-09-16 18:11:26,198 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:26,199 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:26,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:26,207 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=29177i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="29177",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=29177i,max.MISSES=0i,max.RATIO=100.0 1568657483339270144 2019-09-16 18:11:26,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=105 END 2019-09-16 18:11:26,261 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=106 START 2019-09-16 18:11:26,262 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:26,313 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:26,314 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=3991i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3991",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=3991i,max.MISSES=0i,max.RATIO=100.0 1568657485534722048 2019-09-16 18:11:26,418 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:26,420 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=6564i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="6564",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=6564i,max.MISSES=0i,max.RATIO=100.0 1568657481751523072 2019-09-16 18:11:26,542 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:26,543 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1787",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568657483903977984 2019-09-16 18:11:26,653 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:26,654 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=7170i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="7170",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=7170i,max.MISSES=0i,max.RATIO=100.0 1568657486056418816 2019-09-16 18:11:26,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2934 0 0 100.0% 22 160\n' 2019-09-16 18:11:26,727 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:26,759 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:26,760 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.098 1568657483247023104 2019-09-16 18:11:26,862 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:26,862 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.118 1568657486261091072 2019-09-16 18:11:27,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1681 0 0 100.0% 22 161\n' 2019-09-16 18:11:27,210 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:27,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 18:11:27,730 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=164 END 2019-09-16 18:11:27,731 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=165 START 2019-09-16 18:11:27,731 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:27,746 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:28,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:28,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:28,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=163 END 2019-09-16 18:11:28,214 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=164 START 2019-09-16 18:11:28,215 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:28,265 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:28,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:28,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:29,093 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2090 0 4 100.0% 22 160\n' 2019-09-16 18:11:29,098 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:29,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=106 END 2019-09-16 18:11:29,279 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=107 START 2019-09-16 18:11:29,280 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:29,459 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1658 0 1 100.0% 22 161\n' 2019-09-16 18:11:29,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:30,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=165 END 2019-09-16 18:11:30,102 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=166 START 2019-09-16 18:11:30,102 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:30,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:30,374 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.135' 2019-09-16 18:11:30,453 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:30,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:30,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=164 END 2019-09-16 18:11:30,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=165 START 2019-09-16 18:11:30,475 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:30,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:30,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:30,749 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:31,466 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2189 0 0 100.0% 22 160\n' 2019-09-16 18:11:31,473 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:31,780 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1728 0 0 100.0% 22 161\n' 2019-09-16 18:11:31,781 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:31,971 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:31,973 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2934i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2934",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2934i,max.MISSES=0i,max.RATIO=100.0 1568657487730407936 2019-09-16 18:11:32,117 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:32,118 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=4i,average.HITS=2090i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="4",cachestat.cache0.HITS="2090",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=4i,max.HITS=2090i,max.MISSES=0i,max.RATIO=100.0 1568657490101628928 2019-09-16 18:11:32,219 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:32,220 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1681i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1681",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1681i,max.MISSES=0i,max.RATIO=100.0 1568657488214317056 2019-09-16 18:11:32,318 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:32,319 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1658i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1658",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1658i,max.MISSES=0i,max.RATIO=100.0 1568657490474715904 2019-09-16 18:11:32,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=107 END 2019-09-16 18:11:32,379 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=108 START 2019-09-16 18:11:32,380 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:32,421 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:32,422 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568657489279043840 2019-09-16 18:11:32,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=166 END 2019-09-16 18:11:32,476 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=167 START 2019-09-16 18:11:32,476 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:32,494 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:32,520 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:32,521 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.135 1568657492379098880 2019-09-16 18:11:32,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=165 END 2019-09-16 18:11:32,797 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=166 START 2019-09-16 18:11:32,798 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:32,826 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:32,827 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:32,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:32,984 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:32,985 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:33,391 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-16 18:11:33,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4019 0 0 100.0% 22 160\n' 2019-09-16 18:11:33,846 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:34,020 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1771 0 0 100.0% 22 161\n' 2019-09-16 18:11:34,021 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:34,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:11:34,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=167 END 2019-09-16 18:11:34,849 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=168 START 2019-09-16 18:11:34,850 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:34,865 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:35,036 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=166 END 2019-09-16 18:11:35,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=167 START 2019-09-16 18:11:35,037 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:35,046 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:35,195 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:35,196 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:35,197 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:35,198 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:35,395 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=108 END 2019-09-16 18:11:35,396 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=109 START 2019-09-16 18:11:35,396 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:36,207 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1758 0 0 100.0% 22 161\n' 2019-09-16 18:11:36,209 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2883 0 0 100.0% 22 160\n' 2019-09-16 18:11:36,209 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:36,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:36,407 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:11:37,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=167 END 2019-09-16 18:11:37,213 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=168 START 2019-09-16 18:11:37,213 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:37,217 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=168 END 2019-09-16 18:11:37,218 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=169 START 2019-09-16 18:11:37,218 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:37,231 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:37,233 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:37,388 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:37,389 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:37,566 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:37,567 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:37,626 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:37,627 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2189i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2189",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2189i,max.MISSES=0i,max.RATIO=100.0 1568657492475673088 2019-09-16 18:11:37,727 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:37,728 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4019i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4019",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4019i,max.MISSES=0i,max.RATIO=100.0 1568657494849189888 2019-09-16 18:11:37,825 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:37,826 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2883i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2883",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2883i,max.MISSES=0i,max.RATIO=100.0 1568657497217766912 2019-09-16 18:11:37,946 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:37,947 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1728i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1728",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1728i,max.MISSES=0i,max.RATIO=100.0 1568657492796893952 2019-09-16 18:11:38,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:38,054 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1771i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1771",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1771i,max.MISSES=0i,max.RATIO=100.0 1568657495036534016 2019-09-16 18:11:38,177 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:38,178 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1758i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1758",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1758i,max.MISSES=0i,max.RATIO=100.0 1568657497212357120 2019-09-16 18:11:38,284 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:38,284 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.126 1568657495395378176 2019-09-16 18:11:38,420 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1752 0 0 100.0% 22 161\n' 2019-09-16 18:11:38,421 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:38,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:11:38,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=109 END 2019-09-16 18:11:38,480 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=110 START 2019-09-16 18:11:38,481 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:38,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2972 0 0 100.0% 22 160\n' 2019-09-16 18:11:38,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:39,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=168 END 2019-09-16 18:11:39,437 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=169 START 2019-09-16 18:11:39,438 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:39,487 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:39,491 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:11:39,589 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=169 END 2019-09-16 18:11:39,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=170 START 2019-09-16 18:11:39,590 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:39,605 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:39,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:39,638 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:39,937 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:39,938 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:40,661 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1744 0 0 100.0% 22 161\n' 2019-09-16 18:11:40,666 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:40,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2128 0 1 100.0% 22 160\n' 2019-09-16 18:11:40,954 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:41,495 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=110 END 2019-09-16 18:11:41,496 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=111 START 2019-09-16 18:11:41,496 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:41,678 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=169 END 2019-09-16 18:11:41,679 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=170 START 2019-09-16 18:11:41,679 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:41,736 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:41,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:41,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:41,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=170 END 2019-09-16 18:11:41,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=171 START 2019-09-16 18:11:41,958 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:41,973 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:42,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:42,306 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:42,507 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-16 18:11:42,928 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1787 0 0 100.0% 22 161\n' 2019-09-16 18:11:42,929 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:42,934 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Ending tracing...\n' 2019-09-16 18:11:43,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4058 0 0 100.0% 22 160\n' 2019-09-16 18:11:43,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:43,407 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:43,408 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2972i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2972",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2972i,max.MISSES=0i,max.RATIO=100.0 1568657499589271040 2019-09-16 18:11:43,514 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:43,515 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=2128i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="2128",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=2128i,max.MISSES=0i,max.RATIO=100.0 1568657501957772032 2019-09-16 18:11:43,624 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:43,625 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1752i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1752",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1752i,max.MISSES=0i,max.RATIO=100.0 1568657499437020928 2019-09-16 18:11:43,739 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:43,740 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1744i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1744",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1744i,max.MISSES=0i,max.RATIO=100.0 1568657501678544128 2019-09-16 18:11:43,866 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:43,867 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568657498480320000 2019-09-16 18:11:43,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=170 END 2019-09-16 18:11:43,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=171 START 2019-09-16 18:11:43,945 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:43,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:43,968 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657501495592960 2019-09-16 18:11:44,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:44,164 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:44,165 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:44,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=171 END 2019-09-16 18:11:44,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=172 START 2019-09-16 18:11:44,326 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:44,341 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:44,511 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=111 END 2019-09-16 18:11:44,512 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=112 START 2019-09-16 18:11:44,512 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:44,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:44,680 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:45,197 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1815 0 0 100.0% 22 161\n' 2019-09-16 18:11:45,202 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:45,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-16 18:11:45,690 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3992 0 0 100.0% 22 160\n' 2019-09-16 18:11:45,697 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:46,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=171 END 2019-09-16 18:11:46,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=172 START 2019-09-16 18:11:46,213 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:46,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:46,428 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:46,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:46,699 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=172 END 2019-09-16 18:11:46,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=173 START 2019-09-16 18:11:46,700 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:46,715 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:47,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:47,010 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:47,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 0 1 100.0% 22 161\n' 2019-09-16 18:11:47,448 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:47,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=112 END 2019-09-16 18:11:47,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=113 START 2019-09-16 18:11:47,684 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:47,974 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19953751 , "packets_per_second":995940, "flows":1001000, "errors":0 }\n' 2019-09-16 18:11:47,975 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:11:47,986 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18764556' 2019-09-16 18:11:47,987 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1189195 - Lost ppm 59598 2019-09-16 18:11:47,988 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 59598 > sla_max_ppm 1000; ',) 2019-09-16 18:11:48,016 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 13202 0 1 100.0% 22 160\n' 2019-09-16 18:11:48,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:48,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=172 END 2019-09-16 18:11:48,451 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=173 START 2019-09-16 18:11:48,452 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:48,461 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:48,594 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:48,595 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:48,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.120' 2019-09-16 18:11:48,992 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15165 seq=1 END 2019-09-16 18:11:48,993 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15165 seq=2 START 2019-09-16 18:11:48,993 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:11:49,006 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.16 1000 64 20 1 1000000 2019-09-16 18:11:49,021 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=173 END 2019-09-16 18:11:49,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=174 START 2019-09-16 18:11:49,022 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:49,031 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:49,110 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:49,111 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=995940i,packets_received=18764556i,packets_sent=19953751i,packetsize=64i,ppm=59598.0 1568657508991895040 2019-09-16 18:11:49,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:49,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:49,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:49,208 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4058i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4058",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4058i,max.MISSES=0i,max.RATIO=100.0 1568657504325714176 2019-09-16 18:11:49,302 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:49,303 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3992i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3992",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3992i,max.MISSES=0i,max.RATIO=100.0 1568657506699753984 2019-09-16 18:11:49,396 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:49,397 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=13202i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="13202",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=13202i,max.MISSES=0i,max.RATIO=100.0 1568657509021470976 2019-09-16 18:11:49,491 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:49,493 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1787i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1787",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1787i,max.MISSES=0i,max.RATIO=100.0 1568657503944564224 2019-09-16 18:11:49,585 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:49,586 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1815i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1815",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1815i,max.MISSES=0i,max.RATIO=100.0 1568657506212259072 2019-09-16 18:11:49,600 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 6955 0 6 100.0% 22 161\n' 2019-09-16 18:11:49,601 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:49,687 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:49,688 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=1i,average.HITS=1798i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="1798",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=1i,max.HITS=1798i,max.MISSES=0i,max.RATIO=100.0 1568657508451067904 2019-09-16 18:11:49,787 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:49,788 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.126 1568657504511395840 2019-09-16 18:11:49,895 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:49,896 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.129 1568657507683769856 2019-09-16 18:11:50,214 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2161 0 0 100.0% 22 160\n' 2019-09-16 18:11:50,215 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:50,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=173 END 2019-09-16 18:11:50,604 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=174 START 2019-09-16 18:11:50,605 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:50,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:50,697 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=113 END 2019-09-16 18:11:50,698 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=114 START 2019-09-16 18:11:50,698 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:50,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:50,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:51,219 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=174 END 2019-09-16 18:11:51,220 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=175 START 2019-09-16 18:11:51,220 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:51,234 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:51,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:51,575 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:51,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 18:11:51,756 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1706 0 0 100.0% 22 161\n' 2019-09-16 18:11:51,766 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:52,587 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4017 0 1 100.0% 22 160\n' 2019-09-16 18:11:52,595 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:52,809 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=174 END 2019-09-16 18:11:52,810 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=175 START 2019-09-16 18:11:52,810 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:52,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:53,036 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:53,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:53,596 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=175 END 2019-09-16 18:11:53,597 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=176 START 2019-09-16 18:11:53,597 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:53,613 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:53,715 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=114 END 2019-09-16 18:11:53,716 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=115 START 2019-09-16 18:11:53,716 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:53,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:53,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:54,072 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 22 161\n' 2019-09-16 18:11:54,078 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:54,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.349' 2019-09-16 18:11:54,967 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 4023 0 0 100.0% 22 160\n' 2019-09-16 18:11:54,969 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:54,992 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:54,994 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2161i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2161",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2161i,max.MISSES=0i,max.RATIO=100.0 1568657511219369984 2019-09-16 18:11:55,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=175 END 2019-09-16 18:11:55,089 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=176 START 2019-09-16 18:11:55,089 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:55,090 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:55,090 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=4017i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="4017",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=4017i,max.MISSES=0i,max.RATIO=100.0 1568657513596601088 2019-09-16 18:11:55,149 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:55,186 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:11:55,187 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=6i,average.HITS=6955i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="6",cachestat.cache0.HITS="6955",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=6i,max.HITS=6955i,max.MISSES=0i,max.RATIO=100.0 1568657510604094976 2019-09-16 18:11:55,282 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:55,283 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1706i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1706",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1706i,max.MISSES=0i,max.RATIO=100.0 1568657512808878848 2019-09-16 18:11:55,308 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:55,309 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:55,379 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:55,380 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1781",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568657515089075200 2019-09-16 18:11:55,514 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:11:55,515 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.12 1568657510697582848 2019-09-16 18:11:55,615 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:11:55,615 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568657513715405824 2019-09-16 18:11:55,972 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=176 END 2019-09-16 18:11:55,973 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=177 START 2019-09-16 18:11:55,973 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:55,991 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:56,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:56,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:56,328 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1804 0 0 100.0% 22 161\n' 2019-09-16 18:11:56,329 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:56,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=115 END 2019-09-16 18:11:56,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=116 START 2019-09-16 18:11:56,797 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:57,333 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2904 0 0 100.0% 22 160\n' 2019-09-16 18:11:57,338 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:57,357 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=176 END 2019-09-16 18:11:57,358 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=177 START 2019-09-16 18:11:57,358 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:57,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:57,568 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:57,569 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:11:57,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.125' 2019-09-16 18:11:58,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=177 END 2019-09-16 18:11:58,345 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=178 START 2019-09-16 18:11:58,345 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:58,362 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:58,587 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1806 0 3 100.0% 22 161\n' 2019-09-16 18:11:58,599 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:58,693 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:58,694 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:11:59,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=177 END 2019-09-16 18:11:59,607 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=178 START 2019-09-16 18:11:59,607 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:11:59,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:11:59,705 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2170 0 0 100.0% 22 160\n' 2019-09-16 18:11:59,711 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:11:59,811 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=116 END 2019-09-16 18:11:59,812 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=117 START 2019-09-16 18:11:59,812 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:11:59,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:11:59,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:00,709 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:00,710 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=4023i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="4023",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=4023i,max.MISSES=0i,max.RATIO=100.0 1568657515972260864 2019-09-16 18:12:00,714 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=178 END 2019-09-16 18:12:00,714 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=179 START 2019-09-16 18:12:00,715 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:00,730 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:00,815 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:00,816 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2904i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2904",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2904i,max.MISSES=0i,max.RATIO=100.0 1568657518344961792 2019-09-16 18:12:00,843 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1798 0 0 100.0% 22 161\n' 2019-09-16 18:12:00,845 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:00,907 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.186' 2019-09-16 18:12:00,912 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:00,912 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2170i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2170",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2170i,max.MISSES=0i,max.RATIO=100.0 1568657520714098944 2019-09-16 18:12:01,028 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:01,029 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1804i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1804",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1804i,max.MISSES=0i,max.RATIO=100.0 1568657517357306880 2019-09-16 18:12:01,067 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:01,068 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:01,135 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:01,136 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=3i,average.HITS=1806i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="3",cachestat.cache0.HITS="1806",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=3i,max.HITS=1806i,max.MISSES=0i,max.RATIO=100.0 1568657519606631936 2019-09-16 18:12:01,237 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:01,238 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.349 1568657516796128000 2019-09-16 18:12:01,333 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:01,334 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.125 1568657519811764992 2019-09-16 18:12:01,847 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=178 END 2019-09-16 18:12:01,848 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=179 START 2019-09-16 18:12:01,848 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:01,902 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:02,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:02,061 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:02,083 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2118 0 0 100.0% 22 160\n' 2019-09-16 18:12:02,091 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:02,911 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=117 END 2019-09-16 18:12:02,912 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=118 START 2019-09-16 18:12:02,912 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:12:03,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=179 END 2019-09-16 18:12:03,094 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1815 0 0 100.0% 22 161\n' 2019-09-16 18:12:03,094 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=180 START 2019-09-16 18:12:03,095 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:03,098 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:03,110 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:03,443 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:03,444 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:03,923 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.224' 2019-09-16 18:12:04,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=179 END 2019-09-16 18:12:04,101 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=180 START 2019-09-16 18:12:04,102 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:04,157 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:04,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:04,345 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:04,455 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3942 0 1 100.0% 22 160\n' 2019-09-16 18:12:04,463 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:05,378 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1789 0 0 100.0% 22 161\n' 2019-09-16 18:12:05,383 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:05,465 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=180 END 2019-09-16 18:12:05,466 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=181 START 2019-09-16 18:12:05,466 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:05,482 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:05,810 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:05,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:05,928 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=118 END 2019-09-16 18:12:05,929 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=119 START 2019-09-16 18:12:05,929 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:12:06,393 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=180 END 2019-09-16 18:12:06,394 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=181 START 2019-09-16 18:12:06,394 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:06,435 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:06,436 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2118i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2118",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2118i,max.MISSES=0i,max.RATIO=100.0 1568657523093733120 2019-09-16 18:12:06,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:06,557 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:06,558 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=1i,average.HITS=3942i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="1",cachestat.cache0.HITS="3942",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=1i,max.HITS=3942i,max.MISSES=0i,max.RATIO=100.0 1568657525465619968 2019-09-16 18:12:06,604 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:06,605 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:06,657 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:12:06,659 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1798i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1798",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1798i,max.MISSES=0i,max.RATIO=100.0 1568657521847522048 2019-09-16 18:12:06,765 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:06,766 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1815i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1815",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1815i,max.MISSES=0i,max.RATIO=100.0 1568657524101224960 2019-09-16 18:12:06,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2936 0 0 100.0% 22 160\n' 2019-09-16 18:12:06,831 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:06,874 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:06,875 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1789i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1789",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1789i,max.MISSES=0i,max.RATIO=100.0 1568657526393778944 2019-09-16 18:12:06,939 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.121' 2019-09-16 18:12:06,998 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:06,998 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.186 1568657522911315968 2019-09-16 18:12:07,094 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:07,094 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.224 1568657525928376832 2019-09-16 18:12:07,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1770 0 0 100.0% 22 161\n' 2019-09-16 18:12:07,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:07,833 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=181 END 2019-09-16 18:12:07,834 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=182 START 2019-09-16 18:12:07,834 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:07,850 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:08,187 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:08,188 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:08,657 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=181 END 2019-09-16 18:12:08,658 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=182 START 2019-09-16 18:12:08,658 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:08,714 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:08,876 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:08,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:09,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=119 END 2019-09-16 18:12:09,017 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=120 START 2019-09-16 18:12:09,017 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:12:09,199 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 2890 0 0 100.0% 22 160\n' 2019-09-16 18:12:09,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:09,910 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1776 0 0 100.0% 22 161\n' 2019-09-16 18:12:09,915 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:10,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.112' 2019-09-16 18:12:10,209 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=182 END 2019-09-16 18:12:10,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=183 START 2019-09-16 18:12:10,210 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:10,226 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:10,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:10,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:10,925 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=182 END 2019-09-16 18:12:10,926 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=183 START 2019-09-16 18:12:10,926 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:10,982 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:11,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:11,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:11,569 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 3509 0 0 100.0% 22 160\n' 2019-09-16 18:12:11,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:12,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=120 END 2019-09-16 18:12:12,032 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15113 seq=121 START 2019-09-16 18:12:12,033 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.16 2019-09-16 18:12:12,158 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1803 0 0 100.0% 22 161\n' 2019-09-16 18:12:12,160 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:12,191 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:12,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2936i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2936",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2936i,max.MISSES=0i,max.RATIO=100.0 1568657527833751040 2019-09-16 18:12:12,216 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19991641 , "packets_per_second":999936, "flows":1001000, "errors":0 }\n' 2019-09-16 18:12:12,218 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:12:12,227 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18711196' 2019-09-16 18:12:12,228 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1280445 - Lost ppm 64050 2019-09-16 18:12:12,229 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 64050 > sla_max_ppm 1000; ',) 2019-09-16 18:12:12,294 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:12,295 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=2890i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="2890",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=2890i,max.MISSES=0i,max.RATIO=100.0 1568657530209799936 2019-09-16 18:12:12,403 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:12,404 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1770i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1770",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1770i,max.MISSES=0i,max.RATIO=100.0 1568657528657442048 2019-09-16 18:12:12,534 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:12,535 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1776i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1776",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1776i,max.MISSES=0i,max.RATIO=100.0 1568657530925710848 2019-09-16 18:12:12,574 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=183 END 2019-09-16 18:12:12,575 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15111 seq=184 START 2019-09-16 18:12:12,575 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:12,585 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:12,629 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:12:12,630 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.121 1568657529016890880 2019-09-16 18:12:12,729 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:12,730 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.112 1568657532032004096 2019-09-16 18:12:12,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:12,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n' 2019-09-16 18:12:13,042 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.106' 2019-09-16 18:12:13,162 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=183 END 2019-09-16 18:12:13,163 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15112 seq=184 START 2019-09-16 18:12:13,163 [INFO] yardstick.benchmark.scenarios.compute.cachestat cachestat.py:90 Executing: sudo bash cache_stat.sh 1 2019-09-16 18:12:13,171 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Counting cache functions... Output every 1 seconds.\n' 2019-09-16 18:12:13,231 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15165 seq=2 END 2019-09-16 18:12:13,232 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:12:13,232 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:12:13,232 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:12:13,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:13,289 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999936i,packets_received=18711196i,packets_sent=19991641i,packetsize=64i,ppm=64050.0 1568657533231354112 2019-09-16 18:12:13,312 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB' 2019-09-16 18:12:13,313 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:12:13,384 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:12:13,385 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:13,386 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=3509i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="3509",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=3509i,max.MISSES=0i,max.RATIO=100.0 1568657532574920960 2019-09-16 18:12:13,765 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u' 7521 0 2 100.0% 22 160\n' 2019-09-16 18:12:13,767 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:14,317 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 1781 0 0 100.0% 22 160\n' 2019-09-16 18:12:14,318 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nEnding tracing...\n' 2019-09-16 18:12:14,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15111 seq=184 END 2019-09-16 18:12:14,771 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:12:14,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:12:14,772 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:12:14,804 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:14,805 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=2i,average.HITS=7521i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="2",cachestat.cache0.HITS="7521",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=2i,max.HITS=7521i,max.MISSES=0i,max.RATIO=100.0 1568657534770400000 2019-09-16 18:12:14,914 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:14,915 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=161i,average.DIRTIES=0i,average.HITS=1803i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="161",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1803",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=161i,max.DIRTIES=0i,max.HITS=1803i,max.MISSES=0i,max.RATIO=100.0 1568657533162472960 2019-09-16 18:12:15,046 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15113 seq=121 END 2019-09-16 18:12:15,047 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:12:15,047 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:12:15,047 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:12:15,321 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15112 seq=184 END 2019-09-16 18:12:15,322 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:12:15,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:12:15,323 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:12:15,374 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:15,375 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter average.BUFFERS_MB=22i,average.CACHE_MB=160i,average.DIRTIES=0i,average.HITS=1781i,average.MISSES=0i,average.RATIO="100.0%",cachestat.cache0.BUFFERS_MB="22",cachestat.cache0.CACHE_MB="160",cachestat.cache0.DIRTIES="0",cachestat.cache0.HITS="1781",cachestat.cache0.MISSES="0",cachestat.cache0.RATIO="100.0%",max.BUFFERS_MB=22i,max.CACHE_MB=160i,max.DIRTIES=0i,max.HITS=1781i,max.MISSES=0i,max.RATIO=100.0 1568657535321625088 2019-09-16 18:12:15,477 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:12:15,478 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc071,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.106 1568657535046413824 2019-09-16 18:12:15,575 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc071" SUCCESS!!! 2019-09-16 18:12:15,575 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC071-abbc28e6' START 2019-09-16 18:12:42,719 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC071-abbc28e6' DONE 2019-09-16 18:12:42,720 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc071.yaml finished in 501 secs 2019-09-16 18:12:42,720 [INFO] yardstick.benchmark.contexts.heat heat.py:336 Deploying context 'yardstick-TC072-abbc28e6' START 2019-09-16 18:12:42,947 [DEBUG] yardstick.orchestrator.heat heat.py:177 template object 'yardstick-TC072-abbc28e6' created 2019-09-16 18:12:42,947 [DEBUG] yardstick.orchestrator.heat heat.py:440 adding Nova::KeyPair 'yardstick-TC072-abbc28e6-key' 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:476 adding Neutron::SecurityGroup 'yardstick-TC072-abbc28e6-secgroup' 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:537 The security group rules is [{'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp'}, {'remote_ip_prefix': '0.0.0.0/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp'}, {'remote_ip_prefix': '0.0.0.0/0', 'protocol': 'icmp'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'tcp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'protocol': 'udp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'tcp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'port_range_min': '1', 'protocol': 'udp', 'port_range_max': '65535'}, {'remote_ip_prefix': '0.0.0.0/0', 'direction': 'egress', 'protocol': 'icmp'}, {'direction': 'egress', 'protocol': 'tcp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'direction': 'egress', 'protocol': 'udp', 'remote_ip_prefix': '::/0', 'port_range_max': '65535', 'port_range_min': '1', 'ethertype': 'IPv6'}, {'remote_ip_prefix': '::/0', 'direction': 'egress', 'protocol': 'ipv6-icmp', 'ethertype': 'IPv6'}] 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:246 adding Neutron::Net 'yardstick-TC072-abbc28e6-test' 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:286 adding Neutron::Subnet 'yardstick-TC072-abbc28e6-test-subnet' in network 'yardstick-TC072-abbc28e6-test', cidr '10.0.1.0/24' 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:317 adding Neutron::Router:'yardstick-TC072-abbc28e6-test-router', gw-net:'floating_net' 2019-09-16 18:12:42,948 [DEBUG] yardstick.orchestrator.heat heat.py:332 adding Neutron::RouterInterface 'yardstick-TC072-abbc28e6-test-router-if0' router:'yardstick-TC072-abbc28e6-test-router', subnet:'yardstick-TC072-abbc28e6-test-subnet' 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC072-abbc28e6-test-subnet', 'yardstick-TC072-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC072-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC072-abbc28e6-test-subnet'}}], 'name': 'demeter.yardstick-TC072-abbc28e6-test-port', 'security_groups': ['yardstick-TC072-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'demeter.yardstick-TC072-abbc28e6-fip', network 'floating_net', port 'demeter.yardstick-TC072-abbc28e6-test-port', rif 'yardstick-TC072-abbc28e6-test-router-if0' 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'demeter.yardstick-TC072-abbc28e6-fip-assoc', server 'demeter.yardstick-TC072-abbc28e6-test-port', floating_ip 'demeter.yardstick-TC072-abbc28e6-fip' 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'demeter.yardstick-TC072-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['demeter.yardstick-TC072-abbc28e6-test-port'] 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:376 adding Neutron::Port {'depends_on': [u'yardstick-TC072-abbc28e6-test-subnet', 'yardstick-TC072-abbc28e6-secgroup'], 'type': 'OS::Neutron::Port', 'properties': {'network': {'get_resource': u'yardstick-TC072-abbc28e6-test'}, 'fixed_ips': [{'subnet': {'get_resource': u'yardstick-TC072-abbc28e6-test-subnet'}}], 'name': 'poseidon.yardstick-TC072-abbc28e6-test-port', 'security_groups': ['yardstick-TC072-abbc28e6-secgroup'], 'binding:vnic_type': 'normal'}} 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:405 adding Nova::FloatingIP 'poseidon.yardstick-TC072-abbc28e6-fip', network 'floating_net', port 'poseidon.yardstick-TC072-abbc28e6-test-port', rif 'yardstick-TC072-abbc28e6-test-router-if0' 2019-09-16 18:12:42,949 [DEBUG] yardstick.orchestrator.heat heat.py:427 adding Nova::FloatingIPAssociation 'poseidon.yardstick-TC072-abbc28e6-fip-assoc', server 'poseidon.yardstick-TC072-abbc28e6-test-port', floating_ip 'poseidon.yardstick-TC072-abbc28e6-fip' 2019-09-16 18:12:42,950 [DEBUG] yardstick.orchestrator.heat heat.py:558 adding Nova::Server 'poseidon.yardstick-TC072-abbc28e6', image 'yardstick-image', flavor 'yardstick-flavor', ports ['poseidon.yardstick-TC072-abbc28e6-test-port'] 2019-09-16 18:12:42,950 [INFO] yardstick.orchestrator.heat heat.py:630 Creating stack 'yardstick-TC072-abbc28e6' START 2019-09-16 18:13:13,200 [INFO] yardstick.orchestrator.heat heat.py:648 Creating stack 'yardstick-TC072-abbc28e6' DONE in 30 secs 2019-09-16 18:13:13,981 [INFO] yardstick.benchmark.contexts.heat heat.py:377 Deploying context 'yardstick-TC072-abbc28e6' DONE 2019-09-16 18:13:13,982 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:13:13,982 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc072', u'host': 'demeter.yardstick-TC072-abbc28e6', u'type': u'NetUtilization', u'options': {u'count': 10, u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 18:13:13,984 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:13:13,993 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:13:13,994 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({'task_id': 'abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa', 'runner': {'duration': 1000000000, 'type': 'Duration', 'output_config': {'DEFAULT': {'debug': 'False', 'dispatcher': ['influxdb']}, 'nsb': {}, 'dispatcher_influxdb': {'username': 'opnfv', 'target': 'http://104.197.68.199:8086', 'db_name': 'yardstick', 'timeout': '5', 'debug': 'False', 'password': '0pnfv2015', 'dispatcher': 'influxdb'}, 'dispatcher_http': {'debug': 'False', 'dispatcher': 'influxdb', 'timeout': '5', 'target': 'http://testresults.opnfv.org/test/api/v1/results'}, 'dispatcher_file': {'debug': 'False', 'file_name': '', 'dispatcher': 'influxdb', 'file_path': '/tmp/yardstick.out'}}}, 'tc': u'opnfv_yardstick_tc072', u'host': 'poseidon.yardstick-TC072-abbc28e6', u'type': u'NetUtilization', u'options': {u'count': 10, u'interval': 1}, 'task_path': u'/home/opnfv/repos/yardstick/tests/opnfv/test_cases', u'run_in_background': True}) 2019-09-16 18:13:13,996 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:13:13,996 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:13:13,997 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:13:14,000 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:13:14,004 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:13:14,005 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:14,007 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:13:14,008 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Duration' 2019-09-16 18:13:14,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:13:14,010 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:13:14,015 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:13:14,019 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:13:14,019 [INFO] yardstick.benchmark.runners.duration duration.py:47 Worker START, duration is 1000000000s 2019-09-16 18:13:14,020 [DEBUG] yardstick.benchmark.runners.duration duration.py:48 class is 2019-09-16 18:13:14,022 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:13:14,026 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:14,030 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:13:14,031 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:13:14,032 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:13:15,008 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:15,015 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:15,029 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:15,036 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:16,011 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:16,031 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:17,019 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:17,040 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:17,245 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:17,245 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:18,247 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:18,247 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:19,022 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:19,043 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:19,250 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:19,250 [DEBUG] yardstick.ssh.demeter ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.122')",) 2019-09-16 18:13:21,024 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:21,046 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:21,440 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:13:21,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=1 START 2019-09-16 18:13:21,442 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:21,457 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:13:21,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=1 START 2019-09-16 18:13:21,459 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:21,618 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:22,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:21 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:22 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:22 ens3 35.35 34.34 3.82 3.01 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:23,027 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:23,049 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:23,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:22 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:23 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:23 ens3 3.03 3.03 0.23 0.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:24,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:23 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:24 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:24 ens3 1.94 1.94 0.12 0.47 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:25,030 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:25,052 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: timeout('timed out',)",) 2019-09-16 18:13:25,512 [ERROR] yardstick.benchmark.scenarios.networking.ping ping.py:99 ping '-s 100' 'poseidon.yardstick-TC072-abbc28e6' timeout 2019-09-16 18:13:25,513 [WARNING] yardstick.benchmark.runners.duration duration.py:80 SLA validation failed: ('Ping SLA validation failed. Error: packet dropped rtt 999999.000000 > sla: max_rtt(10.000000)',) 2019-09-16 18:13:25,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:24 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:25 lo 1.01 1.01 0.15 0.15 0.00 0.00 0.00 0.00\n18:13:25 ens3 53.54 53.54 4.73 5.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:26,421 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:26,421 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:26,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=1 END 2019-09-16 18:13:26,516 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=2 START 2019-09-16 18:13:26,517 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:26,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:25 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:26 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:26 ens3 5.94 3.96 0.55 0.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:27,423 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:27,423 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:27,525 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.358' 2019-09-16 18:13:27,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:26 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:27 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:27 ens3 6.00 4.00 1.28 0.78 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:28,426 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:28,426 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:28,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:27 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:28 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:28 ens3 4.04 3.03 0.36 0.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:29,026 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:29,028 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=999999.0 1568657606515667968 2019-09-16 18:13:29,428 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:29,428 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:29,529 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=2 END 2019-09-16 18:13:29,529 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=3 START 2019-09-16 18:13:29,530 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:29,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:28 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:29 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:29 ens3 4.00 4.00 0.43 0.68 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:30,430 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:30,430 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:30,537 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:13:30,619 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:29 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:30 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:30 ens3 4.00 3.00 1.16 0.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:31,433 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:31,433 [DEBUG] yardstick.ssh.poseidon ssh.py:374 Ssh is still unavailable: SSHError("Exception was raised during connect. Exception value is: NoValidConnectionsError(None, 'Unable to connect to port 22 on 172.30.10.116')",) 2019-09-16 18:13:31,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n18:13:30 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:31 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:31 ens3 5.00 3.00 0.42 0.79 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.10 0.10 0.02 0.02 0.00 0.00 0.00 0.00\nAverage: ens3 12.20 11.30 1.30 1.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:32,542 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=3 END 2019-09-16 18:13:32,542 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=4 START 2019-09-16 18:13:32,543 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:32,626 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=1 END 2019-09-16 18:13:32,627 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=2 START 2019-09-16 18:13:32,627 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:32,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:33,551 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.107' 2019-09-16 18:13:33,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:33 PM ens3 4.00 2.00 1.16 0.33 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:33,850 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:13:33,851 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:13:33,852 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:13:33,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:13:33,866 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=1 START 2019-09-16 18:13:33,867 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:34,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/19 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:34,118 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:13:34,156 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:34,158 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.30",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="12.20",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.36",network_utilization_average.ens3.txpck/s="11.30",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.02",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.10",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.02",network_utilization_average.lo.txpck/s="0.10",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.79",network_utilization_maximun.ens3.txpck/s="3.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.79",network_utilization_minimum.ens3.txpck/s="3.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657612625724928 2019-09-16 18:13:34,272 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:13:34,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.358 1568657609529378816 2019-09-16 18:13:34,373 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:34,374 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657612541894912 2019-09-16 18:13:34,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:34 PM ens3 22.77 25.74 3.42 5.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:35,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:33 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:34 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:34 ens3 33.00 34.00 2.83 3.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:35,556 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=4 END 2019-09-16 18:13:35,556 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=5 START 2019-09-16 18:13:35,557 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:35,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:35 PM ens3 8.00 7.00 4.75 0.90 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:36,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:34 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:35 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:35 ens3 0.98 0.98 0.06 0.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:36,565 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.126' 2019-09-16 18:13:36,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:36 PM ens3 4.95 3.96 2.11 0.79 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:37,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:35 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:36 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:36 ens3 2.00 2.00 0.20 0.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:37,166 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15174 seq=1 START 2019-09-16 18:13:37,167 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 18:13:37,205 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 1 64 20 1 1000000 2019-09-16 18:13:37,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:37 PM ens3 11.22 10.20 1.14 1.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:38,079 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:36 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:37 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:37 ens3 57.00 58.00 5.24 5.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:38,569 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=5 END 2019-09-16 18:13:38,570 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=6 START 2019-09-16 18:13:38,570 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:38,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:38 PM ens3 5.05 5.05 0.53 0.78 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:39,080 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:37 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:38 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:38 ens3 2.02 2.02 0.16 0.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:39,472 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:13:39,473 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.107 1568657615555970048 2019-09-16 18:13:39,579 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.056' 2019-09-16 18:13:39,586 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:39,587 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.126 1568657618569634816 2019-09-16 18:13:39,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:39 PM ens3 165.00 216523.00 13.99 13536.07 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:40,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:38 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:39 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:39 ens3 1641915.00 7.50 102619.97 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:40,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:40 PM ens3 4.04 1010116.16 0.36 63132.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:41,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:39 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:40 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:40 ens3 9081054.55 9.09 567565.93 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:41,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=6 END 2019-09-16 18:13:41,584 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=7 START 2019-09-16 18:13:41,584 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:41,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:41 PM ens3 4.00 1000013.00 0.43 62501.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:42,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:40 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:41 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:41 ens3 12458887.50 12.50 778680.49 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:42,592 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:13:42,636 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:42 PM ens3 3.96 990110.89 1.15 61882.43 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 23.32 321983.68 2.91 20125.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:43,081 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:41 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:42 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:42 ens3 9035718.18 18.18 564733.10 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:43,640 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=2 END 2019-09-16 18:13:43,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=3 START 2019-09-16 18:13:43,641 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:43,653 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:44,083 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n18:13:42 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n18:13:43 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n18:13:43 ens3 8050472.73 9.09 503154.56 1.26 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 778688.83 18.04 48668.53 2.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:44,596 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=7 END 2019-09-16 18:13:44,597 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=8 START 2019-09-16 18:13:44,597 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:44,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:44 PM ens3 4.44 1113287.78 0.48 69580.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:44,696 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:44,697 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.91",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="23.32",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="20125.09",network_utilization_average.ens3.txpck/s="321983.68",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.43",network_utilization_maximun.ens3.txpck/s="990110.89",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.43",network_utilization_minimum.ens3.txpck/s="990110.89",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657623640721920 2019-09-16 18:13:44,804 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:13:44,805 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.056 1568657621583507968 2019-09-16 18:13:44,904 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:44,905 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657624596723200 2019-09-16 18:13:45,104 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=1 END 2019-09-16 18:13:45,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=2 START 2019-09-16 18:13:45,105 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:45,373 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:45,637 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.102' 2019-09-16 18:13:45,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:45 PM ens3 5.15 1021628.87 1.24 63852.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:46,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:45 PM ens3 4245822.73 4.55 265364.27 0.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:46,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:46 PM ens3 5.00 1009049.00 0.42 63066.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:47,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:46 PM ens3 7134728.57 7.14 445920.55 0.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:47,641 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=8 END 2019-09-16 18:13:47,642 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=9 START 2019-09-16 18:13:47,642 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:47,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:47 PM ens3 3.03 1010115.15 0.37 63132.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:48,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:47 PM ens3 6643773.33 6.67 415235.85 2.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:48,652 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:13:48,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:48 PM ens3 4.95 990117.82 1.21 61882.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:49,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:48 PM ens3 6640593.33 13.33 415037.60 5.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:49,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:49 PM ens3 1.01 1010116.16 0.07 63132.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:49,999 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:50,001 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="48668.53",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="778688.83",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.14",network_utilization_average.ens3.txpck/s="18.04",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="503154.56",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="8050472.73",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.26",network_utilization_maximun.ens3.txpck/s="9.09",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="503154.56",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="8050472.73",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.26",network_utilization_minimum.ens3.txpck/s="9.09",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657625104168960 2019-09-16 18:13:50,101 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:50,102 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.102 1568657627641467136 2019-09-16 18:13:50,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:49 PM ens3 7756766.67 8.33 484797.93 1.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:50,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:50 PM ens3 4.95 990113.86 0.41 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:50,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=9 END 2019-09-16 18:13:50,656 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=10 START 2019-09-16 18:13:50,657 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:51,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:50 PM ens3 6145412.50 6.25 384088.29 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:51,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:51 PM ens3 4.08 1020434.69 0.44 63777.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:51,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:13:52,375 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:51 PM ens3 4152441.67 675.00 259539.32 56.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:52,654 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:52 PM ens3 3.96 990110.89 1.15 61882.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:53,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:52 PM ens3 7678661.54 7.69 479916.36 0.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:53,655 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:53 PM ens3 5.05 1010123.23 0.42 63133.25 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.16 1015442.74 0.62 63465.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:53,668 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=10 END 2019-09-16 18:13:53,669 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=11 START 2019-09-16 18:13:53,669 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:54,376 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:53 PM ens3 7667984.62 7.69 479249.05 3.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:54,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=3 END 2019-09-16 18:13:54,660 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=4 START 2019-09-16 18:13:54,660 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:54,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:54,728 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:13:55,195 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:55,197 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.62",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.16",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63465.66",network_utilization_average.ens3.txpck/s="1015442.74",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.05",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63133.25",network_utilization_maximun.ens3.txpck/s="1010123.23",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.05",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63133.25",network_utilization_minimum.ens3.txpck/s="1010123.23",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657634659513856 2019-09-16 18:13:55,321 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:13:55,322 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657630656279040 2019-09-16 18:13:55,395 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:54 PM ens3 6031612.50 12.50 376976.27 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:55,416 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:13:55,417 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657633668396032 2019-09-16 18:13:55,447 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 6122740.00 108.12 382673.16 10.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:55,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:55 PM ens3 3.00 1000557.00 0.27 62535.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:56,497 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=2 END 2019-09-16 18:13:56,498 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=3 START 2019-09-16 18:13:56,498 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:13:56,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:56 PM ens3 4.00 1000013.00 0.35 62501.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:56,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=11 END 2019-09-16 18:13:56,732 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=12 START 2019-09-16 18:13:56,733 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:56,892 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:13:57,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:57 PM ens3 4.00 1000014.00 0.43 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:57,740 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:13:57,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:57 PM ens3 7412315.38 7.69 463270.30 1.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:58,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:58 PM ens3 5.00 1000014.00 1.21 62501.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:58,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:58 PM ens3 3686883.33 4.17 230430.22 0.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:59,724 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:59 PM ens3 4.95 654274.26 0.41 40892.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:13:59,744 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=12 END 2019-09-16 18:13:59,745 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=13 START 2019-09-16 18:13:59,745 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:13:59,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:13:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:13:59 PM ens3 909090.74 1.85 56818.17 0.78 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:00,392 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19965383 , "packets_per_second":999966, "flows":2, "errors":0 }\n' 2019-09-16 18:14:00,394 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 18:14:00,406 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19404471' 2019-09-16 18:14:00,407 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 560912 - Lost ppm 28095 2019-09-16 18:14:00,408 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 28095 > sla_max_ppm 1000; ',) 2019-09-16 18:14:00,513 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:00,514 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="382673.16",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="6122740.00",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="10.72",network_utilization_average.ens3.txpck/s="108.12",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="376976.27",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="6031612.50",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="5.30",network_utilization_maximun.ens3.txpck/s="12.50",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="376976.27",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="6031612.50",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="5.30",network_utilization_minimum.ens3.txpck/s="12.50",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657636497584128 2019-09-16 18:14:00,614 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:00,614 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657636732069120 2019-09-16 18:14:00,710 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:00,711 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657639744851968 2019-09-16 18:14:00,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:13:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:00 PM ens3 9.30 9.30 0.91 1.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:00,753 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:14:00,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:13:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:00 PM ens3 7.00 9.00 0.84 1.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:01,411 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15174 seq=1 END 2019-09-16 18:14:01,412 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15174 seq=2 START 2019-09-16 18:14:01,412 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1001 -j DROP 2019-09-16 18:14:01,427 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 1 64 20 1 1000000 2019-09-16 18:14:01,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:01 PM ens3 8.00 7.00 1.64 1.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:01,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:01 PM ens3 6.93 7.92 0.79 1.28 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:02,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:02 PM ens3 5.05 4.04 0.45 0.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:02,757 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=13 END 2019-09-16 18:14:02,758 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=14 START 2019-09-16 18:14:02,758 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:02,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:02 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:03,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:03 PM ens3 5.05 105721.21 0.53 6608.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:03,764 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.057' 2019-09-16 18:14:03,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:03 PM ens3 362112.00 4.00 22632.15 0.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:04,725 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:04 PM ens3 3.96 990110.89 1.15 61882.43 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.17 584798.17 0.73 36550.45 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:04,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:04 PM ens3 7667623.08 7.69 479226.46 1.07 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:05,729 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=4 END 2019-09-16 18:14:05,730 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=5 START 2019-09-16 18:14:05,730 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:05,741 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:05,768 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=14 END 2019-09-16 18:14:05,769 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=15 START 2019-09-16 18:14:05,769 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:05,812 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:05,813 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999966i,packets_received=19404471i,packets_sent=19965383i,packetsize=64i,ppm=28095.0 1568657641410818048 2019-09-16 18:14:05,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:05 PM ens3 5821682.35 5.88 363855.16 2.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:05,947 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:05,949 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.73",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.17",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="36550.45",network_utilization_average.ens3.txpck/s="584798.17",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.43",network_utilization_maximun.ens3.txpck/s="990110.89",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.43",network_utilization_minimum.ens3.txpck/s="990110.89",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657645729305856 2019-09-16 18:14:06,072 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:06,073 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657642757428992 2019-09-16 18:14:06,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:06,174 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.057 1568657645768647936 2019-09-16 18:14:06,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:06 PM ens3 4.00 1001934.00 0.43 62621.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:06,777 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:14:06,903 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:06 PM ens3 4933825.00 10.00 308364.45 4.24 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1080116.83 5.61 67507.51 1.22 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:07,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:07 PM ens3 4.00 1000013.00 1.16 62501.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:07,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=3 END 2019-09-16 18:14:07,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=4 START 2019-09-16 18:14:07,936 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:08,573 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:08,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:08 PM ens3 5.00 1000014.00 0.42 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:08,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=15 END 2019-09-16 18:14:08,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=16 START 2019-09-16 18:14:08,781 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:09,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:09 PM lo' 2019-09-16 18:14:09,581 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:09 PM ens3' 2019-09-16 18:14:09,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 7468884.62 0.00' 2019-09-16 18:14:09,589 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 466805.29 0.00 0.00 0.00 0.00 0.00' 2019-09-16 18:14:09,590 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n' 2019-09-16 18:14:09,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:09 PM ens3 4.00 1000014.00 0.43 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:09,789 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:14:10,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:10 PM ens3 9023209.09 63.64 563951.15 11.17 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:10,872 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:10 PM ens3 166.67 1141632.32 14.15 71355.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:11,267 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:11,269 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="67507.51",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1080116.83",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.22",network_utilization_average.ens3.txpck/s="5.61",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="308364.45",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4933825.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.24",network_utilization_maximun.ens3.txpck/s="10.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="308364.45",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4933825.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.24",network_utilization_minimum.ens3.txpck/s="10.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657647935539968 2019-09-16 18:14:11,365 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:11,366 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568657648780976896 2019-09-16 18:14:11,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:11 PM ens3 4904778.95 5.26 306548.69 0.22 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:11,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:11 PM ens3 3.23 935454.84 0.26 58466.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:11,873 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=16 END 2019-09-16 18:14:11,874 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=17 START 2019-09-16 18:14:11,874 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:12,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:12 PM ens3 9059345.45 9.09 566209.11 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:12,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:12 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:12,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:14:13,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:13 PM ens3 9970280.00 20.00 623143.28 8.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:13,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:13 PM ens3 4.00 1000015.00 1.16 62501.44 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:14,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:14 PM ens3 12483100.00 12.50 780193.77 1.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:14,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:14 PM ens3 5.00 1000013.00 0.42 62501.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:14,886 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=17 END 2019-09-16 18:14:14,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=18 START 2019-09-16 18:14:14,887 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:15,576 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:15 PM ens3 9979600.00 20.00 623724.94 8.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:15,742 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:15 PM ens3 9.00 1000019.00 0.68 62501.62 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.85 1007274.12 1.95 62955.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:15,896 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.064' 2019-09-16 18:14:16,459 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:16,460 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657651873650944 2019-09-16 18:14:16,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:16 PM ens3 11054322.22 22.22 690896.01 5.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:16,646 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:16,647 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657654886708992 2019-09-16 18:14:16,746 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=5 END 2019-09-16 18:14:16,747 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=6 START 2019-09-16 18:14:16,747 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:16,757 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:17,577 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:17 PM ens3 11045144.44 11.11 690321.55 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:17,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:17 PM ens3 3.96 991983.17 0.35 61999.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:17,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=18 END 2019-09-16 18:14:17,900 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=19 START 2019-09-16 18:14:17,901 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:18,585 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:18 PM ens3 8089800.00 8.33 505612.52 3.53 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 8790453.57 16.07 549403.55 4.07 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:18,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:18 PM ens3 4.00 1000016.00 0.43 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:18,912 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 18:14:19,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=4 END 2019-09-16 18:14:19,602 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=5 START 2019-09-16 18:14:19,602 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:19,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:19 PM ens3 4.00 1000016.00 1.16 62501.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:19,858 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:20,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:20 PM ens3 5.00 1000014.00 0.42 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:20,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:20 PM lo 0.00 0.00 0.00' 2019-09-16 18:14:20,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00\n06:14:20 PM ens3 7550453.85 0.00 471903.37 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:20,916 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=19 END 2019-09-16 18:14:20,917 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=20 START 2019-09-16 18:14:20,917 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:21,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:21 PM ens3 4.12 1030942.27 0.44 64434.45 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:21,767 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:21,769 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.95",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.85",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62955.41",network_utilization_average.ens3.txpck/s="1007274.12",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.68",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.62",network_utilization_maximun.ens3.txpck/s="1000019.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.68",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.62",network_utilization_minimum.ens3.txpck/s="1000019.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657656746092032 2019-09-16 18:14:21,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:21 PM ens3 5330944.44 11.11 333184.05 2.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:21,880 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:21,882 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="549403.55",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="8790453.57",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.07",network_utilization_average.ens3.txpck/s="16.07",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="505612.52",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="8089800.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.53",network_utilization_maximun.ens3.txpck/s="8.33",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="505612.52",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="8089800.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.53",network_utilization_minimum.ens3.txpck/s="8.33",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657659601950976 2019-09-16 18:14:21,928 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:14:22,009 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:22,010 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.064 1568657657900162048 2019-09-16 18:14:22,107 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:22,107 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568657660916429056 2019-09-16 18:14:22,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:22 PM ens3 4.00 1000017.00 1.16 62501.56 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:22,861 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:22 PM ens3 3980136.00 648.00 248769.75 53.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:23,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:23 PM ens3 5.00 840888.00 0.42 52556.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:23,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:23 PM ens3 2238830.30 3.03 139926.90 0.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:23,932 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=20 END 2019-09-16 18:14:23,933 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=21 START 2019-09-16 18:14:23,933 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:24,606 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19978805 , "packets_per_second":999965, "flows":2, "errors":0 }\n' 2019-09-16 18:14:24,607 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1001/ {{printf "%s", $1}}' 2019-09-16 18:14:24,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19764818' 2019-09-16 18:14:24,621 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 213987 - Lost ppm 10711 2019-09-16 18:14:24,622 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 10711 > sla_max_ppm 1000; ',) 2019-09-16 18:14:24,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:24 PM ens3 8.08 8.08 0.79 1.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:24,859 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:24 PM ens3 6.00 8.00 0.70 1.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:24,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 18:14:25,623 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15174 seq=2 END 2019-09-16 18:14:25,624 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:14:25,624 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:14:25,625 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:14:25,643 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:25,644 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2i,packets_per_second=999965i,packets_received=19764818i,packets_sent=19978805i,packetsize=64i,ppm=10711.0 1568657665623866112 2019-09-16 18:14:25,755 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:14:25,756 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:14:25,758 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:25 PM ens3 5.94 3.96 1.28 0.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:25,759 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:14:25,770 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:14:25,772 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:14:25,773 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:14:25,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:25 PM ens3 12.00 10.00 1.63 2.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:26,082 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:14:26,084 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:14:26,085 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:14:26,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:14:26,759 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:26 PM ens3 23.00 26.00 3.45 4.96 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 6.71 685661.92 0.99 42854.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:26,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:26 PM ens3 10.00 15.00 1.58 3.01 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:26,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=21 END 2019-09-16 18:14:26,945 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=22 START 2019-09-16 18:14:26,945 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:27,763 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=6 END 2019-09-16 18:14:27,764 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=7 START 2019-09-16 18:14:27,764 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:27,772 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:27,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:27 PM ens3 5.00 5.00 0.26 0.61 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:27,953 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:14:28,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:28 PM ens3 5.00 3.00 2.13 0.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:28,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:28 PM ens3 2.00 2.00 0.20 0.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:29,423 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15189 seq=1 START 2019-09-16 18:14:29,423 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 18:14:29,439 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 10 64 20 1 1000000 2019-09-16 18:14:29,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:29 PM ens3 11.00 10.00 1.12 1.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:29,860 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:29 PM ens3 7.00 8.00 0.79 1.29 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 533384.47 30.91 33337.31 3.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:29,957 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=22 END 2019-09-16 18:14:29,958 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=23 START 2019-09-16 18:14:29,958 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:30,765 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:30,768 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.99",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="6.71",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="42854.69",network_utilization_average.ens3.txpck/s="685661.92",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="3.45",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="23.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.96",network_utilization_maximun.ens3.txpck/s="26.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="3.45",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="23.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.96",network_utilization_minimum.ens3.txpck/s="26.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657667763358976 2019-09-16 18:14:30,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:30 PM ens3 5.05 5.05 0.53 0.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:30,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=5 END 2019-09-16 18:14:30,864 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=6 START 2019-09-16 18:14:30,865 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:30,874 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:30,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:30,909 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="33337.31",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="533384.47",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.36",network_utilization_average.ens3.txpck/s="30.91",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.79",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.29",network_utilization_maximun.ens3.txpck/s="8.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.79",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.29",network_utilization_minimum.ens3.txpck/s="8.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657670863962880 2019-09-16 18:14:30,966 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:14:31,041 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:14:31,042 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657663932401920 2019-09-16 18:14:31,144 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:31,145 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568657666944785152 2019-09-16 18:14:31,240 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:31,240 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657669957391104 2019-09-16 18:14:31,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:31 PM ens3 5.00 76761.00 1.26 4798.13 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:31,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:31 PM ens3 206506.98 2.33 12906.81 0.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:32,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:32 PM ens3 4.00 1000015.00 0.35 62501.47 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:32,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:32 PM ens3 2693416.22 2.70 168338.52 0.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:32,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=23 END 2019-09-16 18:14:32,970 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=24 START 2019-09-16 18:14:32,971 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:33,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:33 PM ens3 4.00 1000018.00 0.43 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:33,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:33 PM ens3 11085677.78 11.11 692854.88 4.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:33,979 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:14:34,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:34 PM ens3 4.00 1000013.00 1.16 62501.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:34,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:34 PM ens3 9055663.64 18.18 565979.69 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:35,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:35 PM ens3 4.95 990112.87 0.41 61882.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:35,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:35 PM ens3 9990760.00 10.00 624422.52 1.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:35,982 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=24 END 2019-09-16 18:14:35,983 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=25 START 2019-09-16 18:14:35,983 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:36,343 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:36,344 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657672970109952 2019-09-16 18:14:36,446 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:36,447 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657675982423040 2019-09-16 18:14:36,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:36 PM ens3 4.04 1010115.15 0.43 63132.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:36,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:36 PM ens3 9978570.00 10.00 623660.64 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:36,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:14:37,773 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:37 PM ens3 3.96 990110.89 1.15 61882.43 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.10 607686.50 0.90 37980.95 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:37,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:37 PM ens3 11067588.89 22.22 691725.17 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:38,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=7 END 2019-09-16 18:14:38,777 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=8 START 2019-09-16 18:14:38,777 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:38,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:38,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:38 PM ens3 11046788.89 11.11 690424.33 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:38,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=25 END 2019-09-16 18:14:38,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=26 START 2019-09-16 18:14:38,996 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:39,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:39 PM ens3 3.96 991983.17 0.43 61999.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:39,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:39 PM ens3 11086211.11 11.11 692888.22 4.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:40,004 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:14:40,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:40 PM ens3 165.00 1000176.00 13.95 62514.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:41,003 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:14:41,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:14:40 PM' 2019-09-16 18:14:41,018 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:40 PM ens3 9991940.00 20.00 624497.03 8.48 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4576087.00 7.00 286005.62 2.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:41,550 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:41,551 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.90",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.10",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="37980.95",network_utilization_average.ens3.txpck/s="607686.50",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.43",network_utilization_maximun.ens3.txpck/s="990110.89",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.43",network_utilization_minimum.ens3.txpck/s="990110.89",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657678776567808 2019-09-16 18:14:41,663 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:41,664 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657678995032064 2019-09-16 18:14:41,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:41 PM ens3 4.95 990112.87 0.41 61882.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:42,008 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=26 END 2019-09-16 18:14:42,009 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=27 START 2019-09-16 18:14:42,010 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:42,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=6 END 2019-09-16 18:14:42,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=7 START 2019-09-16 18:14:42,080 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:42,477 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:42,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:42 PM ens3 4.04 1010115.15 0.43 63132.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:43,018 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:14:43,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:42 PM ens3 5475582.35 5.88 342224.35 1.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:43,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:43 PM ens3 4.08 1020421.43 1.18 63776.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:44,471 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:43 PM ens3 12485675.00 12.50 780354.71 1.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:44,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:44 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:45,022 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=27 END 2019-09-16 18:14:45,023 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=28 START 2019-09-16 18:14:45,024 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:45,483 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:14:45,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:14:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:44 PM ens3' 2019-09-16 18:14:45,493 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 11120188.89 11.11 695011.83' 2019-09-16 18:14:45,494 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 4.71' 2019-09-16 18:14:45,496 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 18:14:45,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 18:14:45,502 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 18:14:45,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:45 PM ens3 6.00 1000016.00 0.53 62501.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:46,032 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:14:46,526 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:14:46,529 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:14:45 PM lo' 2019-09-16 18:14:46,533 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00' 2019-09-16 18:14:46,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00\n06:14:45 PM ens3 9376436.36 72.73 586028.09 14.20 0.00' 2019-09-16 18:14:46,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00' 2019-09-16 18:14:46,543 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 18:14:46,765 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:46,767 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="286005.62",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4576087.00",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.26",network_utilization_average.ens3.txpck/s="7.00",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="624497.03",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9991940.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="8.48",network_utilization_maximun.ens3.txpck/s="20.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="624497.03",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9991940.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="8.48",network_utilization_minimum.ens3.txpck/s="20.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657682079205120 2019-09-16 18:14:46,790 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:46 PM ens3 4.00 1000012.00 1.16 62501.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:46,902 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:46,902 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657682008615936 2019-09-16 18:14:46,995 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:46,996 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657685022646784 2019-09-16 18:14:47,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:46 PM ens3 6101538.46 46.15 381346.24 7.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:47,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:47 PM ens3 5.00 1000014.00 0.42 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:48,036 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=28 END 2019-09-16 18:14:48,037 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=29 START 2019-09-16 18:14:48,038 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:48,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:47 PM ens3 11083022.22 11.11 692688.91 1.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:48,791 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:48 PM ens3 4.00 1000028.00 0.43 62502.29 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.62 1001221.82 1.94 62577.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:49,048 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:14:49,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:48 PM ens3 11054300.00 22.22 690894.62 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:49,795 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=8 END 2019-09-16 18:14:49,796 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=9 START 2019-09-16 18:14:49,796 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:49,806 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:50,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:49 PM ens3 9029909.09 9.09 564369.34 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:50,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:50 PM ens3 4.00 1001965.00 0.35 62623.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:51,052 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=29 END 2019-09-16 18:14:51,053 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=30 START 2019-09-16 18:14:51,054 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:51,472 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:50 PM ens3 14254928.57 14.29 890933.06 6.05 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:51,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:51 PM ens3 4.00 834665.00 0.43 52167.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:52,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:14:52,096 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:52,098 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.94",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.62",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62577.14",network_utilization_average.ens3.txpck/s="1001221.82",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62502.29",network_utilization_maximun.ens3.txpck/s="1000028.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62502.29",network_utilization_minimum.ens3.txpck/s="1000028.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657689795150080 2019-09-16 18:14:52,193 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:52,194 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657688036585984 2019-09-16 18:14:52,296 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:52,297 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657691052777984 2019-09-16 18:14:52,473 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:51 PM ens3 199548.24 2.35 12471.86 1.00 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4976669.27 13.41 311042.02 3.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:52,648 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19944597 , "packets_per_second":999968, "flows":110, "errors":0 }\n' 2019-09-16 18:14:52,649 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 18:14:52,662 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19576027' 2019-09-16 18:14:52,663 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 368570 - Lost ppm 18480 2019-09-16 18:14:52,664 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 18480 > sla_max_ppm 1000; ',) 2019-09-16 18:14:52,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:52 PM ens3 8.00 7.00 1.51 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:53,477 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=7 END 2019-09-16 18:14:53,478 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=8 START 2019-09-16 18:14:53,478 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:14:53,488 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:14:53,668 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15189 seq=1 END 2019-09-16 18:14:53,668 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15189 seq=2 START 2019-09-16 18:14:53,669 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1010 -j DROP 2019-09-16 18:14:53,684 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 10 64 20 1 1000000 2019-09-16 18:14:53,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:53 PM ens3 6.93 5.94 0.73 0.97 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:54,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=30 END 2019-09-16 18:14:54,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=31 START 2019-09-16 18:14:54,067 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:54,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:53 PM ens3 6.00 7.00 0.73 0.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:54,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:54 PM ens3 5.05 5.05 0.53 0.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:55,075 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:14:55,489 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:54 PM ens3 3.00 3.00 0.30 0.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:55,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:55 PM ens3 5.00 4.00 1.26 0.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:56,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:55 PM ens3 1095828.00 4.00 68489.32 1.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:56,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:56 PM ens3 5.00 866173.00 0.45 54136.45 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:57,079 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=31 END 2019-09-16 18:14:57,080 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=32 START 2019-09-16 18:14:57,080 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:14:57,393 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:57,394 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999968i,packets_received=19576027i,packets_sent=19944597i,packetsize=64i,ppm=18480.0 1568657693667503104 2019-09-16 18:14:57,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:56 PM ens3 11085777.78 22.22 692861.05 5.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:57,501 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:57,502 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="311042.02",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4976669.27",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.21",network_utilization_average.ens3.txpck/s="13.41",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="12471.86",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="199548.24",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.00",network_utilization_maximun.ens3.txpck/s="2.35",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="12471.86",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="199548.24",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.00",network_utilization_minimum.ens3.txpck/s="2.35",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657693477288960 2019-09-16 18:14:57,633 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:14:57,634 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657694066217984 2019-09-16 18:14:57,806 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:14:57,807 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657697079452928 2019-09-16 18:14:57,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:57 PM ens3 5.00 1000016.00 0.48 62501.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:58,088 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.064' 2019-09-16 18:14:58,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:57 PM ens3 9971000.00 40.00 623187.99 5.47 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:58,807 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:58 PM ens3 4.00 1000015.00 1.16 62501.44 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:59,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:58 PM ens3 11092322.22 11.11 693270.16 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:14:59,808 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:14:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:59 PM ens3 5.00 1000015.00 0.42 62501.48 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.20 570287.10 0.73 35643.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:00,092 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=32 END 2019-09-16 18:15:00,093 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=33 START 2019-09-16 18:15:00,093 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:00,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:14:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:14:59 PM ens3 9062818.18 9.09 566426.15 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:00,811 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=9 END 2019-09-16 18:15:00,812 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=10 START 2019-09-16 18:15:00,812 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:00,821 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:01,101 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.065' 2019-09-16 18:15:01,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:14:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:00 PM ens3 11027511.11 22.22 689220.31 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:01,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:01 PM ens3 4.04 1012617.17 1.17 63288.84 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:02,491 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:01 PM ens3 3106756.25 3.12 194172.27 0.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:02,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:02 PM ens3 3.96 990111.88 0.35 61882.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:02,939 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:02,940 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.73",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.20",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35643.51",network_utilization_average.ens3.txpck/s="570287.10",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.48",network_utilization_maximun.ens3.txpck/s="1000015.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.48",network_utilization_minimum.ens3.txpck/s="1000015.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657700811728128 2019-09-16 18:15:03,037 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:03,038 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.064 1568657700092838144 2019-09-16 18:15:03,105 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=33 END 2019-09-16 18:15:03,106 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=34 START 2019-09-16 18:15:03,106 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:03,153 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:03,154 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.065 1568657703105801216 2019-09-16 18:15:03,499 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:02 PM ens3 9978090.00 10.00 623630.64 4.24 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 2212473.24 7.06 138279.76 1.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:03,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:03 PM ens3 4.04 1010116.16 0.43 63132.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:04,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.065' 2019-09-16 18:15:04,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=8 END 2019-09-16 18:15:04,552 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=9 START 2019-09-16 18:15:04,552 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:04,704 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:04,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:04 PM ens3 4.00 1000013.00 1.16 62501.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:05,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:05 PM ens3 8931390.91 0.00 558211.93 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:05,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:05 PM ens3 5.00 1000014.00 0.42 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:06,119 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=34 END 2019-09-16 18:15:06,119 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=35 START 2019-09-16 18:15:06,120 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:06,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:06 PM ens3 14251800.00 14.29 890737.53 2.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:06,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:06 PM ens3 4.00 1000014.00 0.43 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:07,127 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:15:07,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:07 PM ens3 9971170.00 20.00 623198.91 8.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:07,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:07 PM ens3 4.00 1000013.00 1.16 62501.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:08,271 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:08,273 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="138279.76",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2212473.24",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.51",network_utilization_average.ens3.txpck/s="7.06",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="623630.64",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9978090.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.24",network_utilization_maximun.ens3.txpck/s="10.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="623630.64",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9978090.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.24",network_utilization_minimum.ens3.txpck/s="10.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657704552023808 2019-09-16 18:15:08,399 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:08,400 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.065 1568657706119023104 2019-09-16 18:15:08,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:08 PM ens3 9989510.00 10.00 624344.39 1.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:08,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:08 PM ens3 5.00 1000017.00 0.42 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:09,131 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=35 END 2019-09-16 18:15:09,132 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=36 START 2019-09-16 18:15:09,132 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:09,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:09 PM ens3 12468762.50 12.50 779297.68 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:09,822 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:09 PM ens3 4.00 1000014.00 0.43 62501.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:10,140 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:15:10,712 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:10 PM ens3 8771900.00 18.18 548244.46 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:10,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:10 PM ens3 164.00 1000174.00 13.89 62514.11 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.22 1001279.08 1.99 62580.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:11,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:11 PM ens3 9934130.00 10.00 620883.14 1.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:11,826 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=10 END 2019-09-16 18:15:11,827 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=11 START 2019-09-16 18:15:11,827 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:11,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:12,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=36 END 2019-09-16 18:15:12,145 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=37 START 2019-09-16 18:15:12,145 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:12,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:12 PM ens3 11012455.56 11.11 688278.49 4.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:12,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:12 PM ens3 3.96 992053.47 0.43 62003.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:13,153 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:15:13,494 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:13,496 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.99",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.22",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62580.72",network_utilization_average.ens3.txpck/s="1001279.08",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="13.89",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="164.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62514.11",network_utilization_maximun.ens3.txpck/s="1000174.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="13.89",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="164.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62514.11",network_utilization_minimum.ens3.txpck/s="1000174.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657711826708992 2019-09-16 18:15:13,642 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:13,643 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568657709131714048 2019-09-16 18:15:13,707 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:13 PM ens3 11075955.56 22.22 692248.09 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:13,750 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:13,751 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657712144939008 2019-09-16 18:15:13,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:13 PM ens3 4.04 1010116.16 1.17 63132.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:14,715 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:14 PM ens3 12488837.50 12.50 780552.37 1.73 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 10665627.96 12.90 666602.01 4.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:14,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:14 PM ens3 4.95 990113.86 0.41 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:15,157 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=37 END 2019-09-16 18:15:15,158 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=38 START 2019-09-16 18:15:15,158 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:15,761 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=9 END 2019-09-16 18:15:15,762 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=10 START 2019-09-16 18:15:15,762 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:15,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:15 PM ens3 8.08 1010118.18 0.63 63132.84 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:15,862 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:16,166 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:15:16,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:16 PM ens3 4.00 18636.00 1.16 1165.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:16,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:16 PM ens3 1.09 1.09 0.15 0.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:16,864 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19916602 , "packets_per_second":999967, "flows":110, "errors":0 }\n' 2019-09-16 18:15:16,865 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1010/ {{printf "%s", $1}}' 2019-09-16 18:15:16,877 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19698945' 2019-09-16 18:15:16,878 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 217657 - Lost ppm 10929 2019-09-16 18:15:16,879 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 10929 > sla_max_ppm 1000; ',) 2019-09-16 18:15:17,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:17 PM ens3 8.00 7.00 0.70 1.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:17,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:17 PM ens3 6.00 8.00 0.70 1.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:17,881 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15189 seq=2 END 2019-09-16 18:15:17,881 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:15:17,882 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:15:17,882 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:15:17,930 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:17,931 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=110i,packets_per_second=999967i,packets_received=19698945i,packets_sent=19916602i,packetsize=64i,ppm=10929.0 1568657717880958208 2019-09-16 18:15:18,027 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:15:18,027 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:15:18,030 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:15:18,042 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:15:18,044 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:15:18,045 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:15:18,170 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=38 END 2019-09-16 18:15:18,170 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=39 START 2019-09-16 18:15:18,171 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:18,352 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:15:18,354 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:15:18,355 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:15:18,620 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:15:18,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:18 PM ens3 25.00 28.00 3.66 5.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:18,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:18 PM ens3 20.20 23.23 3.04 4.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:19,179 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:15:19,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:19 PM ens3 5.05 4.04 2.48 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:19,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:19 PM ens3 2.00 2.00 0.20 0.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:20,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:20 PM ens3 7.00 6.00 4.28 0.94 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:20,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:20 PM ens3 1.00 1.00 0.06 0.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:21,183 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=39 END 2019-09-16 18:15:21,183 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=40 START 2019-09-16 18:15:21,183 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:21,666 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15195 seq=1 START 2019-09-16 18:15:21,667 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 18:15:21,682 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 50 64 20 1 1000000 2019-09-16 18:15:21,839 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:21 PM ens3 10.10 10.10 1.11 1.42 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 8.02 402876.95 1.60 25180.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:21,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:21 PM ens3 7.07 8.08 0.80 1.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:22,191 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 18:15:22,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=11 END 2019-09-16 18:15:22,844 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=12 START 2019-09-16 18:15:22,844 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:22,852 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:22,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:22 PM ens3 2.97 2.97 0.30 0.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:23,038 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:23,040 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.60",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="8.02",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="25180.66",network_utilization_average.ens3.txpck/s="402876.95",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.11",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="10.10",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.42",network_utilization_maximun.ens3.txpck/s="10.10",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.11",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="10.10",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.42",network_utilization_minimum.ens3.txpck/s="10.10",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657722843576832 2019-09-16 18:15:23,144 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:23,146 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="666602.01",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="10665627.96",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.30",network_utilization_average.ens3.txpck/s="12.90",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="780552.37",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="12488837.50",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.73",network_utilization_maximun.ens3.txpck/s="12.50",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="780552.37",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="12488837.50",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.73",network_utilization_minimum.ens3.txpck/s="12.50",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657715761657856 2019-09-16 18:15:23,243 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:15:23,244 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657715157861120 2019-09-16 18:15:23,400 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:23,400 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657718170251008 2019-09-16 18:15:23,557 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:23,558 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657721183141888 2019-09-16 18:15:23,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:23 PM ens3 6.00 4.00 0.50 0.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:23,863 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:23 PM ens3 163.64 163.64 13.02 13.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:24,195 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=40 END 2019-09-16 18:15:24,196 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=41 START 2019-09-16 18:15:24,196 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:24,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:24 PM ens3 4.00 895910.00 0.43 55994.95 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:24,864 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:24 PM ens3 2114160.00 2.86 132135.01 0.27 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:25,206 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.062' 2019-09-16 18:15:25,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:25 PM ens3 4.04 1010117.17 1.17 63132.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:25,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:25 PM ens3 7124000.00 14.29 445250.56 6.05 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 207093.92 25.15 12944.03 2.76 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:26,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:26 PM ens3 4.95 990112.87 0.41 61882.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:26,886 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=10 END 2019-09-16 18:15:26,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=11 START 2019-09-16 18:15:26,887 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:27,026 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:27,210 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=41 END 2019-09-16 18:15:27,211 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=42 START 2019-09-16 18:15:27,211 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:27,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:27 PM ens3 3.96 990113.86 0.43 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:28,037 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:27 PM ens3 6451161.54 0.00 403197.60 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:28,219 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:15:28,653 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:28,654 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="12944.03",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="207093.92",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.76",network_utilization_average.ens3.txpck/s="25.15",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="445250.56",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7124000.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="6.05",network_utilization_maximun.ens3.txpck/s="14.29",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="445250.56",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7124000.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="6.05",network_utilization_minimum.ens3.txpck/s="14.29",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657726886408960 2019-09-16 18:15:28,748 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:28,749 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568657724195517952 2019-09-16 18:15:28,849 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:28,850 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.062 1568657727210881024 2019-09-16 18:15:28,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:28 PM ens3 4.00 1000011.00 1.16 62501.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:29,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:28 PM ens3 7121328.57 42.86 445083.18 6.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:29,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:29 PM ens3 5.00 1000028.00 0.42 62502.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:30,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:15:30,041 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:15:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:29 PM ens3 7685607.69 7.69 480350.50 0.32 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:30,223 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=42 END 2019-09-16 18:15:30,224 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=43 START 2019-09-16 18:15:30,224 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:30,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:30 PM ens3 4.04 1010113.13 0.43 63132.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:31,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:30 PM ens3 8322516.67 16.67 520157.32 5.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:31,232 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:15:31,853 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:31 PM ens3 3.96 990110.89 1.15 61882.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:32,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:31 PM ens3 8309616.67 16.67 519351.69 6.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:32,855 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:32 PM ens3 5.05 1010114.14 0.42 63132.68 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.50 889603.50 0.65 55600.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:33,050 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:32 PM ens3 6678320.00 6.67' 2019-09-16 18:15:33,051 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 417395.01 0.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:33,236 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=43 END 2019-09-16 18:15:33,237 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=44 START 2019-09-16 18:15:33,237 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:33,858 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=12 END 2019-09-16 18:15:33,859 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=13 START 2019-09-16 18:15:33,859 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:33,870 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:33,945 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:33,947 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.65",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.50",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="55600.72",network_utilization_average.ens3.txpck/s="889603.50",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.05",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63132.68",network_utilization_maximun.ens3.txpck/s="1010114.14",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.05",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63132.68",network_utilization_minimum.ens3.txpck/s="1010114.14",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657733858362880 2019-09-16 18:15:34,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:33 PM ens3 5765935.29 11.76 360370.98 4.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:34,060 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:34,060 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657730223656960 2019-09-16 18:15:34,159 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:34,160 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657733236576000 2019-09-16 18:15:34,245 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:15:34,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:34 PM ens3 4.00 1002006.00 1.16 62625.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:35,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:34 PM ens3 9971490.00 20.00 623218.91 5.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:35,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:35 PM ens3 4.00 1000024.00 0.35 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:36,039 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:35 PM ens3 12486637.50 12.50 780414.87 1.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:36,249 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=44 END 2019-09-16 18:15:36,250 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=45 START 2019-09-16 18:15:36,250 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:36,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:36 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:37,040 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:36 PM ens3 9960270.00 20.00 622516.68 8.48 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 7907004.84 15.32 494187.94 3.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:37,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.071' 2019-09-16 18:15:37,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:37 PM ens3 4.00 1000014.00 1.16 62501.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:38,083 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=11 END 2019-09-16 18:15:38,084 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=12 START 2019-09-16 18:15:38,084 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:38,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:38,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:38 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:39,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=45 END 2019-09-16 18:15:39,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=46 START 2019-09-16 18:15:39,266 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:39,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:39,277 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="494187.94",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7907004.84",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.88",network_utilization_average.ens3.txpck/s="15.32",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="622516.68",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9960270.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="8.48",network_utilization_maximun.ens3.txpck/s="20.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="622516.68",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9960270.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="8.48",network_utilization_minimum.ens3.txpck/s="20.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657738083435008 2019-09-16 18:15:39,402 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:39,403 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657736249576960 2019-09-16 18:15:39,508 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:39,509 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.071 1568657739265096960 2019-09-16 18:15:39,625 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:15:39,627 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:15:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:38 PM ens3 6525186.67 6.67 407824.11 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:39,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:39 PM ens3 5.00 1000017.00 0.48 62501.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:40,277 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:15:40,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:39 PM ens3 7006333.33 25.00 437896.50 4.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:40,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:40 PM ens3 164.00 1000189.00 13.89 62515.05 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:41,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:40 PM ens3 11095033.33 11.11 693439.61 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:41,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:41 PM ens3 5.00 1000017.00 0.42 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:42,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=46 END 2019-09-16 18:15:42,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=47 START 2019-09-16 18:15:42,282 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:42,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:41 PM ens3 11075944.44 11.11 692246.55 4.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:42,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:42 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:43,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:15:43,453 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:42 PM ens3 9056118.18 18.18 566008.10 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:43,871 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:43 PM ens3 4.00 1000017.00 1.16 62501.56 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.30 1000233.00 1.99 62515.33 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:44,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:43 PM ens3 711214.75 1.64 44450.93 0.23 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:44,603 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:44,604 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657742281296896 2019-09-16 18:15:44,875 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=13 END 2019-09-16 18:15:44,876 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=14 START 2019-09-16 18:15:44,876 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:44,884 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:44,894 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19929914 , "packets_per_second":999965, "flows":2550, "errors":0 }\n' 2019-09-16 18:15:44,895 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 18:15:44,908 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19386721' 2019-09-16 18:15:44,909 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 543193 - Lost ppm 27256 2019-09-16 18:15:44,910 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 27256 > sla_max_ppm 1000; ',) 2019-09-16 18:15:45,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=47 END 2019-09-16 18:15:45,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=48 START 2019-09-16 18:15:45,298 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:45,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:44 PM ens3 6.00 8.00 0.70 1.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:45,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:45 PM ens3 10.00 9.00 0.88 1.17 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:45,913 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15195 seq=1 END 2019-09-16 18:15:45,914 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15195 seq=2 START 2019-09-16 18:15:45,914 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1050 -j DROP 2019-09-16 18:15:45,929 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 50 64 20 1 1000000 2019-09-16 18:15:46,305 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 18:15:46,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:45 PM ens3 8.08 9.09 0.94 1.33 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:46,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:46 PM ens3 8.00 7.00 1.64 1.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:47,451 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:46 PM ens3 2.00 2.00 0.16 0.56 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:47,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:47 PM ens3 5.00 4.00 0.45 0.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:48,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=48 END 2019-09-16 18:15:48,310 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=49 START 2019-09-16 18:15:48,310 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:48,458 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:47 PM ens3 353162.67 2.67 22072.71 0.69 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1122164.56 6.11 70135.49 1.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:48,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:48 PM ens3 4.95 692789.11 0.52 43299.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:49,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:15:49,504 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=12 END 2019-09-16 18:15:49,505 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=13 START 2019-09-16 18:15:49,505 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:49,698 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:49,699 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999965i,packets_received=19386721i,packets_sent=19929914i,packetsize=64i,ppm=27256.0 1568657745913187072 2019-09-16 18:15:49,800 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:49,802 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.99",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.30",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62515.33",network_utilization_average.ens3.txpck/s="1000233.00",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.16",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.56",network_utilization_maximun.ens3.txpck/s="1000017.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.16",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.56",network_utilization_minimum.ens3.txpck/s="1000017.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657744875271168 2019-09-16 18:15:49,881 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:49,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:49 PM ens3 4.04 1010121.21 1.17 63133.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:49,939 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:49,940 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="70135.49",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1122164.56",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.29",network_utilization_average.ens3.txpck/s="6.11",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="22072.71",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="353162.67",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.69",network_utilization_maximun.ens3.txpck/s="2.67",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="22072.71",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="353162.67",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.69",network_utilization_minimum.ens3.txpck/s="2.67",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657749504870912 2019-09-16 18:15:50,047 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:50,047 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657745297136896 2019-09-16 18:15:50,142 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:50,142 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568657748309804800 2019-09-16 18:15:50,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:50 PM ens3 9063618.18 0.00 566476.14 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:50,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:50 PM ens3 4.95 990113.86 0.41 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:51,325 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=49 END 2019-09-16 18:15:51,326 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=50 START 2019-09-16 18:15:51,326 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:51,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:51 PM ens3 6615740.00 6.67 413483.76 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:51,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:51 PM ens3 4.08 1020423.47 0.44 63777.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:52,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:15:52,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:52 PM ens3 11070255.56 22.22 691891.84 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:52,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:52 PM ens3 3.96 990112.87 1.15 61882.55 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:53,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:53 PM ens3 4343491.30 700.00 271480.10 57.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:53,885 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:53 PM ens3 5.05 1010118.18 0.42 63132.93 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:54,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=50 END 2019-09-16 18:15:54,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=51 START 2019-09-16 18:15:54,339 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:54,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:54 PM ens3 11086300.00 11.11 692893.77 0.97 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:54,886 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:54 PM ens3 3.96 990112.87 0.43 61882.59 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.40 669983.20 0.75 41874.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:55,237 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:15:55,238 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657751325378816 2019-09-16 18:15:55,340 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:15:55,341 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657754338679040 2019-09-16 18:15:55,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:15:55,884 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:55 PM ens3 11055633.33 22.22 690977.95 9.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:55,889 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=14 END 2019-09-16 18:15:55,890 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=15 START 2019-09-16 18:15:55,890 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:15:55,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:15:56,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:56 PM ens3 4.00 1002016.00 0.35 62626.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:57,019 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:15:57,023 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:15:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:56 PM ens3 10104400.00 10.00 631525.02 1.39 0.00 0.00' 2019-09-16 18:15:57,025 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00\n' 2019-09-16 18:15:57,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=51 END 2019-09-16 18:15:57,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=52 START 2019-09-16 18:15:57,354 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:15:57,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:57 PM ens3 6725515.38 23.08 420344.76 7.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:57,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:57 PM ens3 4.00 1000016.00 0.43 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:58,365 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:15:58,885 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:58 PM ens3 8998536.36 27.27 562409.04 6.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:58,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:58 PM ens3 4.04 1010119.19 1.17 63132.96 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:59,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:15:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:59 PM ens3 12488100.00 12.50 780506.27 0.51 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 8348392.37 148.31 521777.03 14.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:15:59,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:15:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:15:59 PM ens3 4.95 990113.86 0.41 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:00,369 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=52 END 2019-09-16 18:16:00,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=53 START 2019-09-16 18:16:00,370 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:00,448 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:00,449 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.75",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.40",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="41874.51",network_utilization_average.ens3.txpck/s="669983.20",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.59",network_utilization_maximun.ens3.txpck/s="990112.87",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.59",network_utilization_minimum.ens3.txpck/s="990112.87",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657755889857024 2019-09-16 18:16:00,543 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:00,544 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657757353193984 2019-09-16 18:16:00,643 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:00,643 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657760369370880 2019-09-16 18:16:00,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:15:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:00 PM ens3 4.04 1010116.16 0.43 63132.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:00,906 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=13 END 2019-09-16 18:16:00,907 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=14 START 2019-09-16 18:16:00,907 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:01,340 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:01,381 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:16:01,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:01 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:02,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:01 PM ens3 8077516.67 8.33 504845.43 1.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:02,904 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:02 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:03,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:02 PM ens3 5947892.86 7.14 371743.32 0.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:03,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=53 END 2019-09-16 18:16:03,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=54 START 2019-09-16 18:16:03,386 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:03,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:03 PM ens3 4.00 1000017.00 0.43 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:04,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:03 PM ens3 12470362.50 12.50 779397.68 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:04,394 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:16:04,903 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:04 PM ens3 3.96 990113.86 1.15 61882.61 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:05,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:04 PM ens3 9969580.00 20.00 623099.53 8.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:05,764 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:05,766 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="521777.03",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="8348392.37",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="14.42",network_utilization_average.ens3.txpck/s="148.31",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="780506.27",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="12488100.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.51",network_utilization_maximun.ens3.txpck/s="12.50",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="780506.27",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="12488100.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.51",network_utilization_minimum.ens3.txpck/s="12.50",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657760906716160 2019-09-16 18:16:05,883 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:05,884 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657763385526016 2019-09-16 18:16:05,905 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:05 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.30 1000216.30 0.64 62514.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:06,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:05 PM ens3 9969540.00 10.00 623096.27 1.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:06,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=54 END 2019-09-16 18:16:06,398 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=55 START 2019-09-16 18:16:06,399 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:06,908 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=15 END 2019-09-16 18:16:06,909 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=16 START 2019-09-16 18:16:06,909 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:06,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:07,344 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:06 PM ens3 8275850.00 8.33 517240.64 3.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:07,409 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.070' 2019-09-16 18:16:07,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:07 PM ens3 4.00 1002643.00 1.16 62665.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:08,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:07 PM ens3 2374965.62 6.25 148435.60 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:08,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:08 PM ens3 4.00 186400.00 0.35 11650.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:09,112 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19920359 , "packets_per_second":999964, "flows":2550, "errors":0 }\n' 2019-09-16 18:16:09,114 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1050/ {{printf "%s", $1}}' 2019-09-16 18:16:09,127 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19572139' 2019-09-16 18:16:09,128 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 348220 - Lost ppm 17481 2019-09-16 18:16:09,128 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 17481 > sla_max_ppm 1000; ',) 2019-09-16 18:16:09,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:08 PM ens3 6.12 8.16 0.71 1.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:09,413 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=55 END 2019-09-16 18:16:09,414 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=56 START 2019-09-16 18:16:09,414 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:09,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:09 PM ens3 8.16 8.16 0.80 1.28 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:10,130 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15195 seq=2 END 2019-09-16 18:16:10,131 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:16:10,131 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:16:10,131 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:16:10,174 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:10,175 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=2550i,packets_per_second=999964i,packets_received=19572139i,packets_sent=19920359i,packetsize=64i,ppm=17481.0 1568657770130754048 2019-09-16 18:16:10,271 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:16:10,272 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:16:10,274 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:16:10,285 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:16:10,286 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:16:10,287 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:16:10,342 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:09 PM ens3 11.00 9.00 1.49 1.94 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:10,422 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:16:10,593 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:16:10,594 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:16:10,595 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:16:10,860 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:16:10,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:10 PM ens3 187.76 190.82 17.41 18.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:11,343 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:10 PM ens3 10.89 15.84 1.70 3.12 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1649034.51 10.58 103065.26 2.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:11,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:11 PM ens3 4.95 2.97 0.41 0.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:12,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=14 END 2019-09-16 18:16:12,346 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=15 START 2019-09-16 18:16:12,346 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:12,355 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:12,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=56 END 2019-09-16 18:16:12,426 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=57 START 2019-09-16 18:16:12,427 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:12,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:12 PM ens3 8.08 8.08 5.71 1.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:13,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:12 PM ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:13,434 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:16:13,907 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15201 seq=1 START 2019-09-16 18:16:13,908 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 18:16:13,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:13 PM ens3 7.00 5.00 1.45 0.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:13,922 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 100 64 20 1 1000000 2019-09-16 18:16:14,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:13 PM ens3 8.00 9.00 0.93 1.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:14,919 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:14 PM ens3 7.92 7.92 0.82 1.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:15,280 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:15,283 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.64",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.30",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62514.02",network_utilization_average.ens3.txpck/s="1000216.30",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.54",network_utilization_maximun.ens3.txpck/s="1000016.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.54",network_utilization_minimum.ens3.txpck/s="1000016.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657766908386048 2019-09-16 18:16:15,356 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:14 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:15,407 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:15,408 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="103065.26",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1649034.51",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.38",network_utilization_average.ens3.txpck/s="10.58",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.70",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="10.89",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.12",network_utilization_maximun.ens3.txpck/s="15.84",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.70",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="10.89",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.12",network_utilization_minimum.ens3.txpck/s="15.84",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657772346079232 2019-09-16 18:16:15,438 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=57 END 2019-09-16 18:16:15,439 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=58 START 2019-09-16 18:16:15,439 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:15,510 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 4 2019-09-16 18:16:15,511 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657766398298880 2019-09-16 18:16:15,609 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:16:15,610 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.07 1568657769413634048 2019-09-16 18:16:15,720 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:15,721 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568657772426193920 2019-09-16 18:16:15,827 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:15,828 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657775438652160 2019-09-16 18:16:15,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:15 PM ens3 7.00 7.00 0.62 0.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:16,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:15 PM ens3 162706.74 2.25 10169.21 0.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:16,449 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.066' 2019-09-16 18:16:16,920 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:16 PM ens3 6.06 721476.77 1.32 45092.80 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 24.20 191117.57 2.97 11945.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:17,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:16 PM ens3 9055790.91 18.18 565987.64 4.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:17,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=16 END 2019-09-16 18:16:17,924 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=17 START 2019-09-16 18:16:17,925 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:17,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:18,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:17 PM ens3 9035563.64 9.09 564722.75 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:18,453 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=58 END 2019-09-16 18:16:18,454 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=59 START 2019-09-16 18:16:18,454 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:18,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:18 PM ens3 3.96 994259.41 0.43 62141.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:19,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:18 PM ens3 9977590.00 30.00 623599.10 8.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:19,465 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.067' 2019-09-16 18:16:19,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:19 PM ens3 5.05 1010120.20 1.23 63133.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:20,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:19 PM ens3 4282818.18 9.09 267676.49 2.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:20,924 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:20,926 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.97",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="24.20",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="11945.99",network_utilization_average.ens3.txpck/s="191117.57",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.32",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="6.06",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="45092.80",network_utilization_maximun.ens3.txpck/s="721476.77",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.32",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="6.06",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="45092.80",network_utilization_minimum.ens3.txpck/s="721476.77",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657777924210944 2019-09-16 18:16:20,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:20 PM ens3 5.21 1041683.33 0.43 65105.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:21,021 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:21,022 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.066 1568657778453792000 2019-09-16 18:16:21,358 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:20 PM ens3 9080354.55 9.09 567522.18 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:21,469 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=59 END 2019-09-16 18:16:21,470 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=60 START 2019-09-16 18:16:21,470 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:21,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:21 PM ens3 4.00 1000017.00 0.43 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:22,360 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:21 PM ens3 11081444.44 11.11 692590.30 4.71 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1311234.56 4.97 81952.30 1.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:22,481 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.072' 2019-09-16 18:16:22,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:22 PM ens3 4.04 1010108.08 1.17 63132.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:23,389 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=15 END 2019-09-16 18:16:23,390 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=16 START 2019-09-16 18:16:23,390 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:23,824 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:23,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:23 PM ens3 5.00 1000028.00 0.42 62502.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:24,485 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=60 END 2019-09-16 18:16:24,486 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=61 START 2019-09-16 18:16:24,486 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:24,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:24 PM ens3 8182358.33 0.00 511397.40 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:24,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:24 PM ens3 4.00 1000029.00 0.43 62502.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:25,497 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:16:25,827 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:25 PM ens3 9968730.00 20.00 623046.41 6.13 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:25,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:25 PM ens3 3.96 990116.83 1.15 61882.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:26,122 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:26,124 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="81952.30",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1311234.56",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.10",network_utilization_average.ens3.txpck/s="4.97",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="692590.30",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="11081444.44",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.71",network_utilization_maximun.ens3.txpck/s="11.11",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="692590.30",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="11081444.44",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.71",network_utilization_minimum.ens3.txpck/s="11.11",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657783389508864 2019-09-16 18:16:26,243 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:26,243 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.067 1568657781469573120 2019-09-16 18:16:26,381 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:26,381 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.072 1568657784485667840 2019-09-16 18:16:26,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:26 PM ens3 10555312.50 12.50 659707.06 1.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:26,935 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:26 PM ens3 5.05 1010130.30 0.42 63133.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:27,501 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=61 END 2019-09-16 18:16:27,502 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=62 START 2019-09-16 18:16:27,502 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:27,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:27 PM ens3 9066754.55 9.09 566672.18 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:27,936 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:27 PM ens3 3.96 990113.86 0.43 61882.65 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.42 1004455.82 0.65 62778.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:28,513 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-16 18:16:28,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:28 PM ens3 9960800.00 60.00 622550.20 11.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:28,940 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=17 END 2019-09-16 18:16:28,941 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=18 START 2019-09-16 18:16:28,941 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:28,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:29,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:29 PM ens3 9950440.00 10.00 621902.52 0.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:29,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:29 PM ens3 3.96 993664.36 0.35 62104.32 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:30,517 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=62 END 2019-09-16 18:16:30,518 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=63 START 2019-09-16 18:16:30,518 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:30,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:30 PM ens3 9071600.00 9.09 566975.02 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:31,321 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:30 PM ens3 4.04 1383818.18 0.43 86489.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:31,482 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:31,484 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.65",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.42",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62778.99",network_utilization_average.ens3.txpck/s="1004455.82",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.65",network_utilization_maximun.ens3.txpck/s="990113.86",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.65",network_utilization_minimum.ens3.txpck/s="990113.86",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657788940385024 2019-09-16 18:16:31,529 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 18:16:31,584 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:31,585 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657787501637888 2019-09-16 18:16:31,690 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:31,690 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.077 1568657790517869824 2019-09-16 18:16:31,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:31 PM ens3 1948148.84 4.65 121759.48 1.97 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:31,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:31 PM ens3 4.88 768356.10 1.41 48022.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:32,828 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:32 PM ens3 9072409.09 9.09 567025.59 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:32,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:32 PM ens3 4.00 1000015.00 0.35 62501.47 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:33,533 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=63 END 2019-09-16 18:16:33,534 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=64 START 2019-09-16 18:16:33,534 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:33,829 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:33 PM ens3 9070672.73 9.09 566917.06 3.85 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 7038662.04 11.68 439916.51 3.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:33,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:33 PM ens3 4.00 1000015.00 0.43 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:34,545 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:16:34,861 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=16 END 2019-09-16 18:16:34,862 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=17 START 2019-09-16 18:16:34,862 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:34,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:34 PM ens3 3.96 990115.84 1.15 61882.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:35,136 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:35,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:35 PM ens3 5.00 1000015.00 0.42 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:36,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:35 PM ens3 7460523.08 0.00 466282.69 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:36,549 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=64 END 2019-09-16 18:16:36,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=65 START 2019-09-16 18:16:36,550 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:36,784 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:36,786 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="439916.51",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7038662.04",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.04",network_utilization_average.ens3.txpck/s="11.68",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="566917.06",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9070672.73",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.85",network_utilization_maximun.ens3.txpck/s="9.09",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="566917.06",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9070672.73",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.85",network_utilization_minimum.ens3.txpck/s="9.09",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657794861602048 2019-09-16 18:16:36,904 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:36,905 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568657793533879040 2019-09-16 18:16:36,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:36 PM ens3 4.00 173037.00 0.43 10815.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:37,004 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:37,005 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568657796549853952 2019-09-16 18:16:37,131 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19919091 , "packets_per_second":999962, "flows":10100, "errors":0 }\n' 2019-09-16 18:16:37,133 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 18:16:37,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:36 PM ens3 3.00 4.00 0.41 0.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:37,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19487002' 2019-09-16 18:16:37,148 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 432089 - Lost ppm 21693 2019-09-16 18:16:37,149 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 21693 > sla_max_ppm 1000; ',) 2019-09-16 18:16:37,558 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:16:37,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:37 PM ens3 8.00 7.00 1.51 1.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:38,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:37 PM ens3 6.25 7.50 0.61 1.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:38,153 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15201 seq=1 END 2019-09-16 18:16:38,153 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15201 seq=2 START 2019-09-16 18:16:38,154 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1100 -j DROP 2019-09-16 18:16:38,168 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 100 64 20 1 1000000 2019-09-16 18:16:38,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:38 PM ens3 8.00 7.00 0.83 1.25 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.98 730086.06 0.72 45630.95 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:39,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:38 PM ens3 6.93 7.92 0.79 1.28 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:39,562 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=65 END 2019-09-16 18:16:39,563 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=66 START 2019-09-16 18:16:39,563 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:39,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=18 END 2019-09-16 18:16:39,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=19 START 2019-09-16 18:16:39,956 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:39,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:40,138 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:39 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:40,571 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.061' 2019-09-16 18:16:40,965 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:40 PM ens3 5.05 549037.37 1.27 34315.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:41,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:40 PM ens3 1542267.44 6.98 96391.97 1.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:41,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:41 PM ens3 170.83 992294.79 13.63 62021.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:42,102 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:42,103 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999962i,packets_received=19487002i,packets_sent=19919091i,packetsize=64i,ppm=21693.0 1568657798152573184 2019-09-16 18:16:42,145 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:41 PM ens3 3457877.78 3.70 216117.37 0.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:42,204 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:42,205 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.72",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.98",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="45630.95",network_utilization_average.ens3.txpck/s="730086.06",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.83",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="8.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.25",network_utilization_maximun.ens3.txpck/s="7.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.83",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="8.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.25",network_utilization_minimum.ens3.txpck/s="7.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657799955888128 2019-09-16 18:16:42,301 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:42,302 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657799562624000 2019-09-16 18:16:42,575 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=66 END 2019-09-16 18:16:42,576 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=67 START 2019-09-16 18:16:42,577 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:42,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:42 PM ens3 4.00 1076590.00 0.43 67287.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:43,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:42 PM ens3 7696192.31 7.69 481012.03 3.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:43,586 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.082' 2019-09-16 18:16:43,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:43 PM ens3 4.04 1010118.18 1.17 63132.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:44,140 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:43 PM ens3 5911933.33 13.33 369496.35 5.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:44,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:44 PM ens3 4.95 990113.86 0.41 61882.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:45,141 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:44 PM ens3 7141271.43 7.14 446329.48 0.99 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1077818.18 5.53 67363.83 1.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:45,590 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=67 END 2019-09-16 18:16:45,591 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=68 START 2019-09-16 18:16:45,591 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:45,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:45 PM ens3 4.04 1010116.16 0.43 63132.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:46,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=17 END 2019-09-16 18:16:46,160 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=18 START 2019-09-16 18:16:46,161 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:46,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:46,601 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.073' 2019-09-16 18:16:46,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:46 PM ens3 5.94 990117.82 1.24 61882.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:47,263 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:16:47,264 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:16:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:46 PM ens3 6214925.00 6.25 388433.29 1.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:47,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:47,405 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="67363.83",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1077818.18",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.16",network_utilization_average.ens3.txpck/s="5.53",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="446329.48",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7141271.43",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.99",network_utilization_maximun.ens3.txpck/s="7.14",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="446329.48",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7141271.43",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.99",network_utilization_minimum.ens3.txpck/s="7.14",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657806160073984 2019-09-16 18:16:47,501 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:47,502 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.061 1568657802575928832 2019-09-16 18:16:47,596 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:47,597 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.082 1568657805590296064 2019-09-16 18:16:47,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:47 PM ens3 5.05 1010117.17 0.42 63132.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:48,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:47 PM ens3 6225100.00 12.50 389068.77 2.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:48,606 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=68 END 2019-09-16 18:16:48,607 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=69 START 2019-09-16 18:16:48,607 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:48,994 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:48 PM ens3 3.96 990129.70 0.43 61883.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:49,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:48 PM ens3 7014816.67 8.33 438426.06 2.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:49,617 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.080' 2019-09-16 18:16:49,995 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:49 PM ens3 5.05 1010120.20 1.23 63133.00 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.72 963065.59 2.02 60192.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:50,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:49 PM ens3 6231093.75 12.50 389443.85 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:50,998 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=19 END 2019-09-16 18:16:50,999 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=20 START 2019-09-16 18:16:50,999 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:51,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:51,257 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:50 PM ens3 7656007.69 7.69 478500.50 1.07 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:51,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=69 END 2019-09-16 18:16:51,622 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=70 START 2019-09-16 18:16:51,623 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:52,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:51 PM ens3 4.00 1002176.00 0.43 62636.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:52,259 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:51 PM ens3 7127407.14 7.14 445462.96 3.03 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:52,633 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.081' 2019-09-16 18:16:52,699 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:52,700 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.02",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.72",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="60192.38",network_utilization_average.ens3.txpck/s="963065.59",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.23",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.05",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63133.00",network_utilization_maximun.ens3.txpck/s="1010120.20",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.23",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.05",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63133.00",network_utilization_minimum.ens3.txpck/s="1010120.20",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657810998871040 2019-09-16 18:16:52,794 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:52,795 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.073 1568657808606273792 2019-09-16 18:16:52,888 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:52,889 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.08 1568657811622064128 2019-09-16 18:16:53,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:52 PM ens3 4.04 1010117.17 1.17 63132.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:53,268 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:52 PM ens3 4665157.14 9.52 291572.69 4.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:54,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:53 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:54,256 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:53 PM ens3 4722914.29 766.67 295195.17 62.90 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:54,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=70 END 2019-09-16 18:16:54,638 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=71 START 2019-09-16 18:16:54,639 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:55,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:54 PM ens3 4.00 1000017.00 0.43 62501.60 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:55,258 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:54 PM ens3 7131464.29 7.14 445716.53 0.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:55,649 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:16:56,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:55 PM ens3 4.00 1000016.00 1.16 62501.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:56,267 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:55 PM ens3 6236925.00 12.50 389808.30 5.30 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 6157284.91 109.43 384832.23 10.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:57,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:56 PM ens3 5.00 999998.00 0.42 62500.41 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:57,277 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=18 END 2019-09-16 18:16:57,278 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=19 START 2019-09-16 18:16:57,278 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:16:57,405 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:16:57,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=71 END 2019-09-16 18:16:57,654 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=72 START 2019-09-16 18:16:57,655 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:16:57,990 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:57,992 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="384832.23",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="6157284.91",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="10.86",network_utilization_average.ens3.txpck/s="109.43",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="389808.30",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="6236925.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="5.30",network_utilization_maximun.ens3.txpck/s="12.50",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="389808.30",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="6236925.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="5.30",network_utilization_minimum.ens3.txpck/s="12.50",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657817277555968 2019-09-16 18:16:58,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:57 PM ens3 4.00 1000054.00 0.43 62503.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:58,128 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:16:58,129 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.081 1568657814638138112 2019-09-16 18:16:58,240 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:16:58,240 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657817654237952 2019-09-16 18:16:58,409 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:57 PM ens3 6201225.00 0.00 387576.56 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:58,665 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:16:59,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:58 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:16:59,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:58 PM ens3 7676223.08 23.08 479764.38 5.78 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:00,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:59 PM ens3 5.00 1000016.00 0.42 62501.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:00,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:16:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:16:59 PM ens3 4912247.37 5.26 307015.47 0.22 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:00,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=72 END 2019-09-16 18:17:00,670 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=73 START 2019-09-16 18:17:00,671 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:01,012 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:16:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:00 PM ens3 5.00 329180.00 0.48 20574.16 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.40 934084.88 0.65 58380.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:01,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19919321 , "packets_per_second":999963, "flows":10100, "errors":0 }\n' 2019-09-16 18:17:01,349 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1100/ {{printf "%s", $1}}' 2019-09-16 18:17:01,363 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19470256' 2019-09-16 18:17:01,364 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 449065 - Lost ppm 22545 2019-09-16 18:17:01,365 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 22545 > sla_max_ppm 1000; ',) 2019-09-16 18:17:01,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:16:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:00 PM ens3 7.92 9.90 0.79 1.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:01,678 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.094' 2019-09-16 18:17:02,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=20 END 2019-09-16 18:17:02,016 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=21 START 2019-09-16 18:17:02,016 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:02,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:02,367 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15201 seq=2 END 2019-09-16 18:17:02,368 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:17:02,368 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:17:02,368 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:17:02,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:01 PM ens3 4.04 3.03 0.34 0.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:02,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:02,412 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=10100i,packets_per_second=999963i,packets_received=19470256i,packets_sent=19919321i,packetsize=64i,ppm=22545.0 1568657822367006976 2019-09-16 18:17:02,513 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:17:02,513 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:17:02,516 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:17:02,528 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:17:02,530 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:17:02,531 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:17:02,839 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:17:02,840 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:17:02,841 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:17:03,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:02 PM ens3 17.35 15.31 2.81 2.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:03,107 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:17:03,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:02 PM ens3 17.82 21.78 2.85 4.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:03,682 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=73 END 2019-09-16 18:17:03,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=74 START 2019-09-16 18:17:03,683 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:04,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:03 PM ens3 11.88 14.85 1.25 2.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:04,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:03 PM ens3 1.00 1.00 0.06 0.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:04,691 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.149' 2019-09-16 18:17:05,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:04 PM ens3 7.00 6.00 5.42 0.95 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:05,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:04 PM ens3 1.98 1.98 0.20 0.84 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:06,024 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:05 PM ens3 5.00 4.00 1.32 0.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:06,180 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15207 seq=1 START 2019-09-16 18:17:06,180 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:17:06,196 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 300 64 20 1 1000000 2019-09-16 18:17:06,407 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:05 PM ens3 7.00 8.00 0.79 1.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:06,696 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=74 END 2019-09-16 18:17:06,696 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=75 START 2019-09-16 18:17:06,696 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:07,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:06 PM ens3 11.11 11.11 1.21 1.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:07,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:06 PM ens3 1.98 1.98 0.16 0.51 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 389277.50 6.92 24330.20 1.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:07,524 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:07,526 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.65",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.40",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="58380.80",network_utilization_average.ens3.txpck/s="934084.88",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.48",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="20574.16",network_utilization_maximun.ens3.txpck/s="329180.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.48",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="20574.16",network_utilization_minimum.ens3.txpck/s="329180.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657822015516160 2019-09-16 18:17:07,652 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:17:07,653 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568657820670108928 2019-09-16 18:17:07,704 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.068' 2019-09-16 18:17:07,759 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:07,759 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.094 1568657823682812928 2019-09-16 18:17:07,867 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:07,867 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.149 1568657826696022016 2019-09-16 18:17:08,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:07 PM ens3 5.00 4.00 1.26 0.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:08,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=19 END 2019-09-16 18:17:08,412 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=20 START 2019-09-16 18:17:08,413 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:08,422 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:09,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:08 PM ens3 6.00 582935.00 0.56 36434.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:09,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:08 PM ens3 2242108.82 0.00 140131.80 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:09,709 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=75 END 2019-09-16 18:17:09,710 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=76 START 2019-09-16 18:17:09,710 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:10,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:09 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:10,433 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:09 PM ens3 5041589.47 5.26 315099.35 1.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:10,719 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:17:11,025 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:10 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:11,434 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:10 PM ens3 7114728.57 14.29 444671.09 6.05 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:12,026 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:11 PM ens3 165.00 1000181.00 13.15 62514.59 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 23.65 359039.48 2.86 22441.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:12,425 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:11 PM ens3 4921310.53 5.26 307581.92 0.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:12,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=76 END 2019-09-16 18:17:12,724 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=77 START 2019-09-16 18:17:12,724 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:12,968 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:12,970 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="24330.20",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="389277.50",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.38",network_utilization_average.ens3.txpck/s="6.92",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.16",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1.98",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.51",network_utilization_maximun.ens3.txpck/s="1.98",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.16",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1.98",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.51",network_utilization_minimum.ens3.txpck/s="1.98",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657828412029952 2019-09-16 18:17:13,030 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=21 END 2019-09-16 18:17:13,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=22 START 2019-09-16 18:17:13,031 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:13,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:13,100 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:13,100 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.068 1568657829709620992 2019-09-16 18:17:13,196 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:13,196 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657832723987968 2019-09-16 18:17:13,429 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:12 PM ens3 5858664.71 5.88 366166.56 2.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:13,734 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:17:14,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:13 PM ens3 4.00 1002449.00 1.16 62653.33 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:14,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:13 PM ens3 2903779.31 6.90 181486.48 2.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:15,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:14 PM ens3 4.65 1162813.95 0.41 72676.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:15,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:14 PM ens3 5883058.82 5.88 367691.19 0.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:15,738 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=77 END 2019-09-16 18:17:15,739 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=78 START 2019-09-16 18:17:15,739 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:16,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:15 PM ens3 4.04 1010122.22 0.43 63133.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:16,427 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:15 PM ens3 6237012.50 6.25 389813.29 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:16,750 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:17:17,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:16 PM ens3 6.93 990122.77 1.30 61883.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:17,426 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:16 PM ens3 6648660.00 13.33 415541.77 5.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:18,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:17 PM ens3 5.05 1010123.23 0.42 63133.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:18,304 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:18,306 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.86",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="23.65",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="22441.09",network_utilization_average.ens3.txpck/s="359039.48",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="13.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="165.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62514.59",network_utilization_maximun.ens3.txpck/s="1000181.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="13.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="165.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62514.59",network_utilization_minimum.ens3.txpck/s="1000181.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657833030428928 2019-09-16 18:17:18,401 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:18,402 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657835738505984 2019-09-16 18:17:18,431 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:17 PM ens3 5877011.76 5.88 367313.25 0.82 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4814127.92 6.09 300883.12 2.03 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:18,754 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=78 END 2019-09-16 18:17:18,755 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=79 START 2019-09-16 18:17:18,755 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:19,044 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:18 PM ens3 3.96 990121.78 0.43 61883.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:19,440 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=20 END 2019-09-16 18:17:19,441 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=21 START 2019-09-16 18:17:19,441 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:19,537 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:19,766 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:17:20,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:19 PM ens3 4.08 1020430.61 1.18 63777.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:20,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:20 PM ens3 6205312.50 6.25 387832.51 1.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:21,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:20 PM ens3 4.95 990119.80 0.41 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:21,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:21 PM ens3 6244356.25 6.25 390272.28 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:21,770 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=79 END 2019-09-16 18:17:21,771 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=80 START 2019-09-16 18:17:21,771 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:22,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:21 PM ens3 4.04 1010123.23 0.43 63133.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:22,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:22 PM ens3 6233456.25 6.25 389591.03 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:22,782 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:17:23,045 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:22 PM ens3 3.96 990118.81 1.15 61882.92 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.57 1015496.85 0.74 63469.05 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:23,503 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:23,505 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="300883.12",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4814127.92",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.03",network_utilization_average.ens3.txpck/s="6.09",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="367313.25",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5877011.76",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.82",network_utilization_maximun.ens3.txpck/s="5.88",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="367313.25",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5877011.76",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.82",network_utilization_minimum.ens3.txpck/s="5.88",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657839440473088 2019-09-16 18:17:23,648 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:17:23,649 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:17:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:23 PM ens3 5865488.24 11.76 366593.47 4.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:23,653 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:23,654 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568657838754520832 2019-09-16 18:17:23,755 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:23,756 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657841770791168 2019-09-16 18:17:24,048 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=22 END 2019-09-16 18:17:24,049 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=23 START 2019-09-16 18:17:24,049 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:24,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:24,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:24 PM ens3 4052295.45 736.36 253280.91 60.55 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:24,786 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=80 END 2019-09-16 18:17:24,787 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=81 START 2019-09-16 18:17:24,787 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:25,114 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:24 PM ens3 4.00 1051080.00 0.43 65692.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:25,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:25 PM ens3 5407372.22 5.56 337960.77 0.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:25,798 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:17:26,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:25 PM ens3 4.08 971223.47 1.18 60701.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:26,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:26 PM ens3 5865729.41 11.76 366608.55 4.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:27,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:26 PM ens3 4.04 1010141.41 0.36 63134.38 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:27,540 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:27 PM ens3 6244043.75 6.25 390252.75 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:27,802 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=81 END 2019-09-16 18:17:27,803 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=82 START 2019-09-16 18:17:27,803 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:28,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:27 PM ens3 3.96 990117.82 0.43 61882.90 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:28,538 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:28 PM ens3 3065364.29 3.57 191585.27 1.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:28,811 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:17:28,851 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:28,853 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.74",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.57",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63469.05",network_utilization_average.ens3.txpck/s="1015496.85",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="3.96",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="61882.92",network_utilization_maximun.ens3.txpck/s="990118.81",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="3.96",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="61882.92",network_utilization_minimum.ens3.txpck/s="990118.81",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657844048768000 2019-09-16 18:17:28,948 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:28,949 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568657844786513152 2019-09-16 18:17:29,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:28 PM ens3 4.04 339655.56 1.17 21228.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:29,071 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:29,072 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657847802540032 2019-09-16 18:17:29,405 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19956327 , "packets_per_second":999957, "flows":90300, "errors":0 }\n' 2019-09-16 18:17:29,407 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:17:29,450 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19304269' 2019-09-16 18:17:29,451 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 652058 - Lost ppm 32675 2019-09-16 18:17:29,452 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 32675 > sla_max_ppm 1000; ',) 2019-09-16 18:17:29,539 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:29 PM ens3 11.34 13.40 1.06 2.00 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 3310189.73 70.34 206888.12 6.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:30,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:29 PM ens3 8.00 7.00 0.70 1.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:30,456 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15207 seq=1 END 2019-09-16 18:17:30,457 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15207 seq=2 START 2019-09-16 18:17:30,457 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1300 -j DROP 2019-09-16 18:17:30,472 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 300 64 20 1 1000000 2019-09-16 18:17:30,543 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=21 END 2019-09-16 18:17:30,543 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=22 START 2019-09-16 18:17:30,543 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:30,553 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:30,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=82 END 2019-09-16 18:17:30,815 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=83 START 2019-09-16 18:17:30,816 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:31,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:30 PM ens3 8.08 8.08 0.92 1.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:31,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:31 PM ens3 1.00 1.00 0.10 0.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:31,823 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:17:32,062 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:31 PM ens3 5.00 4.00 1.26 0.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:32,554 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:32 PM ens3 3.00 3.00 0.30 0.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:33,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:32 PM ens3 5.94 360632.67 0.50 22540.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:33,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:33 PM ens3 1863897.44 5.13 116493.68 1.44 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:33,828 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=83 END 2019-09-16 18:17:33,829 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=84 START 2019-09-16 18:17:33,829 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:34,063 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:33 PM ens3 4.00 1000018.00 0.43 62501.66 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.12 572063.49 0.74 35754.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:34,171 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:34,172 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999957i,packets_received=19304269i,packets_sent=19956327i,packetsize=64i,ppm=32675.0 1568657850455944960 2019-09-16 18:17:34,266 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:34,268 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="206888.12",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="3310189.73",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="6.98",network_utilization_average.ens3.txpck/s="70.34",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.06",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="11.34",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="2.00",network_utilization_maximun.ens3.txpck/s="13.40",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.06",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="11.34",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="2.00",network_utilization_minimum.ens3.txpck/s="13.40",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657850543006976 2019-09-16 18:17:34,363 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:34,364 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568657850815196160 2019-09-16 18:17:34,465 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:34,465 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657853828377088 2019-09-16 18:17:34,558 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:34 PM ens3 5829700.00 5.88 364356.26 0.56 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:34,838 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:17:35,066 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=23 END 2019-09-16 18:17:35,067 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=24 START 2019-09-16 18:17:35,067 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:35,080 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:35,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:35 PM ens3 5727770.59 11.76 357986.12 4.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:36,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:35 PM ens3 3.96 992568.32 0.35 62035.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:36,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:36 PM ens3 6244387.50 6.25 390274.23 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:36,842 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=84 END 2019-09-16 18:17:36,843 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=85 START 2019-09-16 18:17:36,843 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:37,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:36 PM ens3 4.04 1010124.24 0.43 63133.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:37,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:37 PM ens3 6235081.25 6.25 389692.59 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:37,851 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:17:38,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:37 PM ens3 3.96 990119.80 1.15 61882.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:38,556 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:38 PM ens3 6647860.00 13.33 415491.77 5.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:39,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:38 PM ens3 5.05 1010122.22 0.42 63133.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:39,563 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:39,564 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.74",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.12",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35754.53",network_utilization_average.ens3.txpck/s="572063.49",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.66",network_utilization_maximun.ens3.txpck/s="1000018.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.66",network_utilization_minimum.ens3.txpck/s="1000018.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657855066700032 2019-09-16 18:17:39,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:39 PM ens3 6286943.75 6.25 392934.00 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:39,660 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:39,661 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657856842727936 2019-09-16 18:17:39,855 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=85 END 2019-09-16 18:17:39,856 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=86 START 2019-09-16 18:17:39,856 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:40,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:39 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:40,560 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:40 PM ens3 5515750.00 5.56 344734.39 2.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:40,561 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:17:40,563 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Average: lo' 2019-09-16 18:17:40,564 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00' 2019-09-16 18:17:40,565 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3' 2019-09-16 18:17:40,575 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 2170715.82 4.24 135669.84 1.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:40,866 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:17:41,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:40 PM ens3 4.04 1010122.22 1.17 63133.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:41,582 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=22 END 2019-09-16 18:17:41,583 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=23 START 2019-09-16 18:17:41,583 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:41,677 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:42,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:41 PM ens3 163.37 990279.21 13.02 61895.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:42,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:42 PM ens3 5526155.56 0.00 345384.72 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:42,870 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=86 END 2019-09-16 18:17:42,871 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=87 START 2019-09-16 18:17:42,871 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:43,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:42 PM ens3 5.05 1010124.24 0.49 63133.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:43,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:43 PM ens3 5870482.35 11.76 366905.11 3.61 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:43,882 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:17:44,081 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:43 PM ens3 3.96 990119.80 1.15 61882.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:44,680 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:44 PM ens3 6232268.75 18.75 389517.15 3.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:44,760 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:44,762 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="135669.84",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2170715.82",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.21",network_utilization_average.ens3.txpck/s="4.24",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="344734.39",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5515750.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="2.35",network_utilization_maximun.ens3.txpck/s="5.56",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="344734.39",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5515750.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="2.35",network_utilization_minimum.ens3.txpck/s="5.56",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657861582369024 2019-09-16 18:17:44,864 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:44,865 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657859855604992 2019-09-16 18:17:44,964 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:44,964 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657862870873088 2019-09-16 18:17:45,082 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:44 PM ens3 5.05 1010121.21 0.42 63133.12 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.40 1000284.70 1.92 62518.57 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:45,681 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:45 PM ens3 5878488.24 5.88 367405.53 0.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:45,886 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=87 END 2019-09-16 18:17:45,887 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=88 START 2019-09-16 18:17:45,887 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:46,086 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=24 END 2019-09-16 18:17:46,087 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=25 START 2019-09-16 18:17:46,087 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:46,100 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:46,865 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:46 PM ens3 5156375.00 6.25 322273.45 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:47,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:46 PM ens3 9.09 997200.00 3.54 62325.19 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:47,263 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.076' 2019-09-16 18:17:47,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:47 PM ens3 1217808.16 4.08 76113.17 1.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:48,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:47 PM ens3 2.97 1345864.36 0.26 84117.01 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:48,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:48 PM ens3 6201700.00 6.25 387606.26 0.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:49,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:48 PM ens3 4.00 1255116.00 0.35 78445.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:49,267 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=88 END 2019-09-16 18:17:49,268 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=89 START 2019-09-16 18:17:49,268 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:49,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:49 PM ens3 6237287.50 6.25 389830.48 2.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:50,059 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:50,061 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.92",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.40",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62518.57",network_utilization_average.ens3.txpck/s="1000284.70",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.05",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="63133.12",network_utilization_maximun.ens3.txpck/s="1010121.21",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.05",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="63133.12",network_utilization_minimum.ens3.txpck/s="1010121.21",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657866086545920 2019-09-16 18:17:50,163 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:17:50,164 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657865886838016 2019-09-16 18:17:50,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:49 PM ens3 4.00 1000019.00 0.43 62501.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:50,278 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:17:50,279 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:50,280 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.076 1568657869267621888 2019-09-16 18:17:50,867 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:50 PM ens3 6233006.25 12.50 389563.38 5.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:51,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:50 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:51,871 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:51 PM ens3 6658200.00 6.67 416137.51 0.92 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4794485.20 7.14 299655.44 2.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:52,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:51 PM ens3 5.00 1000019.00 0.42 62501.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:52,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=89 END 2019-09-16 18:17:52,283 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=90 START 2019-09-16 18:17:52,284 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:52,883 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=23 END 2019-09-16 18:17:52,884 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=24 START 2019-09-16 18:17:52,884 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:52,894 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:53,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:52 PM ens3 4.00 382268.00 0.43 23892.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:53,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:17:53,650 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19944703 , "packets_per_second":999958, "flows":90300, "errors":0 }\n' 2019-09-16 18:17:53,652 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1300/ {{printf "%s", $1}}' 2019-09-16 18:17:53,664 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18969269' 2019-09-16 18:17:53,665 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 975434 - Lost ppm 48907 2019-09-16 18:17:53,666 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 48907 > sla_max_ppm 1000; ',) 2019-09-16 18:17:53,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:53 PM ens3 6.00 8.00 0.77 1.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:54,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:53 PM ens3 8.00 7.00 1.51 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:54,668 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15207 seq=2 END 2019-09-16 18:17:54,668 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:17:54,669 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:17:54,669 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:17:54,700 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:54,701 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=90300i,packets_per_second=999958i,packets_received=18969269i,packets_sent=19944703i,packetsize=64i,ppm=48907.0 1568657874668317184 2019-09-16 18:17:54,808 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:17:54,809 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:17:54,811 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:17:54,822 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:17:54,824 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:17:54,825 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:17:54,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:54 PM ens3 171.00 169.00 14.22 14.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:55,134 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:17:55,135 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:17:55,136 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:17:55,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:54 PM ens3 17.17 15.15 2.78 2.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:55,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=90 END 2019-09-16 18:17:55,296 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=91 START 2019-09-16 18:17:55,297 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:55,402 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:17:55,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:55 PM ens3 10.10 15.15 1.60 3.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:56,261 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:55 PM ens3 12.00 16.00 1.26 3.02 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 6.91 685367.75 1.10 42836.32 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:56,304 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.093' 2019-09-16 18:17:56,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:56 PM ens3 2.00 2.00 0.20 0.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:57,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=25 END 2019-09-16 18:17:57,266 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=26 START 2019-09-16 18:17:57,266 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:17:57,274 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:17:57,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:57 PM ens3 1.00 1.00 0.06 0.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:58,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:57 PM ens3 5.32 3.19 1.41 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:58,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=91 END 2019-09-16 18:17:58,309 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=92 START 2019-09-16 18:17:58,309 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:17:58,448 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15213 seq=1 START 2019-09-16 18:17:58,449 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:17:58,464 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 500 64 20 1 1000000 2019-09-16 18:17:58,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:58 PM ens3 7.07 8.08 0.80 1.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:59,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:58 PM ens3 11.00 11.00 1.19 1.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:59,317 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:17:59,818 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:59,820 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.10",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="6.91",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="42836.32",network_utilization_average.ens3.txpck/s="685367.75",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.26",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="12.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.02",network_utilization_maximun.ens3.txpck/s="16.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.26",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="12.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.02",network_utilization_minimum.ens3.txpck/s="16.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657877265508864 2019-09-16 18:17:59,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:59 PM ens3 4.00 4.00 0.34 0.70 0.00 0.00 0.00 0.00\n' 2019-09-16 18:17:59,957 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:17:59,959 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="299655.44",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4794485.20",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.08",network_utilization_average.ens3.txpck/s="7.14",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="416137.51",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="6658200.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.92",network_utilization_maximun.ens3.txpck/s="6.67",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="416137.51",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="6658200.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.92",network_utilization_minimum.ens3.txpck/s="6.67",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657872883447808 2019-09-16 18:18:00,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:18:00,054 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657872283206912 2019-09-16 18:18:00,181 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:00,182 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568657875296061952 2019-09-16 18:18:00,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:17:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:17:59 PM ens3 5.05 4.04 1.27 0.79 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:00,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:00,277 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.093 1568657878308947968 2019-09-16 18:18:00,899 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:17:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:00 PM ens3 145452.27 2.27 9090.81 0.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:01,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:17:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:00 PM ens3 5.05 537718.18 0.45 33608.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:01,321 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=92 END 2019-09-16 18:18:01,322 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=93 START 2019-09-16 18:18:01,322 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:01,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:01 PM ens3 4244609.09 4.55 265288.08 0.44 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:02,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:01 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:02,334 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:18:02,904 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:02 PM ens3 5851858.82 11.76 365741.64 4.99 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 249312.61 25.70 15582.71 2.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:03,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:02 PM ens3 4.00 1000018.00 1.16 62501.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:03,932 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=24 END 2019-09-16 18:18:03,933 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=25 START 2019-09-16 18:18:03,933 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:04,143 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:04,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:03 PM ens3 5.00 1000022.00 0.42 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:04,338 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=93 END 2019-09-16 18:18:04,339 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=94 START 2019-09-16 18:18:04,339 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:05,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:04 PM ens3 6092206.25 0.00 380762.89 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:05,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:04 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:05,350 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:18:05,376 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:05,378 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="15582.71",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="249312.61",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.81",network_utilization_average.ens3.txpck/s="25.70",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="365741.64",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5851858.82",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.99",network_utilization_maximun.ens3.txpck/s="11.76",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="365741.64",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5851858.82",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.99",network_utilization_minimum.ens3.txpck/s="11.76",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657883932556032 2019-09-16 18:18:05,493 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:05,494 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657881321906176 2019-09-16 18:18:05,600 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:05,600 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657884338754048 2019-09-16 18:18:06,146 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:05 PM ens3 8279291.67 16.67 517456.38 5.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:06,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:05 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:07,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:06 PM ens3 8319608.33 8.33 519975.54 1.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:07,276 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:06 PM ens3 5.00 1000020.00 0.42 62501.79 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.24 657852.97 0.83 41116.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:07,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=94 END 2019-09-16 18:18:07,355 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=95 START 2019-09-16 18:18:07,355 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:08,150 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:07 PM ens3 9083581.82 9.09 567723.88 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:08,280 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=26 END 2019-09-16 18:18:08,281 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=27 START 2019-09-16 18:18:08,281 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:08,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:08,366 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:18:09,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:08 PM ens3 5813164.71 11.76 363323.25 4.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:09,292 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:08 PM ens3 3.96 993842.57 1.15 62115.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:10,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:09 PM ens3 9078563.64 9.09 567410.25 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:10,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:09 PM ens3 4.04 1010121.21 0.36 63133.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:10,370 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=95 END 2019-09-16 18:18:10,371 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=96 START 2019-09-16 18:18:10,371 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:10,720 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:10,722 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.83",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.24",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="41116.36",network_utilization_average.ens3.txpck/s="657852.97",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.79",network_utilization_maximun.ens3.txpck/s="1000020.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.79",network_utilization_minimum.ens3.txpck/s="1000020.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657888280342016 2019-09-16 18:18:10,831 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:10,832 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657887354566144 2019-09-16 18:18:10,930 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:10,931 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568657890370381056 2019-09-16 18:18:11,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:10 PM ens3 8275516.67 8.33 517219.81 3.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:11,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:10 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:11,382 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:18:12,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:11 PM ens3 8298733.33 16.67 518671.48 7.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:12,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:11 PM ens3 165.66 1010282.83 14.03 63145.95 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:13,147 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:12 PM ens3 8316216.67 8.33 519763.56 1.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:13,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:12 PM ens3 5.00 1000021.00 0.42 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:13,386 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=96 END 2019-09-16 18:18:13,387 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=97 START 2019-09-16 18:18:13,387 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:14,152 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:13 PM ens3 7650746.15 7.69 478171.65 3.26 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 7761053.12 9.38 485066.01 3.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:14,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:13 PM ens3 4.04 1010122.22 0.43 63133.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:14,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:18:15,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=25 END 2019-09-16 18:18:15,168 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=26 START 2019-09-16 18:18:15,169 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:15,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:14 PM ens3 3.96 990111.88 1.15 61882.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:15,399 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:16,034 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:16,035 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="485066.01",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7761053.12",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.12",network_utilization_average.ens3.txpck/s="9.38",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="478171.65",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7650746.15",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.26",network_utilization_maximun.ens3.txpck/s="7.69",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="478171.65",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7650746.15",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.26",network_utilization_minimum.ens3.txpck/s="7.69",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657895168077056 2019-09-16 18:18:16,137 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:16,138 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657893386710016 2019-09-16 18:18:16,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:15 PM ens3 6.00 1000029.00 0.47 62502.33 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:16,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=97 END 2019-09-16 18:18:16,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:15 PM ens3 7620476.92 0.00 476279.81 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:16,403 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=98 START 2019-09-16 18:18:16,403 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:17,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:16 PM ens3 6.06 1010123.23 0.53 63133.20 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:17,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:16 PM ens3 9061763.64 9.09 566360.25 1.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:17,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.074' 2019-09-16 18:18:18,293 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:17 PM ens3 4.00 1000020.00 1.16 62501.75 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.52 1001414.21 2.00 62589.16 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:18,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:17 PM ens3 9047581.82 18.18 565474.57 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:19,297 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=27 END 2019-09-16 18:18:19,298 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=28 START 2019-09-16 18:18:19,298 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:19,310 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:19,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:18 PM ens3 9945290.00 10.00 621580.64 1.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:19,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=98 END 2019-09-16 18:18:19,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=99 START 2019-09-16 18:18:19,416 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:20,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:19 PM ens3 4.08 1023239.80 0.44 63952.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:20,402 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:19 PM ens3 4915170.00 5.00 307198.13 2.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:20,426 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 18:18:21,232 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:21,234 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.00",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.52",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62589.16",network_utilization_average.ens3.txpck/s="1001414.21",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.16",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.75",network_utilization_maximun.ens3.txpck/s="1000020.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.16",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.75",network_utilization_minimum.ens3.txpck/s="1000020.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657899297224960 2019-09-16 18:18:21,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:20 PM ens3 4.04 360455.56 1.17 22528.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:21,334 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:21,335 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568657896402535936 2019-09-16 18:18:21,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:20 PM ens3 339208.97 2.56 21200.66 1.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:21,521 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:21,522 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.074 1568657899415698176 2019-09-16 18:18:21,674 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19924975 , "packets_per_second":999958, "flows":250500, "errors":0 }\n' 2019-09-16 18:18:21,676 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:18:21,689 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19729245' 2019-09-16 18:18:21,690 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 195730 - Lost ppm 9824 2019-09-16 18:18:21,691 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 9824 > sla_max_ppm 1000; ',) 2019-09-16 18:18:22,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:21 PM ens3 7.84 6.86 0.69 1.27 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:22,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:21 PM ens3 6.06 8.08 0.71 1.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:22,430 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=99 END 2019-09-16 18:18:22,431 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=100 START 2019-09-16 18:18:22,431 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:22,695 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15213 seq=1 END 2019-09-16 18:18:22,696 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15213 seq=2 START 2019-09-16 18:18:22,696 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1500 -j DROP 2019-09-16 18:18:22,710 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 500 64 20 1 1000000 2019-09-16 18:18:23,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:22 PM ens3 9.18 9.18 0.98 1.29 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:23,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:22 PM ens3 7.92 8.91 0.84 1.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:23,439 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.077' 2019-09-16 18:18:24,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:23 PM ens3 4.95 3.96 1.24 0.78 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:24,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:23 PM ens3 3.00 3.00 0.30 0.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:25,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:24 PM ens3 5.00 344274.00 0.45 21517.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:25,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:24 PM ens3 673915.62 253.12 42124.05 20.71 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1115613.21 37.28 69726.56 3.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:25,443 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=100 END 2019-09-16 18:18:25,444 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=101 START 2019-09-16 18:18:25,444 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:26,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:25 PM ens3 4.04 1010120.20 0.43 63133.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:26,432 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=26 END 2019-09-16 18:18:26,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=27 START 2019-09-16 18:18:26,433 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:26,454 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.069' 2019-09-16 18:18:26,609 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:26,622 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:26,623 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999958i,packets_received=19729245i,packets_sent=19924975i,packetsize=64i,ppm=9824.0 1568657902694988032 2019-09-16 18:18:26,753 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:26,755 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="69726.56",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1115613.21",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.74",network_utilization_average.ens3.txpck/s="37.28",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="42124.05",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="673915.62",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="20.71",network_utilization_maximun.ens3.txpck/s="253.12",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="42124.05",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="673915.62",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="20.71",network_utilization_minimum.ens3.txpck/s="253.12",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657906432802816 2019-09-16 18:18:26,849 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:26,849 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568657902430800896 2019-09-16 18:18:26,945 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:26,945 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.077 1568657905443454976 2019-09-16 18:18:27,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:26 PM ens3 3.96 990118.81 1.15 61882.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:27,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:27 PM ens3 7551715.38 0.00 471982.21 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:28,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:27 PM ens3 5.00 1000015.00 0.42 62501.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:28,458 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=101 END 2019-09-16 18:18:28,459 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=102 START 2019-09-16 18:18:28,459 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:28,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:28 PM ens3 9067300.00 18.18 566706.07 5.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:29,311 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:28 PM ens3 4.00 1000027.00 0.43 62502.23 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.21 571543.19 0.74 35722.01 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:29,470 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:18:29,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:29 PM ens3 9959800.00 50.00 622487.91 6.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:30,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=28 END 2019-09-16 18:18:30,315 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=29 START 2019-09-16 18:18:30,316 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:30,328 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:30,612 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:30 PM ens3 8282008.33 16.67 517625.36 3.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:31,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:30 PM ens3 4.12 1033606.19 0.36 64600.70 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:31,474 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=102 END 2019-09-16 18:18:31,475 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=103 START 2019-09-16 18:18:31,475 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:31,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:31 PM ens3 6511640.00 6.67 406977.51 0.27 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:32,050 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:32,052 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.74",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.21",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="35722.01",network_utilization_average.ens3.txpck/s="571543.19",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62502.23",network_utilization_maximun.ens3.txpck/s="1000027.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62502.23",network_utilization_minimum.ens3.txpck/s="1000027.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657910315104000 2019-09-16 18:18:32,164 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:32,165 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.069 1568657908458891008 2019-09-16 18:18:32,260 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:32,261 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568657911474780160 2019-09-16 18:18:32,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:31 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:32,483 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:18:32,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00' 2019-09-16 18:18:32,615 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00\n06:18:32 PM ens3 7655338.46 15.38 478459.25 6.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:33,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:32 PM ens3 4.04 1010123.23 1.17 63133.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:33,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:33 PM ens3 9079227.27 18.18 567451.74 4.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:34,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:33 PM ens3 4.95 990120.79 0.41 61883.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:34,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=103 END 2019-09-16 18:18:34,488 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=104 START 2019-09-16 18:18:34,489 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:34,613 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:34 PM ens3 9974140.00 10.00 623383.77 2.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:35,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:34 PM ens3 4.04 1010122.22 0.43 63133.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:35,498 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:18:35,614 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:35 PM ens3 7675284.62 15.38 479705.89 6.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:36,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:35 PM ens3 4.00 1000020.00 1.16 62501.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:36,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:36 PM ens3 7112807.14 7.14 444550.46 0.99 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 8139832.79 14.75 508739.69 3.55 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:37,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:36 PM ens3 5.00 1000022.00 0.42 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:37,360 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:37,361 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568657914488311040 2019-09-16 18:18:37,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=104 END 2019-09-16 18:18:37,503 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=105 START 2019-09-16 18:18:37,503 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:37,645 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=27 END 2019-09-16 18:18:37,646 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=28 START 2019-09-16 18:18:37,646 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:37,895 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:38,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:37 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:38,514 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:18:38,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:38 PM ens3 7013464.29 7.14 438342.06 1.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:39,329 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:38 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:39,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:39 PM ens3 11094533.33 11.11 693408.36 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:40,330 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:39 PM ens3 5.00 1000021.00 0.42 62501.85 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.31 1003288.87 0.64 62706.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:40,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=105 END 2019-09-16 18:18:40,519 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=106 START 2019-09-16 18:18:40,520 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:40,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:40 PM ens3 7665253.85 7.69 479078.38 3.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:41,334 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=29 END 2019-09-16 18:18:41,335 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=30 START 2019-09-16 18:18:41,335 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:41,348 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:41,530 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:18:41,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:41 PM ens3 5061021.05 10.53 316314.23 4.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:42,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:41 PM ens3 169.07 1033552.58 14.32 64600.13 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:42,483 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:42,485 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.64",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.31",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="62706.06",network_utilization_average.ens3.txpck/s="1003288.87",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.42",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.85",network_utilization_maximun.ens3.txpck/s="1000021.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.42",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.85",network_utilization_minimum.ens3.txpck/s="1000021.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657921334680064 2019-09-16 18:18:42,595 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:42,597 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="508739.69",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="8139832.79",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.55",network_utilization_average.ens3.txpck/s="14.75",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="444550.46",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7112807.14",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.99",network_utilization_maximun.ens3.txpck/s="7.14",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="444550.46",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7112807.14",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.99",network_utilization_minimum.ens3.txpck/s="7.14",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657917645748992 2019-09-16 18:18:42,703 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:42,703 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657917503051008 2019-09-16 18:18:42,803 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:42,804 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657920519228928 2019-09-16 18:18:42,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:42 PM ens3 9066663.64 9.09 566666.50 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:43,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:42 PM ens3 4.00 1000020.00 0.35 62501.79 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:43,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=106 END 2019-09-16 18:18:43,535 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=107 START 2019-09-16 18:18:43,535 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:43,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:43 PM ens3 9973780.00 10.00 623361.27 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:44,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:43 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:44,546 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.116' 2019-09-16 18:18:44,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:44 PM ens3 8942500.00 18.18 558906.96 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:45,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:44 PM ens3 4.04 539491.92 1.17 33718.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:45,890 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19916145 , "packets_per_second":999957, "flows":250500, "errors":0 }\n' 2019-09-16 18:18:45,891 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1500/ {{printf "%s", $1}}' 2019-09-16 18:18:45,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:45 PM lo 0.00' 2019-09-16 18:18:45,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:45 PM ens3 3.00 4.00 0.41 0.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:45,905 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19795344' 2019-09-16 18:18:45,905 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 120801 - Lost ppm 6066 2019-09-16 18:18:45,906 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 6066 > sla_max_ppm 1000; ',) 2019-09-16 18:18:46,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:45 PM ens3 7.92 6.93 0.70 1.28 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:46,550 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=107 END 2019-09-16 18:18:46,551 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=108 START 2019-09-16 18:18:46,551 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:46,896 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:46 PM ens3 5.00 6.00 0.42 1.14 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:46,908 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15213 seq=2 END 2019-09-16 18:18:46,908 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:18:46,909 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:18:46,909 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:18:46,927 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:46,928 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=250500i,packets_per_second=999957i,packets_received=19795344i,packets_sent=19916145i,packetsize=64i,ppm=6066.0 1568657926908168960 2019-09-16 18:18:47,040 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:18:47,040 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:18:47,043 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:18:47,054 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:18:47,056 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:18:47,057 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:18:47,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:46 PM ens3 8.08 7.07 0.66 0.97 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:47,366 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:18:47,367 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:18:47,368 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:18:47,563 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.101' 2019-09-16 18:18:47,635 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:18:47,897 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:47 PM ens3 21.00 24.00 3.15 4.59 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1787308.79 11.11 111707.42 2.45 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:48,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:47 PM ens3 23.00 26.00 4.26 4.90 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:48,901 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=28 END 2019-09-16 18:18:48,902 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=29 START 2019-09-16 18:18:48,902 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:48,912 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:49,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:48 PM ens3 7.92 6.93 4.62 1.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:49,567 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=108 END 2019-09-16 18:18:49,568 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=109 START 2019-09-16 18:18:49,568 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:49,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:49 PM ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:50,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:49 PM ens3 5.05 5.05 1.41 0.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:50,576 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:18:50,681 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15219 seq=1 START 2019-09-16 18:18:50,682 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:18:50,697 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 750 64 20 1 1000000 2019-09-16 18:18:50,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:50 PM ens3 8.33 9.38 0.97 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:51,349 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:50 PM ens3 11.11 10.10 1.94 1.50 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 24.02 355451.86 2.96 22216.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:51,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:51 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:52,049 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:52,052 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="111707.42",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1787308.79",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="2.45",network_utilization_average.ens3.txpck/s="11.11",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="3.15",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="21.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.59",network_utilization_maximun.ens3.txpck/s="24.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="3.15",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="21.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.59",network_utilization_minimum.ens3.txpck/s="24.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657928901544960 2019-09-16 18:18:52,155 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:18:52,156 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657923534985984 2019-09-16 18:18:52,250 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:52,250 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.116 1568657926550891008 2019-09-16 18:18:52,353 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=30 END 2019-09-16 18:18:52,354 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=31 START 2019-09-16 18:18:52,354 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:18:52,377 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:52,378 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.101 1568657929567678976 2019-09-16 18:18:52,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:18:52,580 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=109 END 2019-09-16 18:18:52,581 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=110 START 2019-09-16 18:18:52,581 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:52,913 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:52 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:53,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:52 PM ens3 5.10 404566.33 0.54 25285.74 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:53,590 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:18:53,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:53 PM ens3 1762532.50 5.00 110158.48 1.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:54,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:53 PM ens3 4.00 1000035.00 1.16 62502.69 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:54,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:54 PM ens3 3628236.00 100.00 226766.12 9.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:55,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:54 PM ens3 4.00 1000020.00 0.35 62501.79 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:55,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=110 END 2019-09-16 18:18:55,595 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=111 START 2019-09-16 18:18:55,595 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:55,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:55 PM ens3 3828125.00 4.17 239257.82 0.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:56,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:55 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:56,607 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:18:56,920 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:56 PM ens3 4228431.82 9.09 264277.34 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:57,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:56 PM ens3 4.00 1000020.00 1.16 62501.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:57,477 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:57,479 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.96",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="24.02",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="22216.88",network_utilization_average.ens3.txpck/s="355451.86",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.94",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="11.11",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.50",network_utilization_maximun.ens3.txpck/s="10.10",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.94",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="11.11",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.50",network_utilization_minimum.ens3.txpck/s="10.10",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657932353619200 2019-09-16 18:18:57,594 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:18:57,594 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657932580425984 2019-09-16 18:18:57,696 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:18:57,697 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657935595053824 2019-09-16 18:18:57,921 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:57 PM lo 0.00 0.00 0.00 0.00' 2019-09-16 18:18:57,922 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00\n06:18:57 PM ens3 4285022.73 4.55 267813.93 0.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:58,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:57 PM ens3 5.00 1000024.00 0.42 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:58,611 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=111 END 2019-09-16 18:18:58,612 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=112 START 2019-09-16 18:18:58,612 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:18:58,927 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:58 PM ens3 4752800.00 10.00 297050.02 3.54 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 975292.17 8.38 60955.94 1.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:59,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:58 PM ens3 4.00 1000020.00 0.43 62501.79 0.00 0.00 0.00 0.00\n' 2019-09-16 18:18:59,627 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:18:59,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=29 END 2019-09-16 18:18:59,937 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=30 START 2019-09-16 18:18:59,937 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:00,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:00,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:18:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:18:59 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:01,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:18:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:00 PM ens3 5093110.53 0.00 318319.41 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:01,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:18:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:00 PM ens3 5.00 1000021.00 0.42 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:01,631 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=112 END 2019-09-16 18:19:01,632 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=113 START 2019-09-16 18:19:01,632 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:02,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:01 PM ens3 4628576.19 9.52 289285.92 2.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:02,380 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:01 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.31 941550.90 0.65 58847.44 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:02,643 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:19:02,791 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:02,792 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="60955.94",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="975292.17",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.30",network_utilization_average.ens3.txpck/s="8.38",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="297050.02",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4752800.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="3.54",network_utilization_maximun.ens3.txpck/s="10.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="297050.02",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4752800.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="3.54",network_utilization_minimum.ens3.txpck/s="10.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657939936384000 2019-09-16 18:19:02,908 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:02,909 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657938611888896 2019-09-16 18:19:03,008 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:03,008 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657941631851008 2019-09-16 18:19:03,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:02 PM ens3 4869490.00 10.00 304343.52 2.32 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:03,384 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=31 END 2019-09-16 18:19:03,385 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=32 START 2019-09-16 18:19:03,385 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:03,396 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:04,016 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:03 PM ens3 5101847.37 5.26 318865.47 0.73 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:04,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:03 PM ens3 4.04 1014056.57 0.36 63378.84 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:04,648 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=113 END 2019-09-16 18:19:04,648 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=114 START 2019-09-16 18:19:04,649 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:05,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:04 PM ens3 4608195.24 333.33 288017.52 29.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:05,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:04 PM ens3 4.95 989923.76 0.48 61870.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:05,659 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:19:06,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:05 PM ens3 5162015.79 10.53 322626.40 2.61 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:06,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:05 PM ens3 4.04 1010324.24 1.17 63145.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:07,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:06 PM ens3 5490855.56 5.56 343178.48 0.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:07,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:06 PM ens3 4.95 990120.79 0.41 61883.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:07,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=114 END 2019-09-16 18:19:07,664 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=115 START 2019-09-16 18:19:07,665 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:08,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:07 PM ens3 5513911.11 5.56 344619.46 2.35 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:08,124 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:08,126 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.65",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.31",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="58847.44",network_utilization_average.ens3.txpck/s="941550.90",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.43",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.85",network_utilization_maximun.ens3.txpck/s="1000021.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.43",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.85",network_utilization_minimum.ens3.txpck/s="1000021.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657943384592128 2019-09-16 18:19:08,247 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:08,248 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657944648044032 2019-09-16 18:19:08,342 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:08,343 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568657947664029952 2019-09-16 18:19:08,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:07 PM ens3 4.00 1000021.00 0.43 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:08,679 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.092' 2019-09-16 18:19:09,009 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:08 PM ens3 5515516.67 11.11 344720.23 4.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:09,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:08 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:10,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:09 PM ens3 4757300.00 509.52 297339.86 42.35 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5053674.74 96.91 315856.29 9.39 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:10,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:09 PM ens3 5.00 1000022.00 0.42 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:10,683 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=115 END 2019-09-16 18:19:10,684 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=116 START 2019-09-16 18:19:10,684 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:11,026 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=30 END 2019-09-16 18:19:11,027 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=31 START 2019-09-16 18:19:11,027 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:11,121 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:11,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:10 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:11,695 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.091' 2019-09-16 18:19:12,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:11 PM ens3 5840241.18 5.88 365015.52 1.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:12,397 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:11 PM ens3 164.00 1000181.00 13.89 62514.55 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:13,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:12 PM ens3 2093375.68 2.70 130835.99 0.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:13,398 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:12 PM ens3 4.95 495482.18 0.41 30968.17 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.38 949519.18 1.91 59345.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:13,435 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:13,437 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="315856.29",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5053674.74",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="9.39",network_utilization_average.ens3.txpck/s="96.91",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="297339.86",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4757300.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="42.35",network_utilization_maximun.ens3.txpck/s="509.52",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="297339.86",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4757300.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="42.35",network_utilization_minimum.ens3.txpck/s="509.52",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657951026448896 2019-09-16 18:19:13,532 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:13,532 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.092 1568657950683639040 2019-09-16 18:19:13,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=116 END 2019-09-16 18:19:13,700 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=117 START 2019-09-16 18:19:13,701 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:13,905 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19914613 , "packets_per_second":999944, "flows":563250, "errors":0 }\n' 2019-09-16 18:19:13,906 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:19:13,919 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19085692' 2019-09-16 18:19:13,920 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 828921 - Lost ppm 41624 2019-09-16 18:19:13,921 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 41624 > sla_max_ppm 1000; ',) 2019-09-16 18:19:14,122 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:13 PM ens3 6.12 8.16 0.71 1.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:14,401 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=32 END 2019-09-16 18:19:14,402 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=33 START 2019-09-16 18:19:14,402 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:14,410 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:14,708 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.146' 2019-09-16 18:19:14,925 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15219 seq=1 END 2019-09-16 18:19:14,925 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15219 seq=2 START 2019-09-16 18:19:14,926 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:1750 -j DROP 2019-09-16 18:19:14,941 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 750 64 20 1 1000000 2019-09-16 18:19:15,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:14 PM ens3 9.00 10.00 0.99 1.40 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:15,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:14 PM ens3 8.00 6.00 1.64 0.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:16,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:15 PM ens3 2.00 2.00 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:16,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:15 PM ens3 5.00 4.00 0.45 0.82 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:16,712 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=117 END 2019-09-16 18:19:16,713 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=118 START 2019-09-16 18:19:16,713 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:17,123 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:16 PM ens3 2.02 2.02 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:17,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:16 PM ens3 7.07 218087.88 0.63 13631.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:17,723 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:19:18,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:17 PM ens3 5126844.44 11.11 320428.21 2.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:18,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:17 PM ens3 5.00 1000019.00 1.21 62501.67 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:18,679 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:18,680 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999944i,packets_received=19085692i,packets_sent=19914613i,packetsize=64i,ppm=41624.0 1568657954924530944 2019-09-16 18:19:18,786 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:18,788 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.91",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.38",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="59345.72",network_utilization_average.ens3.txpck/s="949519.18",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.41",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.95",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="30968.17",network_utilization_maximun.ens3.txpck/s="495482.18",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.41",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.95",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="30968.17",network_utilization_minimum.ens3.txpck/s="495482.18",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657954401889024 2019-09-16 18:19:18,883 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:18,884 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.091 1568657953700026112 2019-09-16 18:19:19,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:19,017 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.146 1568657956712800000 2019-09-16 18:19:19,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:18 PM ens3 9066972.73 9.09 566685.81 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:19,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:18 PM ens3 4.00 1000023.00 0.35 62501.97 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:19,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=118 END 2019-09-16 18:19:19,727 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=119 START 2019-09-16 18:19:19,728 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:20,124 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:19 PM ens3 9967200.00 10.00 622950.02 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:20,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:19 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:20,739 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:19:21,125 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:20 PM ens3 7114478.57 14.29 444655.47 6.05 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1127054.56 5.95 70441.12 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:21,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:20 PM ens3 5.00 1000026.00 1.21 62502.11 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:22,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=31 END 2019-09-16 18:19:22,150 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=32 START 2019-09-16 18:19:22,150 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:22,396 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:22,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:21 PM ens3 5.00 1000018.00 0.42 62501.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:22,742 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=119 END 2019-09-16 18:19:22,743 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=120 START 2019-09-16 18:19:22,743 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:23,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:22 PM ens3 8967127.27 0.00 560445.45 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:23,411 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:22 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:23,755 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.085' 2019-09-16 18:19:24,116 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:24,118 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="70441.12",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1127054.56",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.26",network_utilization_average.ens3.txpck/s="5.95",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="444655.47",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7114478.57",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="6.05",network_utilization_maximun.ens3.txpck/s="14.29",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="444655.47",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7114478.57",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="6.05",network_utilization_minimum.ens3.txpck/s="14.29",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657962149961984 2019-09-16 18:19:24,226 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:24,227 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657959727315968 2019-09-16 18:19:24,329 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:24,329 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657962742554880 2019-09-16 18:19:24,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:23 PM ens3 9059081.82 18.18 566193.32 5.58 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:24,412 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:23 PM ens3 4.00 1000019.00 1.16 62501.69 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.11 722329.03 0.79 45146.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:25,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:24 PM ens3 2265979.49 2.56 141623.72 0.36 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:25,415 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=33 END 2019-09-16 18:19:25,416 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=34 START 2019-09-16 18:19:25,416 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:25,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:25,759 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=120 END 2019-09-16 18:19:25,760 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=121 START 2019-09-16 18:19:25,760 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:26,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:25 PM ens3 8273200.00 8.33 517075.02 3.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:26,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:26 PM ens3 4.00 1002464.00 0.43 62654.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:26,771 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:19:27,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:26 PM ens3 9058600.00 18.18 566163.21 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:27,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:27 PM ens3 4.04 1010122.22 1.17 63133.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:28,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:27 PM ens3 9072445.45 9.09 567027.86 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:28,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:28 PM ens3 4.95 990121.78 0.41 61883.15 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:28,775 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=121 END 2019-09-16 18:19:28,776 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=122 START 2019-09-16 18:19:28,776 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:29,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:28 PM ens3 8309858.33 8.33 519366.16 3.53 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:29,428 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:29,430 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.79",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.11",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="45146.08",network_utilization_average.ens3.txpck/s="722329.03",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.16",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="62501.69",network_utilization_maximun.ens3.txpck/s="1000019.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.16",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="62501.69",network_utilization_minimum.ens3.txpck/s="1000019.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657965415635200 2019-09-16 18:19:29,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:29 PM ens3 4.04 1010124.24 0.43 63133.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:29,560 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:29,561 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.085 1568657965759632128 2019-09-16 18:19:29,661 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:29,661 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657968775624960 2019-09-16 18:19:29,787 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.090' 2019-09-16 18:19:30,400 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:29 PM ens3 9061045.45 18.18 566316.05 7.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:30,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:30 PM ens3 3.96 990119.80 1.15 61882.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:31,408 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:19:31,411 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:19:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:30 PM ens3 11128222.22 11.11 695513.91 1.54 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:31,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:31 PM ens3 5.00 1000025.00 0.42 62502.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:31,791 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=122 END 2019-09-16 18:19:31,792 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=123 START 2019-09-16 18:19:31,792 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:32,401 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:19:32,410 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:19:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:31 PM ens3 9042645.45 18.18 565165.38 5.86 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 7133292.03 9.42 445830.93 3.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:32,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:32 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:32,803 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:19:33,423 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=32 END 2019-09-16 18:19:33,424 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=33 START 2019-09-16 18:19:33,424 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:33,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:33 PM ens3 4.00 1000022.00 1.16 62501.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:33,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:34,430 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:34 PM ens3 5.00 1000021.00 0.42 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:34,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:34 PM ens3 8931172.73 0.00 558198.30 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:34,757 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:34,759 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="445830.93",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="7133292.03",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.06",network_utilization_average.ens3.txpck/s="9.42",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="565165.38",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9042645.45",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="5.86",network_utilization_maximun.ens3.txpck/s="18.18",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="565165.38",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9042645.45",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="5.86",network_utilization_minimum.ens3.txpck/s="18.18",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657973423791872 2019-09-16 18:19:34,807 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=123 END 2019-09-16 18:19:34,808 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=124 START 2019-09-16 18:19:34,808 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:34,853 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:34,854 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.09 1568657971791507968 2019-09-16 18:19:34,966 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:34,967 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657974807718912 2019-09-16 18:19:35,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:35 PM ens3 2788068.97 3.45 174254.32 0.65 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:35,932 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:35 PM ens3 5.00 1446916.00 1.32 90432.79 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.40 1044955.90 0.73 65310.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:35,940 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.113' 2019-09-16 18:19:36,621 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:36 PM ens3 2179637.78 4.44 136227.53 1.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:36,935 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=34 END 2019-09-16 18:19:36,936 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=35 START 2019-09-16 18:19:36,936 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:36,949 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:37,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:37 PM ens3 852022.81 1.75 53251.43 0.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:37,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=124 END 2019-09-16 18:19:37,944 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=125 START 2019-09-16 18:19:37,944 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:37,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:37 PM ens3 3.00 163236.00 0.37 10202.45 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:38,117 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19915050 , "packets_per_second":999962, "flows":563250, "errors":0 }\n' 2019-09-16 18:19:38,119 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:1750/ {{printf "%s", $1}}' 2019-09-16 18:19:38,131 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19526838' 2019-09-16 18:19:38,132 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 388212 - Lost ppm 19494 2019-09-16 18:19:38,133 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 19494 > sla_max_ppm 1000; ',) 2019-09-16 18:19:38,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:38 PM ens3 6.00 8.00 0.70 1.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:38,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:38 PM ens3 6.00 5.00 0.48 1.10 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:38,952 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:19:39,134 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15219 seq=2 END 2019-09-16 18:19:39,135 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:19:39,136 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:19:39,136 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:19:39,191 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:39,192 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=563250i,packets_per_second=999962i,packets_received=19526838i,packets_sent=19915050i,packetsize=64i,ppm=19494.0 1568657979134615808 2019-09-16 18:19:39,292 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:19:39,293 [DEBUG] yardstick.benchmark.core.task task.py:378 Got a KeyError in config_context_target({}) 2019-09-16 18:19:39,296 [INFO] yardstick.benchmark.core.task task.py:405 Starting runner of type 'Iteration' 2019-09-16 18:19:39,309 [INFO] yardstick.benchmark.runners.iteration iteration.py:49 worker START, iterations 2 times, class 2019-09-16 18:19:39,310 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:67 user:ubuntu, target:172.30.10.116 2019-09-16 18:19:39,311 [DEBUG] yardstick.ssh.poseidon ssh.py:148 user:ubuntu host:172.30.10.116 2019-09-16 18:19:39,618 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:19:39,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:39 PM ens3 17.82 21.78 2.83 4.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:39,619 [INFO] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:71 user:ubuntu, host:172.30.10.122 2019-09-16 18:19:39,620 [DEBUG] yardstick.ssh.demeter ssh.py:148 user:ubuntu host:172.30.10.122 2019-09-16 18:19:39,888 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux\n' 2019-09-16 18:19:39,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:38 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:39 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:39 PM ens3 24.00 27.00 4.32 4.99 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:40,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:40 PM ens3 162.38 161.39 12.96 13.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:40,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:39 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:40 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:40 PM ens3 5.05 3.03 0.42 0.84 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:40,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=125 END 2019-09-16 18:19:40,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=126 START 2019-09-16 18:19:40,956 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:41,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:41 PM ens3 1.00 1.00 0.06 0.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:41,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:40 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:41 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:41 PM ens3 8.00 8.00 5.66 1.07 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:41,964 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:19:42,619 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:42 PM ens3 2.00 2.00 0.20 0.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:42,937 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15225 seq=1 START 2019-09-16 18:19:42,938 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:19:42,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:41 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:42 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:42 PM ens3 165.35 163.37 14.04 13.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:42,953 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 1000 64 20 1 1000000 2019-09-16 18:19:43,620 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:43 PM ens3 7.07 8.08 0.80 1.31 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 438446.43 27.99 27403.63 3.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:43,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:42 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:43 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:43 PM ens3 8.16 8.16 0.85 1.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:43,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=126 END 2019-09-16 18:19:43,968 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=127 START 2019-09-16 18:19:43,969 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:44,304 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:44,307 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.73",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.40",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="65310.25",network_utilization_average.ens3.txpck/s="1044955.90",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.32",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="90432.79",network_utilization_maximun.ens3.txpck/s="1446916.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.32",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="90432.79",network_utilization_minimum.ens3.txpck/s="1446916.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657976935769088 2019-09-16 18:19:44,404 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 3 2019-09-16 18:19:44,405 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.113 1568657977943977984 2019-09-16 18:19:44,504 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:44,505 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568657980955549952 2019-09-16 18:19:44,606 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:44,606 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568657983968107008 2019-09-16 18:19:44,623 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=33 END 2019-09-16 18:19:44,624 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=34 START 2019-09-16 18:19:44,624 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:44,634 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:44,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:43 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:44 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:44 PM ens3 5.00 5.00 0.53 0.88 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:44,976 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.075' 2019-09-16 18:19:45,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:45 PM ens3 276827.16 3.70 17301.81 0.46 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:45,950 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:44 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:45 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:45 PM ens3 5.00 742817.00 1.26 46426.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:46,635 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:46 PM ens3 1811617.50 2.50 113226.10 0.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:46,951 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:45 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:46 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:46 PM ens3 5.56 1188518.06 0.49 74283.12 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 24.23 181650.21 2.93 11354.30 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:46,980 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=127 END 2019-09-16 18:19:46,981 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=128 START 2019-09-16 18:19:46,981 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:47,640 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:46 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:47 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:47 PM ens3 2784300.00 6.67 174018.73 2.83 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:47,955 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=35 END 2019-09-16 18:19:47,956 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=36 START 2019-09-16 18:19:47,956 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:47,970 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:48,207 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.103' 2019-09-16 18:19:48,641 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:48 PM ens3 3590712.00 8.00 224419.81 1.86 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:48,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:47 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:48 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:48 PM ens3 3.92 996872.55 1.14 62304.80 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:49,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:49 PM ens3 4238800.00 4.55 264925.01 0.63 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:49,712 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:49,714 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="2.93",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="24.23",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="11354.30",network_utilization_average.ens3.txpck/s="181650.21",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.49",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.56",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="74283.12",network_utilization_maximun.ens3.txpck/s="1188518.06",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.49",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.56",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="74283.12",network_utilization_minimum.ens3.txpck/s="1188518.06",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657987955394048 2019-09-16 18:19:49,813 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:49,815 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="27403.63",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="438446.43",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.08",network_utilization_average.ens3.txpck/s="27.99",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.80",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="7.07",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.31",network_utilization_maximun.ens3.txpck/s="8.08",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.80",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="7.07",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.31",network_utilization_minimum.ens3.txpck/s="8.08",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657984623790080 2019-09-16 18:19:49,916 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:49,916 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.075 1568657986980828928 2019-09-16 18:19:49,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:48 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:49 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:49 PM ens3 4.04 1010124.24 0.36 63133.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:50,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=128 END 2019-09-16 18:19:50,212 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=129 START 2019-09-16 18:19:50,213 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:50,642 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:50 PM ens3 4263568.18 4.55 266473.02 1.93 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:50,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:49 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:50 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:50 PM ens3 3.96 990120.79 0.43 61883.08 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:51,227 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:19:51,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:51 PM ens3 4491961.90 9.52 280747.99 4.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:51,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:50 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:51 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:51 PM ens3 4.04 1010125.25 1.17 63133.34 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:52,643 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:52 PM ens3 4524685.71 4.76 282792.87 0.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:52,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:51 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:52 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:52 PM ens3 5.00 1000023.00 0.42 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:53,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=129 END 2019-09-16 18:19:53,232 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=130 START 2019-09-16 18:19:53,232 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:53,644 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:53 PM ens3 4542033.33 4.76 283877.09 2.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:53,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:52 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:53 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:53 PM ens3 4.00 1000024.00 0.43 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:54,243 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:19:54,646 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:54 PM ens3 4562085.71 9.52 285130.73 4.04 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 2749252.30 5.26 171828.38 1.51 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:54,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:53 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:54 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:54 PM ens3 5.00 1000024.00 1.21 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:55,016 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:19:55,016 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.103 1568657990212131072 2019-09-16 18:19:55,117 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:19:55,117 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568657993232055808 2019-09-16 18:19:55,659 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=34 END 2019-09-16 18:19:55,660 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=35 START 2019-09-16 18:19:55,660 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:55,730 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:55,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:54 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:55 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:55 PM ens3 5.05 1010125.25 0.42 63133.37 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:56,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=130 END 2019-09-16 18:19:56,248 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=131 START 2019-09-16 18:19:56,249 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:56,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:56 PM ens3 5381088.89 0.00 336318.06 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:56,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:55 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:56 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:56 PM ens3 3.96 990122.77 0.43 61883.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:57,260 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:19:57,738 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:57 PM ens3 3260774.07 7.41 203798.67 2.27 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:57,971 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:56 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:57 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:57 PM ens3 4.35 1086980.43 1.26 67936.82 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.33 1008763.34 0.72 63048.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:58,739 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:57 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:58 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:58 PM ens3 4631128.57 4.76 289445.55 0.66 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:58,975 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=36 END 2019-09-16 18:19:58,976 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=37 START 2019-09-16 18:19:58,976 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:19:58,989 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:19:59,264 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=131 END 2019-09-16 18:19:59,265 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=132 START 2019-09-16 18:19:59,265 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:19:59,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:59 PM ens3 5110310.53 5.26 319394.42 2.23 0.00 0.00 0.00 0.00\n' 2019-09-16 18:19:59,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:58 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:19:59 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:19:59 PM ens3 4.00 1003894.00 0.43 62743.68 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:00,223 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:00,224 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.72",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.33",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63048.21",network_utilization_average.ens3.txpck/s="1008763.34",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.26",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4.35",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="67936.82",network_utilization_maximun.ens3.txpck/s="1086980.43",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.26",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4.35",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="67936.82",network_utilization_minimum.ens3.txpck/s="1086980.43",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657998975373056 2019-09-16 18:20:00,279 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.089' 2019-09-16 18:20:00,357 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:00,358 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="171828.38",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="2749252.30",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.51",network_utilization_average.ens3.txpck/s="5.26",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="285130.73",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="4562085.71",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.04",network_utilization_maximun.ens3.txpck/s="9.52",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="285130.73",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="4562085.71",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.04",network_utilization_minimum.ens3.txpck/s="9.52",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568657995659662848 2019-09-16 18:20:00,454 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:00,454 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568657996248310016 2019-09-16 18:20:00,560 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:00,560 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568657999264698880 2019-09-16 18:20:00,740 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:19:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:00 PM ens3 4887800.00 10.00 305487.89 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:00,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:19:59 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:00 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:00 PM ens3 3.96 990119.80 1.15 61882.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:01,741 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:01 PM ens3 5414483.33 5.56 338405.22 0.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:01,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:00 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:01 PM ens3 5.05 1010127.27 0.42 63133.50 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:02,284 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=132 END 2019-09-16 18:20:02,285 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=133 START 2019-09-16 18:20:02,285 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:02,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:02 PM ens3 4891505.00 5.00 305719.07 2.12 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:02,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:02 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:03,296 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:20:03,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:03 PM ens3 4779515.00 10.00 298720.08 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:03,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:02 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:03 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:03 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:04,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:04 PM ens3 5478816.67 5.56 342426.05 0.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:04,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:03 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:04 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:04 PM ens3 5.00 1000024.00 0.42 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:05,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=133 END 2019-09-16 18:20:05,301 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=134 START 2019-09-16 18:20:05,301 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:05,663 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:05,664 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.089 1568658002284588032 2019-09-16 18:20:05,733 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:05 PM ens3 647509.23 1.54 40469.33 0.65 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 3693471.54 4.88 230842.07 1.62 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:05,769 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:05,770 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568658005301040896 2019-09-16 18:20:05,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:04 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:05 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:05 PM ens3 4.00 165687.00 0.43 10355.87 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:06,163 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19948084 , "packets_per_second":999957, "flows":1001000, "errors":0 }\n' 2019-09-16 18:20:06,164 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:20:06,177 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'18495993' 2019-09-16 18:20:06,178 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 1452091 - Lost ppm 72794 2019-09-16 18:20:06,179 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 72794 > sla_max_ppm 1000; ',) 2019-09-16 18:20:06,309 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.129' 2019-09-16 18:20:06,736 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=35 END 2019-09-16 18:20:06,737 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=36 START 2019-09-16 18:20:06,737 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:20:06,747 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:20:06,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:06 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:06 PM ens3 8.00 7.00 1.51 1.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:07,183 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15225 seq=1 END 2019-09-16 18:20:07,184 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:68 runner=15225 seq=2 START 2019-09-16 18:20:07,184 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:254 Executing command: sudo iptables -F; sudo iptables -A INPUT -p udp --dport 1000:2000 -j DROP 2019-09-16 18:20:07,198 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:312 Executing command: sudo bash pktgen.sh 10.0.1.6 1000 64 20 1 1000000 2019-09-16 18:20:07,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:07 PM ens3 6.00 7.00 0.73 0.92 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:07,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:06 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:07 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:07 PM ens3 8.00 7.00 0.83 1.25 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:08,313 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=134 END 2019-09-16 18:20:08,314 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=135 START 2019-09-16 18:20:08,314 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:08,748 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:08 PM ens3 2.02 2.02 0.16 0.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:08,990 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:07 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:08 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:08 PM ens3 5.00 5.00 0.53 0.85 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 5.10 616971.40 0.73 38561.27 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:09,322 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.078' 2019-09-16 18:20:09,762 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:08 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:09 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:09 PM ens3 407895.95 4.05 25493.65 0.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:09,994 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=37 END 2019-09-16 18:20:09,995 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=38 START 2019-09-16 18:20:09,995 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:20:10,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:20:10,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:10 PM ens3 3803426.92 619.23 237724.71 50.64 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:10,870 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:10,871 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999957i,packets_received=18495993i,packets_sent=19948084i,packetsize=64i,ppm=72794.0 1568658007183033856 2019-09-16 18:20:10,973 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:10,975 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.73",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="5.10",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="38561.27",network_utilization_average.ens3.txpck/s="616971.40",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.53",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.85",network_utilization_maximun.ens3.txpck/s="5.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.53",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.85",network_utilization_minimum.ens3.txpck/s="5.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658009994451968 2019-09-16 18:20:11,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:09 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:10 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:10 PM ens3 4.04 1015057.58 0.36 63441.40 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:11,076 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:11,077 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="230842.07",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="3693471.54",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="1.62",network_utilization_average.ens3.txpck/s="4.88",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="40469.33",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="647509.23",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.65",network_utilization_maximun.ens3.txpck/s="1.54",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="40469.33",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="647509.23",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.65",network_utilization_minimum.ens3.txpck/s="1.54",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658006736888832 2019-09-16 18:20:11,193 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:11,194 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.129 1568658008313679104 2019-09-16 18:20:11,327 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=135 END 2019-09-16 18:20:11,327 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=136 START 2019-09-16 18:20:11,328 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:11,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:11 PM ens3 8285083.33 8.33 517817.72 0.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:12,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:10 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:11 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:11 PM ens3 4.00 1000023.00 0.43 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:12,339 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:20:12,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:12 PM ens3 9958190.00 20.00 622387.66 8.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:13,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:11 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:12 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:12 PM ens3 162.38 990278.22 13.76 61895.59 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:13,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:13 PM ens3 9072645.45 9.09 567040.36 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:14,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:12 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:13 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:13 PM ens3 5.05 1010122.22 0.42 63133.18 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:14,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=136 END 2019-09-16 18:20:14,344 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=137 START 2019-09-16 18:20:14,345 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:14,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:14 PM ens3 9063336.36 9.09 566458.54 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:15,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:13 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:14 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:14 PM ens3 3.96 990119.80 0.43 61883.02 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:15,355 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 18:20:15,750 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:15 PM ens3 9043572.73 54.55 565223.47 10.09 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:16,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:14 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:15 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:15 PM ens3 4.04 1010123.23 1.17 63133.21 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:16,288 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:16,289 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.078 1568658011326935040 2019-09-16 18:20:16,413 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:16,414 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568658014344153856 2019-09-16 18:20:16,751 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:16 PM ens3 8267258.33 8.33 516703.66 0.34 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 1984315.03 50.55 124020.60 4.89 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:17,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:15 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:16 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:16 PM ens3 5.00 1000021.00 0.42 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:17,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=137 END 2019-09-16 18:20:17,360 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=138 START 2019-09-16 18:20:17,361 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:17,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=36 END 2019-09-16 18:20:17,781 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=37 START 2019-09-16 18:20:17,782 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:20:18,001 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:20:18,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:16 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:17 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:17 PM ens3 7.00 1000025.00 0.58 62502.04 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:18,371 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.086' 2019-09-16 18:20:19,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:18 PM ens3 9003581.82 9.09 562724.56 1.72 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:19,009 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:17 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:18 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:18 PM ens3 4.00 1000021.00 1.16 62501.81 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:20,004 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:19 PM ens3 1929651.11 2.22 120603.20 0.31 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:20,011 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:18 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:19 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:19 PM ens3 5.88 1176497.65 0.49 73531.74 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 20.93 1016795.22 1.96 63550.49 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:20,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=138 END 2019-09-16 18:20:20,376 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=139 START 2019-09-16 18:20:20,377 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:21,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:20 PM ens3 9963760.00 10.00 622735.02 4.24 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:21,014 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=38 END 2019-09-16 18:20:21,015 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15171 seq=39 START 2019-09-16 18:20:21,015 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:20:21,027 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'Linux 4.4.0-161-generic (demeter) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:20:21,387 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.087' 2019-09-16 18:20:21,529 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:21,531 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="1.96",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="20.93",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="63550.49",network_utilization_average.ens3.txpck/s="1016795.22",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.49",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="5.88",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="73531.74",network_utilization_maximun.ens3.txpck/s="1176497.65",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.49",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="5.88",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="73531.74",network_utilization_minimum.ens3.txpck/s="1176497.65",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658021014683136 2019-09-16 18:20:21,644 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:21,646 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="124020.60",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="1984315.03",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="4.89",network_utilization_average.ens3.txpck/s="50.55",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="516703.66",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="8267258.33",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.34",network_utilization_maximun.ens3.txpck/s="8.33",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="516703.66",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="8267258.33",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.34",network_utilization_minimum.ens3.txpck/s="8.33",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658017781206016 2019-09-16 18:20:21,742 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:21,742 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568658017360045824 2019-09-16 18:20:21,860 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:21,860 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.086 1568658020376382208 2019-09-16 18:20:22,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:21 PM ens3 7632223.08 15.38 477014.54 6.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:22,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:21 PM ens3 4.00 1002903.00 1.16 62681.71 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:23,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:22 PM ens3 9073372.73 9.09 567085.81 1.26 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:23,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:21 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:22 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:22 PM ens3 4.00 1000021.00 0.35 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:23,391 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=139 END 2019-09-16 18:20:23,392 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=140 START 2019-09-16 18:20:23,392 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:24,005 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:23 PM ens3 9067381.82 9.09 566711.38 3.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:24,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:22 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:23 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:23 PM ens3 4.00 1000022.00 0.43 62501.91 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:24,401 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.088' 2019-09-16 18:20:25,013 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n' 2019-09-16 18:20:25,014 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'06:20:24 PM lo' 2019-09-16 18:20:25,015 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u' 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:24 PM ens3 7687530.77 15.38 480471.27 6.52 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:25,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:23 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:24 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:24 PM ens3 4.00 1000020.00 1.16 62501.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:26,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:25 PM ens3 9057381.82 27.27 566086.42 4.56 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:26,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:24 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:25 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:25 PM ens3 4.00 1000021.00 0.35 62501.85 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:26,405 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=140 END 2019-09-16 18:20:26,405 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=141 START 2019-09-16 18:20:26,406 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:26,959 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:26,960 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.087 1568658023391858176 2019-09-16 18:20:27,006 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:26 PM ens3 9973780.00 20.00 623361.19 7.23 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:27,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:25 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:26 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:26 PM ens3 6.00 1000024.00 0.54 62502.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:27,082 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:27,083 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.088 1568658026405349120 2019-09-16 18:20:27,415 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.083' 2019-09-16 18:20:28,010 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:27 PM ens3 9059700.00 18.18 566231.96 4.23 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 6734534.93 10.96 420908.65 3.22 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:28,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:26 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:27 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:27 PM ens3 4.00 1000020.00 1.16 62501.75 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:29,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:27 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:28 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:28 PM ens3 5.00 1000023.00 0.42 62501.98 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:29,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=37 END 2019-09-16 18:20:29,029 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15172 seq=38 START 2019-09-16 18:20:29,030 [INFO] yardstick.benchmark.scenarios.networking.netutilization netutilization.py:82 Executing: sudo sar -n DEV 1 10 2019-09-16 18:20:29,252 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'Linux 4.4.0-161-generic (poseidon) \t09/16/2019 \t_x86_64_\t(1 CPU)\n' 2019-09-16 18:20:29,420 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=141 END 2019-09-16 18:20:29,421 [DEBUG] yardstick.benchmark.runners.duration duration.py:65 runner=15173 seq=142 START 2019-09-16 18:20:29,421 [DEBUG] yardstick.benchmark.scenarios.networking.ping ping.py:75 ping -s 100 10.0.1.6 2019-09-16 18:20:30,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:29 PM ens3 115838.04 0.00 7239.88 0.00 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:30,275 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:28 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:29 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:29 PM ens3 4.04 347541.41 0.43 21721.77 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:30,379 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'{ "packets_sent":19916290 , "packets_per_second":999956, "flows":1001000, "errors":0 }\n' 2019-09-16 18:20:30,380 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:262 Executing command: sudo iptables -L INPUT -vnx |awk '/dpts:1000:2000/ {{printf "%s", $1}}' 2019-09-16 18:20:30,393 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'19716831' 2019-09-16 18:20:30,394 [DEBUG] yardstick.benchmark.scenarios.networking.pktgen pktgen.py:327 Lost packets 199459 - Lost ppm 10015 2019-09-16 18:20:30,395 [WARNING] yardstick.benchmark.runners.iteration iteration.py:81 SLA validation failed: ('Pktgen SLA validation failed. Error: ppm 10015 > sla_max_ppm 1000; ',) 2019-09-16 18:20:30,429 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'0.084' 2019-09-16 18:20:31,028 [DEBUG] yardstick.ssh.demeter ssh.py:292 stdout: u'\n06:20:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:30 PM ens3 10.53 9.21 1.99 1.72 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 4.82 856115.59 0.77 53507.76 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:31,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:29 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:30 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:30 PM ens3 7.07 9.09 0.85 1.56 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:31,396 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:110 runner=15225 seq=2 END 2019-09-16 18:20:31,397 [INFO] yardstick.benchmark.runners.iteration iteration.py:116 worker END 2019-09-16 18:20:31,397 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:129 queue.qsize() = 1 2019-09-16 18:20:31,397 [DEBUG] yardstick.benchmark.runners.iteration iteration.py:130 output_queue.qsize() = 0 2019-09-16 18:20:31,409 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:31,410 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter errors=0i,flows=1001000i,packets_per_second=999956i,packets_received=19716831i,packets_sent=19916290i,packetsize=64i,ppm=10015.0 1568658031396559104 2019-09-16 18:20:31,537 [INFO] yardstick.benchmark.core.task task.py:285 Runner ended 2019-09-16 18:20:32,031 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15171 seq=39 END 2019-09-16 18:20:32,032 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:20:32,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:20:32,033 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:20:32,053 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:32,054 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="0.77",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="4.82",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="53507.76",network_utilization_average.ens3.txpck/s="856115.59",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="1.99",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="10.53",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="1.72",network_utilization_maximun.ens3.txpck/s="9.21",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="1.99",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="10.53",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="1.72",network_utilization_minimum.ens3.txpck/s="9.21",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658032031529984 2019-09-16 18:20:32,206 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:32,208 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="420908.65",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="6734534.93",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="3.22",network_utilization_average.ens3.txpck/s="10.96",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="566231.96",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="9059700.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="4.23",network_utilization_maximun.ens3.txpck/s="18.18",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="566231.96",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="9059700.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="4.23",network_utilization_minimum.ens3.txpck/s="18.18",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658029029174016 2019-09-16 18:20:32,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:30 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:31 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:31 PM ens3 2.97 1.98 0.19 0.48 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:32,433 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15173 seq=142 END 2019-09-16 18:20:32,433 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:20:32,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 2 2019-09-16 18:20:32,434 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:20:33,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:31 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:32 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:32 PM ens3 1.00 1.00 0.06 0.06 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:34,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:32 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:33 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:33 PM ens3 1.01 1.01 0.07 0.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:35,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:33 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:34 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:34 PM ens3 1.01 1.01 0.07 0.43 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:36,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:34 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:35 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:35 PM ens3 1.00 1.00 0.06 0.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:37,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:35 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:36 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:36 PM ens3 1.00 1.00 0.06 0.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:38,253 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:36 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:37 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:37 PM ens3 1.00 1.00 0.06 0.42 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:39,254 [DEBUG] yardstick.ssh.poseidon ssh.py:292 stdout: u'\n06:20:37 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\n06:20:38 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\n06:20:38 PM ens3 1.00 1.00 0.06 0.42 0.00 0.00 0.00 0.00\n\nAverage: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil\nAverage: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00\nAverage: ens3 10766.46 1.82 672.95 0.47 0.00 0.00 0.00 0.00\n' 2019-09-16 18:20:40,257 [DEBUG] yardstick.benchmark.runners.duration duration.py:105 runner=15172 seq=38 END 2019-09-16 18:20:40,258 [INFO] yardstick.benchmark.runners.duration duration.py:111 Worker END 2019-09-16 18:20:40,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:124 queue.qsize() = 1 2019-09-16 18:20:40,258 [DEBUG] yardstick.benchmark.runners.duration duration.py:125 output_queue.qsize() = 0 2019-09-16 18:20:40,276 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:40,278 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter network_utilization_average.ens3.%ifutil="0.00",network_utilization_average.ens3.rxcmp/s="0.00",network_utilization_average.ens3.rxkB/s="672.95",network_utilization_average.ens3.rxmcst/s="0.00",network_utilization_average.ens3.rxpck/s="10766.46",network_utilization_average.ens3.txcmp/s="0.00",network_utilization_average.ens3.txkB/s="0.47",network_utilization_average.ens3.txpck/s="1.82",network_utilization_average.lo.%ifutil="0.00",network_utilization_average.lo.rxcmp/s="0.00",network_utilization_average.lo.rxkB/s="0.00",network_utilization_average.lo.rxmcst/s="0.00",network_utilization_average.lo.rxpck/s="0.00",network_utilization_average.lo.txcmp/s="0.00",network_utilization_average.lo.txkB/s="0.00",network_utilization_average.lo.txpck/s="0.00",network_utilization_maximun.ens3.%ifutil="0.00",network_utilization_maximun.ens3.rxcmp/s="0.00",network_utilization_maximun.ens3.rxkB/s="0.06",network_utilization_maximun.ens3.rxmcst/s="0.00",network_utilization_maximun.ens3.rxpck/s="1.00",network_utilization_maximun.ens3.txcmp/s="0.00",network_utilization_maximun.ens3.txkB/s="0.42",network_utilization_maximun.ens3.txpck/s="1.00",network_utilization_maximun.lo.%ifutil="0.00",network_utilization_maximun.lo.rxcmp/s="0.00",network_utilization_maximun.lo.rxkB/s="0.00",network_utilization_maximun.lo.rxmcst/s="0.00",network_utilization_maximun.lo.rxpck/s="0.00",network_utilization_maximun.lo.txcmp/s="0.00",network_utilization_maximun.lo.txkB/s="0.00",network_utilization_maximun.lo.txpck/s="0.00",network_utilization_minimum.ens3.%ifutil="0.00",network_utilization_minimum.ens3.rxcmp/s="0.00",network_utilization_minimum.ens3.rxkB/s="0.06",network_utilization_minimum.ens3.rxmcst/s="0.00",network_utilization_minimum.ens3.rxpck/s="1.00",network_utilization_minimum.ens3.txcmp/s="0.00",network_utilization_minimum.ens3.txkB/s="0.42",network_utilization_minimum.ens3.txpck/s="1.00",network_utilization_minimum.lo.%ifutil="0.00",network_utilization_minimum.lo.rxcmp/s="0.00",network_utilization_minimum.lo.rxkB/s="0.00",network_utilization_minimum.lo.rxmcst/s="0.00",network_utilization_minimum.lo.rxpck/s="0.00",network_utilization_minimum.lo.txcmp/s="0.00",network_utilization_minimum.lo.txkB/s="0.00",network_utilization_minimum.lo.txpck/s="0.00" 1568658040257669888 2019-09-16 18:20:40,411 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 2 2019-09-16 18:20:40,412 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.083 1568658029420284928 2019-09-16 18:20:40,516 [DEBUG] yardstick.benchmark.runners.base base.py:282 result_queue size 1 2019-09-16 18:20:40,516 [DEBUG] yardstick.dispatcher.influxdb influxdb.py:72 Test result line format : opnfv_yardstick_tc072,deploy_scenario=os-nosdn-ovs-ha,installer=fuel,pod_name=lf-pod2,task_id=abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa,version=stable/hunter rtt.poseidon=0.084 1568658032433070848 2019-09-16 18:20:40,618 [INFO] yardstick.benchmark.core.task task.py:129 Testcase: "opnfv_yardstick_tc072" SUCCESS!!! 2019-09-16 18:20:40,618 [INFO] yardstick.benchmark.contexts.heat heat.py:459 Undeploying context 'yardstick-TC072-abbc28e6' START 2019-09-16 18:21:07,871 [INFO] yardstick.benchmark.contexts.heat heat.py:462 Undeploying context 'yardstick-TC072-abbc28e6' DONE 2019-09-16 18:21:07,872 [INFO] yardstick.benchmark.core.task task.py:148 Task /home/opnfv/repos/yardstick/tests/opnfv/test_cases/opnfv_yardstick_tc072.yaml finished in 505 secs 2019-09-16 18:21:07,885 [INFO] yardstick.benchmark.core.task task.py:169 Report can be found in '/tmp/report.html' 2019-09-16 18:21:07,885 [INFO] yardstick.benchmark.core.task task.py:157 Total finished in 4582 secs 2019-09-16 18:21:07,885 [INFO] yardstick.benchmark.core.task task.py:160 To generate report, execute command "yardstick report generate abbc28e6-6d86-4943-a2b1-e2a0ce3bb9fa " 2019-09-16 18:21:07,886 [INFO] yardstick.benchmark.core.task task.py:161 Task ALL DONE, exiting 2019-09-16 18:21:07,887 [INFO] yardstick.cmd.commands.task task.py:61 Task SUCCESS 2019-09-16 18:21:07,901 [DEBUG] yardstick.benchmark.runners.base base.py:147 Terminating all runners